2024-09-10T03:45:00.849 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-10T03:45:00.866 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T03:45:00.948 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898602 branch: wip-adk-testing-2024-09-09-1904 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: adking@redhat.com first_in_suite: false job_id: '7898602' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-09-09-1904 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: 3a5e3f16720f432aea965c40a8f6eb480095ec6c ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 3a5e3f16720f432aea965c40a8f6eb480095ec6c workunit: branch: wip-adk-testing-2024-09-09-1904 sha1: 3a5e3f16720f432aea965c40a8f6eb480095ec6c owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 6964 sha1: 3a5e3f16720f432aea965c40a8f6eb480095ec6c sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-09-09-1904 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_3a5e3f16720f432aea965c40a8f6eb480095ec6c/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 3a5e3f16720f432aea965c40a8f6eb480095ec6c targets: smithi111.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA1cmXqiVImfxM5Ep/MS+l2taePBNtMLMBQoS74bleDkcmq0jkwYq1sLrXe0e0GW1Q+qwBlQQ+rQdPfG50zjvbU= smithi121.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJUIOyLQc5QYNu3ESto+y05CKQVJehhFKizmAWH3ZFfvLkgqEjlzcfNSYpSa2Io8h90YDp4WH6oDttyVv0c0ag4= smithi174.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNzJ8/8r1AHaJTeIk+60wvupDSw/utsvcAv98rD3uDzPgKUoFz7Q3clJISgYe02SsX7wkb3RLSdUzPAdrFhN/Y0= 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/v2/status\ncurl -s http://${ALERTM_IP}:9093/api/v2/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e '.[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-10_02:59:23 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-10T03:45:00.949 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_3a5e3f16720f432aea965c40a8f6eb480095ec6c/qa; will attempt to use it 2024-09-10T03:45:00.949 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_3a5e3f16720f432aea965c40a8f6eb480095ec6c/qa/tasks 2024-09-10T03:45:00.950 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-10T03:45:00.951 INFO:teuthology.task.internal:Checking packages... 2024-09-10T03:45:00.972 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '3a5e3f16720f432aea965c40a8f6eb480095ec6c' 2024-09-10T03:45:00.972 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-10T03:45:00.972 INFO:teuthology.packaging:ref: None 2024-09-10T03:45:00.972 INFO:teuthology.packaging:tag: None 2024-09-10T03:45:00.972 INFO:teuthology.packaging:branch: wip-adk-testing-2024-09-09-1904 2024-09-10T03:45:00.972 INFO:teuthology.packaging:sha1: 3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T03:45:00.973 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-09-09-1904 2024-09-10T03:45:01.114 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4885-g3a5e3f16-1jammy 2024-09-10T03:45:01.116 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-10T03:45:01.122 INFO:teuthology.task.internal:no buildpackages task found 2024-09-10T03:45:01.122 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-10T03:45:01.162 INFO:teuthology.task.internal:Saving configuration 2024-09-10T03:45:01.174 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-10T03:45:01.181 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-10T03:45:01.207 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi111.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898602', '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-10 03:39:02.186893', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOGuUm30KkN36WfQF49B21xYh0O88qQw+CvkGlHB1qmt'} 2024-09-10T03:45:01.231 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi121.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898602', '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-10 03:39:02.189010', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA0JiZMfsx10pPRomFjHEmpASYgyqs6N+bgI9dHidAos'} 2024-09-10T03:45:01.255 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi174.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898602', '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-10 03:39:02.188033', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGujuc35zHskmiOIDRJAexx18rF/mGYPqPL1Rh0JVL6t'} 2024-09-10T03:45:01.256 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-10T03:45:01.261 INFO:teuthology.task.internal:roles: ubuntu@smithi111.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-10T03:45:01.262 INFO:teuthology.task.internal:roles: ubuntu@smithi121.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-10T03:45:01.262 INFO:teuthology.task.internal:roles: ubuntu@smithi174.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-10T03:45:01.262 INFO:teuthology.run_tasks:Running task console_log... 2024-09-10T03:45:01.362 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f111a043be0>, signals=[15]) 2024-09-10T03:45:01.363 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-10T03:45:01.370 INFO:teuthology.task.internal:Opening connections... 2024-09-10T03:45:01.370 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi111.front.sepia.ceph.com 2024-09-10T03:45:01.372 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:45:01.459 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi121.front.sepia.ceph.com 2024-09-10T03:45:01.460 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:45:01.537 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi174.front.sepia.ceph.com 2024-09-10T03:45:01.538 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:45:01.619 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-10T03:45:01.625 DEBUG:teuthology.orchestra.run.smithi111:> uname -m 2024-09-10T03:45:01.631 INFO:teuthology.orchestra.run.smithi111.stdout:x86_64 2024-09-10T03:45:01.631 DEBUG:teuthology.orchestra.run.smithi111:> cat /etc/os-release 2024-09-10T03:45:01.680 INFO:teuthology.orchestra.run.smithi111.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-10T03:45:01.680 INFO:teuthology.orchestra.run.smithi111.stdout:NAME="Ubuntu" 2024-09-10T03:45:01.680 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION_ID="22.04" 2024-09-10T03:45:01.680 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-10T03:45:01.680 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION_CODENAME=jammy 2024-09-10T03:45:01.681 INFO:teuthology.orchestra.run.smithi111.stdout:ID=ubuntu 2024-09-10T03:45:01.681 INFO:teuthology.orchestra.run.smithi111.stdout:ID_LIKE=debian 2024-09-10T03:45:01.681 INFO:teuthology.orchestra.run.smithi111.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-10T03:45:01.681 INFO:teuthology.orchestra.run.smithi111.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-10T03:45:01.681 INFO:teuthology.orchestra.run.smithi111.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-10T03:45:01.681 INFO:teuthology.orchestra.run.smithi111.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-10T03:45:01.681 INFO:teuthology.orchestra.run.smithi111.stdout:UBUNTU_CODENAME=jammy 2024-09-10T03:45:01.682 INFO:teuthology.lock.ops:Updating smithi111.front.sepia.ceph.com on lock server 2024-09-10T03:45:01.709 DEBUG:teuthology.orchestra.run.smithi121:> uname -m 2024-09-10T03:45:01.715 INFO:teuthology.orchestra.run.smithi121.stdout:x86_64 2024-09-10T03:45:01.715 DEBUG:teuthology.orchestra.run.smithi121:> cat /etc/os-release 2024-09-10T03:45:01.761 INFO:teuthology.orchestra.run.smithi121.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-10T03:45:01.761 INFO:teuthology.orchestra.run.smithi121.stdout:NAME="Ubuntu" 2024-09-10T03:45:01.761 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION_ID="22.04" 2024-09-10T03:45:01.761 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-10T03:45:01.761 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION_CODENAME=jammy 2024-09-10T03:45:01.761 INFO:teuthology.orchestra.run.smithi121.stdout:ID=ubuntu 2024-09-10T03:45:01.761 INFO:teuthology.orchestra.run.smithi121.stdout:ID_LIKE=debian 2024-09-10T03:45:01.762 INFO:teuthology.orchestra.run.smithi121.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-10T03:45:01.762 INFO:teuthology.orchestra.run.smithi121.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-10T03:45:01.762 INFO:teuthology.orchestra.run.smithi121.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-10T03:45:01.762 INFO:teuthology.orchestra.run.smithi121.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-10T03:45:01.762 INFO:teuthology.orchestra.run.smithi121.stdout:UBUNTU_CODENAME=jammy 2024-09-10T03:45:01.762 INFO:teuthology.lock.ops:Updating smithi121.front.sepia.ceph.com on lock server 2024-09-10T03:45:01.792 DEBUG:teuthology.orchestra.run.smithi174:> uname -m 2024-09-10T03:45:01.798 INFO:teuthology.orchestra.run.smithi174.stdout:x86_64 2024-09-10T03:45:01.798 DEBUG:teuthology.orchestra.run.smithi174:> cat /etc/os-release 2024-09-10T03:45:01.847 INFO:teuthology.orchestra.run.smithi174.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-10T03:45:01.847 INFO:teuthology.orchestra.run.smithi174.stdout:NAME="Ubuntu" 2024-09-10T03:45:01.847 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION_ID="22.04" 2024-09-10T03:45:01.847 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-10T03:45:01.848 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION_CODENAME=jammy 2024-09-10T03:45:01.848 INFO:teuthology.orchestra.run.smithi174.stdout:ID=ubuntu 2024-09-10T03:45:01.848 INFO:teuthology.orchestra.run.smithi174.stdout:ID_LIKE=debian 2024-09-10T03:45:01.848 INFO:teuthology.orchestra.run.smithi174.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-10T03:45:01.848 INFO:teuthology.orchestra.run.smithi174.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-10T03:45:01.848 INFO:teuthology.orchestra.run.smithi174.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-10T03:45:01.848 INFO:teuthology.orchestra.run.smithi174.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-10T03:45:01.848 INFO:teuthology.orchestra.run.smithi174.stdout:UBUNTU_CODENAME=jammy 2024-09-10T03:45:01.848 INFO:teuthology.lock.ops:Updating smithi174.front.sepia.ceph.com on lock server 2024-09-10T03:45:01.867 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-10T03:45:01.876 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-10T03:45:01.928 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-10T03:45:01.929 DEBUG:teuthology.orchestra.run.smithi111:> test '!' -e /home/ubuntu/cephtest 2024-09-10T03:45:01.931 DEBUG:teuthology.orchestra.run.smithi121:> test '!' -e /home/ubuntu/cephtest 2024-09-10T03:45:01.934 DEBUG:teuthology.orchestra.run.smithi174:> test '!' -e /home/ubuntu/cephtest 2024-09-10T03:45:01.939 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-10T03:45:01.982 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-10T03:45:01.982 DEBUG:teuthology.orchestra.run.smithi111:> test -z $(ls -A /var/lib/ceph) 2024-09-10T03:45:01.985 DEBUG:teuthology.orchestra.run.smithi121:> test -z $(ls -A /var/lib/ceph) 2024-09-10T03:45:01.987 DEBUG:teuthology.orchestra.run.smithi174:> test -z $(ls -A /var/lib/ceph) 2024-09-10T03:45:02.006 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-10T03:45:02.107 INFO:teuthology.run_tasks:Running task kernel... 2024-09-10T03:45:02.126 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-10T03:45:02.126 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-10T03:45:02.127 DEBUG:teuthology.orchestra.run.smithi111:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T03:45:02.127 DEBUG:teuthology.orchestra.run.smithi121:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T03:45:02.128 DEBUG:teuthology.orchestra.run.smithi174:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T03:45:02.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T03:45:02.133 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2024-09-10T03:45:02.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T03:45:02.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T03:45:02.134 DEBUG:teuthology.orchestra.run.smithi174:> uname -r 2024-09-10T03:45:02.135 DEBUG:teuthology.orchestra.run.smithi111:> uname -r 2024-09-10T03:45:02.182 INFO:teuthology.orchestra.run.smithi121.stdout:5.15.0-56-generic 2024-09-10T03:45:02.182 INFO:teuthology.task.kernel:Running kernel on smithi121: 5.15.0-56-generic 2024-09-10T03:45:02.182 DEBUG:teuthology.orchestra.run.smithi121:> sudo apt-get clean 2024-09-10T03:45:02.184 INFO:teuthology.orchestra.run.smithi111.stdout:5.15.0-56-generic 2024-09-10T03:45:02.184 INFO:teuthology.orchestra.run.smithi174.stdout:5.15.0-56-generic 2024-09-10T03:45:02.184 INFO:teuthology.task.kernel:Running kernel on smithi111: 5.15.0-56-generic 2024-09-10T03:45:02.185 DEBUG:teuthology.orchestra.run.smithi111:> sudo apt-get clean 2024-09-10T03:45:02.185 INFO:teuthology.task.kernel:Running kernel on smithi174: 5.15.0-56-generic 2024-09-10T03:45:02.185 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-get clean 2024-09-10T03:45:02.309 DEBUG:teuthology.orchestra.run.smithi121:> sudo apt-get update 2024-09-10T03:45:02.326 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-get update 2024-09-10T03:45:02.332 DEBUG:teuthology.orchestra.run.smithi111:> sudo apt-get update 2024-09-10T03:45:02.461 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-10T03:45:02.486 INFO:teuthology.orchestra.run.smithi121.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-10T03:45:02.552 INFO:teuthology.orchestra.run.smithi121.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-10T03:45:02.603 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-10T03:45:02.612 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-10T03:45:02.612 INFO:teuthology.orchestra.run.smithi174.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-10T03:45:02.623 INFO:teuthology.orchestra.run.smithi111.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-10T03:45:02.666 INFO:teuthology.orchestra.run.smithi111.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-10T03:45:02.675 INFO:teuthology.orchestra.run.smithi174.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-10T03:45:02.701 INFO:teuthology.orchestra.run.smithi121.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [690 kB] 2024-09-10T03:45:02.762 INFO:teuthology.orchestra.run.smithi121.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,988 kB] 2024-09-10T03:45:02.771 INFO:teuthology.orchestra.run.smithi121.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-10T03:45:02.795 INFO:teuthology.orchestra.run.smithi121.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [349 kB] 2024-09-10T03:45:02.799 INFO:teuthology.orchestra.run.smithi121.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-10T03:45:02.799 INFO:teuthology.orchestra.run.smithi121.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-10T03:45:02.799 INFO:teuthology.orchestra.run.smithi121.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,386 kB] 2024-09-10T03:45:02.816 INFO:teuthology.orchestra.run.smithi121.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [410 kB] 2024-09-10T03:45:02.819 INFO:teuthology.orchestra.run.smithi121.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-10T03:45:02.820 INFO:teuthology.orchestra.run.smithi121.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,123 kB] 2024-09-10T03:45:02.828 INFO:teuthology.orchestra.run.smithi121.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [731 kB] 2024-09-10T03:45:02.833 INFO:teuthology.orchestra.run.smithi121.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-10T03:45:02.835 INFO:teuthology.orchestra.run.smithi121.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-10T03:45:02.835 INFO:teuthology.orchestra.run.smithi121.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-10T03:45:02.866 INFO:teuthology.orchestra.run.smithi121.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-10T03:45:02.866 INFO:teuthology.orchestra.run.smithi121.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-10T03:45:02.866 INFO:teuthology.orchestra.run.smithi121.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-10T03:45:02.866 INFO:teuthology.orchestra.run.smithi121.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-10T03:45:02.867 INFO:teuthology.orchestra.run.smithi121.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-10T03:45:02.868 INFO:teuthology.orchestra.run.smithi121.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-10T03:45:02.868 INFO:teuthology.orchestra.run.smithi121.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-10T03:45:02.871 INFO:teuthology.orchestra.run.smithi121.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-10T03:45:02.883 INFO:teuthology.orchestra.run.smithi121.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-10T03:45:02.900 INFO:teuthology.orchestra.run.smithi121.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-10T03:45:02.900 INFO:teuthology.orchestra.run.smithi121.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-10T03:45:02.920 INFO:teuthology.orchestra.run.smithi111.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [533 kB] 2024-09-10T03:45:02.988 INFO:teuthology.orchestra.run.smithi111.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,771 kB] 2024-09-10T03:45:03.020 INFO:teuthology.orchestra.run.smithi111.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-10T03:45:03.025 INFO:teuthology.orchestra.run.smithi111.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [291 kB] 2024-09-10T03:45:03.027 INFO:teuthology.orchestra.run.smithi111.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-10T03:45:03.028 INFO:teuthology.orchestra.run.smithi111.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,327 kB] 2024-09-10T03:45:03.035 INFO:teuthology.orchestra.run.smithi174.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-10T03:45:03.040 INFO:teuthology.orchestra.run.smithi174.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [533 kB] 2024-09-10T03:45:03.047 INFO:teuthology.orchestra.run.smithi111.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-10T03:45:03.048 INFO:teuthology.orchestra.run.smithi111.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [400 kB] 2024-09-10T03:45:03.051 INFO:teuthology.orchestra.run.smithi111.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-10T03:45:03.051 INFO:teuthology.orchestra.run.smithi111.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [626 kB] 2024-09-10T03:45:03.055 INFO:teuthology.orchestra.run.smithi111.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [901 kB] 2024-09-10T03:45:03.061 INFO:teuthology.orchestra.run.smithi111.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-10T03:45:03.062 INFO:teuthology.orchestra.run.smithi111.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-10T03:45:03.062 INFO:teuthology.orchestra.run.smithi111.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-10T03:45:03.101 INFO:teuthology.orchestra.run.smithi111.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-10T03:45:03.101 INFO:teuthology.orchestra.run.smithi111.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-10T03:45:03.101 INFO:teuthology.orchestra.run.smithi111.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-10T03:45:03.169 INFO:teuthology.orchestra.run.smithi174.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,988 kB] 2024-09-10T03:45:03.183 INFO:teuthology.orchestra.run.smithi111.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [690 kB] 2024-09-10T03:45:03.216 INFO:teuthology.orchestra.run.smithi121.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [533 kB] 2024-09-10T03:45:03.345 INFO:teuthology.orchestra.run.smithi174.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,771 kB] 2024-09-10T03:45:03.376 INFO:teuthology.orchestra.run.smithi111.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,988 kB] 2024-09-10T03:45:03.485 INFO:teuthology.orchestra.run.smithi174.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [690 kB] 2024-09-10T03:45:03.499 INFO:teuthology.orchestra.run.smithi121.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,771 kB] 2024-09-10T03:45:03.515 INFO:teuthology.orchestra.run.smithi174.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [291 kB] 2024-09-10T03:45:03.519 INFO:teuthology.orchestra.run.smithi174.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [349 kB] 2024-09-10T03:45:03.527 INFO:teuthology.orchestra.run.smithi174.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-10T03:45:03.528 INFO:teuthology.orchestra.run.smithi174.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-10T03:45:03.529 INFO:teuthology.orchestra.run.smithi174.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,327 kB] 2024-09-10T03:45:03.533 INFO:teuthology.orchestra.run.smithi111.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [349 kB] 2024-09-10T03:45:03.534 INFO:teuthology.orchestra.run.smithi174.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-10T03:45:03.535 INFO:teuthology.orchestra.run.smithi174.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,386 kB] 2024-09-10T03:45:03.548 INFO:teuthology.orchestra.run.smithi111.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-10T03:45:03.548 INFO:teuthology.orchestra.run.smithi111.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,386 kB] 2024-09-10T03:45:03.601 INFO:teuthology.orchestra.run.smithi174.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-10T03:45:03.604 INFO:teuthology.orchestra.run.smithi174.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [410 kB] 2024-09-10T03:45:03.615 INFO:teuthology.orchestra.run.smithi111.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-10T03:45:03.618 INFO:teuthology.orchestra.run.smithi111.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [410 kB] 2024-09-10T03:45:03.634 INFO:teuthology.orchestra.run.smithi111.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-10T03:45:03.634 INFO:teuthology.orchestra.run.smithi111.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,123 kB] 2024-09-10T03:45:03.667 INFO:teuthology.orchestra.run.smithi174.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [400 kB] 2024-09-10T03:45:03.667 INFO:teuthology.orchestra.run.smithi174.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-10T03:45:03.667 INFO:teuthology.orchestra.run.smithi174.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,123 kB] 2024-09-10T03:45:03.668 INFO:teuthology.orchestra.run.smithi111.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [731 kB] 2024-09-10T03:45:03.674 INFO:teuthology.orchestra.run.smithi174.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-10T03:45:03.674 INFO:teuthology.orchestra.run.smithi174.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [626 kB] 2024-09-10T03:45:03.674 INFO:teuthology.orchestra.run.smithi121.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [291 kB] 2024-09-10T03:45:03.685 INFO:teuthology.orchestra.run.smithi174.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [901 kB] 2024-09-10T03:45:03.686 INFO:teuthology.orchestra.run.smithi111.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-10T03:45:03.686 INFO:teuthology.orchestra.run.smithi174.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [731 kB] 2024-09-10T03:45:03.687 INFO:teuthology.orchestra.run.smithi121.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-10T03:45:03.687 INFO:teuthology.orchestra.run.smithi121.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-10T03:45:03.689 INFO:teuthology.orchestra.run.smithi121.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,327 kB] 2024-09-10T03:45:03.692 INFO:teuthology.orchestra.run.smithi111.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-10T03:45:03.698 INFO:teuthology.orchestra.run.smithi111.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-10T03:45:03.699 INFO:teuthology.orchestra.run.smithi111.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-10T03:45:03.699 INFO:teuthology.orchestra.run.smithi174.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-10T03:45:03.700 INFO:teuthology.orchestra.run.smithi111.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-10T03:45:03.700 INFO:teuthology.orchestra.run.smithi174.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-10T03:45:03.704 INFO:teuthology.orchestra.run.smithi174.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-10T03:45:03.704 INFO:teuthology.orchestra.run.smithi174.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-10T03:45:03.704 INFO:teuthology.orchestra.run.smithi174.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-10T03:45:03.705 INFO:teuthology.orchestra.run.smithi174.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-10T03:45:03.705 INFO:teuthology.orchestra.run.smithi174.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-10T03:45:03.705 INFO:teuthology.orchestra.run.smithi174.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-10T03:45:03.705 INFO:teuthology.orchestra.run.smithi174.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-10T03:45:03.729 INFO:teuthology.orchestra.run.smithi174.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-10T03:45:03.730 INFO:teuthology.orchestra.run.smithi174.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-10T03:45:03.762 INFO:teuthology.orchestra.run.smithi174.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-10T03:45:03.773 INFO:teuthology.orchestra.run.smithi121.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [400 kB] 2024-09-10T03:45:03.775 INFO:teuthology.orchestra.run.smithi111.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-10T03:45:03.775 INFO:teuthology.orchestra.run.smithi111.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-10T03:45:03.776 INFO:teuthology.orchestra.run.smithi111.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-10T03:45:03.778 INFO:teuthology.orchestra.run.smithi111.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-10T03:45:03.778 INFO:teuthology.orchestra.run.smithi111.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-10T03:45:03.779 INFO:teuthology.orchestra.run.smithi111.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-10T03:45:03.780 INFO:teuthology.orchestra.run.smithi111.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-10T03:45:03.782 INFO:teuthology.orchestra.run.smithi121.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-10T03:45:03.782 INFO:teuthology.orchestra.run.smithi121.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [626 kB] 2024-09-10T03:45:03.787 INFO:teuthology.orchestra.run.smithi174.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-10T03:45:03.789 INFO:teuthology.orchestra.run.smithi174.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-10T03:45:03.790 INFO:teuthology.orchestra.run.smithi174.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-10T03:45:03.791 INFO:teuthology.orchestra.run.smithi174.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-10T03:45:03.791 INFO:teuthology.orchestra.run.smithi174.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-10T03:45:03.795 INFO:teuthology.orchestra.run.smithi121.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [901 kB] 2024-09-10T03:45:03.811 INFO:teuthology.orchestra.run.smithi174.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-10T03:45:03.812 INFO:teuthology.orchestra.run.smithi174.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-10T03:45:03.812 INFO:teuthology.orchestra.run.smithi174.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-10T03:45:03.832 INFO:teuthology.orchestra.run.smithi121.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-10T03:45:03.837 INFO:teuthology.orchestra.run.smithi121.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-10T03:45:03.838 INFO:teuthology.orchestra.run.smithi121.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-10T03:45:03.839 INFO:teuthology.orchestra.run.smithi121.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-10T03:45:03.839 INFO:teuthology.orchestra.run.smithi121.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-10T03:45:03.861 INFO:teuthology.orchestra.run.smithi111.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-10T03:45:03.862 INFO:teuthology.orchestra.run.smithi111.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-10T03:45:03.920 INFO:teuthology.orchestra.run.smithi121.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-10T03:45:09.215 INFO:teuthology.orchestra.run.smithi121.stdout:Fetched 15.8 MB in 2s (7,473 kB/s) 2024-09-10T03:45:09.599 INFO:teuthology.orchestra.run.smithi111.stdout:Fetched 15.8 MB in 2s (6,777 kB/s) 2024-09-10T03:45:09.878 INFO:teuthology.orchestra.run.smithi174.stdout:Fetched 15.8 MB in 3s (5,735 kB/s) 2024-09-10T03:45:10.553 INFO:teuthology.orchestra.run.smithi121.stdout:Reading package lists... 2024-09-10T03:45:10.571 DEBUG:teuthology.orchestra.run.smithi121:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T03:45:10.633 INFO:teuthology.orchestra.run.smithi121.stdout:Reading package lists... 2024-09-10T03:45:10.840 INFO:teuthology.orchestra.run.smithi121.stdout:Building dependency tree... 2024-09-10T03:45:10.840 INFO:teuthology.orchestra.run.smithi121.stdout:Reading state information... 2024-09-10T03:45:11.030 INFO:teuthology.orchestra.run.smithi121.stdout:The following packages were automatically installed and are no longer required: 2024-09-10T03:45:11.030 INFO:teuthology.orchestra.run.smithi121.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-10T03:45:11.030 INFO:teuthology.orchestra.run.smithi121.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-10T03:45:11.031 INFO:teuthology.orchestra.run.smithi121.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-10T03:45:11.031 INFO:teuthology.orchestra.run.smithi121.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-10T03:45:11.031 INFO:teuthology.orchestra.run.smithi121.stdout: python2.7-minimal 2024-09-10T03:45:11.031 INFO:teuthology.orchestra.run.smithi121.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-10T03:45:11.032 INFO:teuthology.orchestra.run.smithi121.stdout:The following additional packages will be installed: 2024-09-10T03:45:11.033 INFO:teuthology.orchestra.run.smithi121.stdout: linux-generic linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-10T03:45:11.033 INFO:teuthology.orchestra.run.smithi121.stdout: linux-headers-generic linux-image-5.15.0-119-generic 2024-09-10T03:45:11.033 INFO:teuthology.orchestra.run.smithi121.stdout: linux-modules-5.15.0-119-generic linux-modules-extra-5.15.0-119-generic 2024-09-10T03:45:11.034 INFO:teuthology.orchestra.run.smithi121.stdout:Suggested packages: 2024-09-10T03:45:11.035 INFO:teuthology.orchestra.run.smithi121.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-10T03:45:11.035 INFO:teuthology.orchestra.run.smithi121.stdout:Recommended packages: 2024-09-10T03:45:11.035 INFO:teuthology.orchestra.run.smithi121.stdout: thermald 2024-09-10T03:45:11.077 INFO:teuthology.orchestra.run.smithi121.stdout:The following NEW packages will be installed: 2024-09-10T03:45:11.077 INFO:teuthology.orchestra.run.smithi121.stdout: linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-10T03:45:11.078 INFO:teuthology.orchestra.run.smithi121.stdout: linux-image-5.15.0-119-generic linux-modules-5.15.0-119-generic 2024-09-10T03:45:11.078 INFO:teuthology.orchestra.run.smithi121.stdout: linux-modules-extra-5.15.0-119-generic 2024-09-10T03:45:11.079 INFO:teuthology.orchestra.run.smithi121.stdout:The following packages will be upgraded: 2024-09-10T03:45:11.079 INFO:teuthology.orchestra.run.smithi121.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-10T03:45:11.149 INFO:teuthology.orchestra.run.smithi111.stdout:Reading package lists... 2024-09-10T03:45:11.168 DEBUG:teuthology.orchestra.run.smithi111:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T03:45:11.188 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-09-10T03:45:11.205 DEBUG:teuthology.orchestra.run.smithi174:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T03:45:11.230 INFO:teuthology.orchestra.run.smithi111.stdout:Reading package lists... 2024-09-10T03:45:11.261 INFO:teuthology.orchestra.run.smithi121.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-10T03:45:11.303 INFO:teuthology.orchestra.run.smithi121.stdout:Need to get 113 MB of archives. 2024-09-10T03:45:11.303 INFO:teuthology.orchestra.run.smithi121.stdout:After this operation, 583 MB of additional disk space will be used. 2024-09-10T03:45:11.303 INFO:teuthology.orchestra.run.smithi121.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-119-generic amd64 5.15.0-119.129 [22.6 MB] 2024-09-10T03:45:11.303 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-09-10T03:45:11.418 INFO:teuthology.orchestra.run.smithi111.stdout:Building dependency tree... 2024-09-10T03:45:11.419 INFO:teuthology.orchestra.run.smithi111.stdout:Reading state information... 2024-09-10T03:45:11.475 INFO:teuthology.orchestra.run.smithi174.stdout:Building dependency tree... 2024-09-10T03:45:11.476 INFO:teuthology.orchestra.run.smithi174.stdout:Reading state information... 2024-09-10T03:45:11.584 INFO:teuthology.orchestra.run.smithi111.stdout:The following packages were automatically installed and are no longer required: 2024-09-10T03:45:11.584 INFO:teuthology.orchestra.run.smithi111.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-10T03:45:11.584 INFO:teuthology.orchestra.run.smithi111.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-10T03:45:11.585 INFO:teuthology.orchestra.run.smithi111.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-10T03:45:11.585 INFO:teuthology.orchestra.run.smithi111.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-10T03:45:11.585 INFO:teuthology.orchestra.run.smithi111.stdout: python2.7-minimal 2024-09-10T03:45:11.585 INFO:teuthology.orchestra.run.smithi111.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-10T03:45:11.585 INFO:teuthology.orchestra.run.smithi111.stdout:The following additional packages will be installed: 2024-09-10T03:45:11.585 INFO:teuthology.orchestra.run.smithi111.stdout: linux-generic linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-10T03:45:11.586 INFO:teuthology.orchestra.run.smithi111.stdout: linux-headers-generic linux-image-5.15.0-119-generic 2024-09-10T03:45:11.586 INFO:teuthology.orchestra.run.smithi111.stdout: linux-modules-5.15.0-119-generic linux-modules-extra-5.15.0-119-generic 2024-09-10T03:45:11.587 INFO:teuthology.orchestra.run.smithi111.stdout:Suggested packages: 2024-09-10T03:45:11.587 INFO:teuthology.orchestra.run.smithi111.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-10T03:45:11.587 INFO:teuthology.orchestra.run.smithi111.stdout:Recommended packages: 2024-09-10T03:45:11.587 INFO:teuthology.orchestra.run.smithi111.stdout: thermald 2024-09-10T03:45:11.630 INFO:teuthology.orchestra.run.smithi111.stdout:The following NEW packages will be installed: 2024-09-10T03:45:11.630 INFO:teuthology.orchestra.run.smithi111.stdout: linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-10T03:45:11.630 INFO:teuthology.orchestra.run.smithi111.stdout: linux-image-5.15.0-119-generic linux-modules-5.15.0-119-generic 2024-09-10T03:45:11.631 INFO:teuthology.orchestra.run.smithi111.stdout: linux-modules-extra-5.15.0-119-generic 2024-09-10T03:45:11.632 INFO:teuthology.orchestra.run.smithi111.stdout:The following packages will be upgraded: 2024-09-10T03:45:11.633 INFO:teuthology.orchestra.run.smithi111.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-10T03:45:11.648 INFO:teuthology.orchestra.run.smithi174.stdout:The following packages were automatically installed and are no longer required: 2024-09-10T03:45:11.648 INFO:teuthology.orchestra.run.smithi174.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-10T03:45:11.648 INFO:teuthology.orchestra.run.smithi174.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-10T03:45:11.649 INFO:teuthology.orchestra.run.smithi174.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-10T03:45:11.649 INFO:teuthology.orchestra.run.smithi174.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-10T03:45:11.649 INFO:teuthology.orchestra.run.smithi174.stdout: python2.7-minimal 2024-09-10T03:45:11.649 INFO:teuthology.orchestra.run.smithi174.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-10T03:45:11.650 INFO:teuthology.orchestra.run.smithi174.stdout:The following additional packages will be installed: 2024-09-10T03:45:11.651 INFO:teuthology.orchestra.run.smithi174.stdout: linux-generic linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-10T03:45:11.651 INFO:teuthology.orchestra.run.smithi174.stdout: linux-headers-generic linux-image-5.15.0-119-generic 2024-09-10T03:45:11.651 INFO:teuthology.orchestra.run.smithi174.stdout: linux-modules-5.15.0-119-generic linux-modules-extra-5.15.0-119-generic 2024-09-10T03:45:11.652 INFO:teuthology.orchestra.run.smithi174.stdout:Suggested packages: 2024-09-10T03:45:11.652 INFO:teuthology.orchestra.run.smithi174.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-10T03:45:11.653 INFO:teuthology.orchestra.run.smithi174.stdout:Recommended packages: 2024-09-10T03:45:11.653 INFO:teuthology.orchestra.run.smithi174.stdout: thermald 2024-09-10T03:45:11.699 INFO:teuthology.orchestra.run.smithi174.stdout:The following NEW packages will be installed: 2024-09-10T03:45:11.700 INFO:teuthology.orchestra.run.smithi174.stdout: linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-10T03:45:11.700 INFO:teuthology.orchestra.run.smithi174.stdout: linux-image-5.15.0-119-generic linux-modules-5.15.0-119-generic 2024-09-10T03:45:11.700 INFO:teuthology.orchestra.run.smithi174.stdout: linux-modules-extra-5.15.0-119-generic 2024-09-10T03:45:11.701 INFO:teuthology.orchestra.run.smithi174.stdout:The following packages will be upgraded: 2024-09-10T03:45:11.701 INFO:teuthology.orchestra.run.smithi174.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-10T03:45:11.751 INFO:teuthology.orchestra.run.smithi174.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-10T03:45:11.752 INFO:teuthology.orchestra.run.smithi174.stdout:Need to get 113 MB of archives. 2024-09-10T03:45:11.752 INFO:teuthology.orchestra.run.smithi174.stdout:After this operation, 583 MB of additional disk space will be used. 2024-09-10T03:45:11.752 INFO:teuthology.orchestra.run.smithi174.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-119-generic amd64 5.15.0-119.129 [22.6 MB] 2024-09-10T03:45:11.812 INFO:teuthology.orchestra.run.smithi111.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-10T03:45:11.812 INFO:teuthology.orchestra.run.smithi111.stdout:Need to get 113 MB of archives. 2024-09-10T03:45:11.812 INFO:teuthology.orchestra.run.smithi111.stdout:After this operation, 583 MB of additional disk space will be used. 2024-09-10T03:45:11.812 INFO:teuthology.orchestra.run.smithi111.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-119-generic amd64 5.15.0-119.129 [22.6 MB] 2024-09-10T03:45:12.181 INFO:teuthology.orchestra.run.smithi174.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-119-generic amd64 5.15.0-119.129 [11.5 MB] 2024-09-10T03:45:12.290 INFO:teuthology.orchestra.run.smithi174.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-119-generic amd64 5.15.0-119.129 [63.9 MB] 2024-09-10T03:45:12.656 INFO:teuthology.orchestra.run.smithi121.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-119-generic amd64 5.15.0-119.129 [11.5 MB] 2024-09-10T03:45:13.005 INFO:teuthology.orchestra.run.smithi121.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-119-generic amd64 5.15.0-119.129 [63.9 MB] 2024-09-10T03:45:13.060 INFO:teuthology.orchestra.run.smithi174.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.119.119 [1,694 B] 2024-09-10T03:45:13.061 INFO:teuthology.orchestra.run.smithi174.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.119.119 [2,502 B] 2024-09-10T03:45:13.061 INFO:teuthology.orchestra.run.smithi174.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119 all 5.15.0-119.129 [12.3 MB] 2024-09-10T03:45:13.180 INFO:teuthology.orchestra.run.smithi174.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119-generic amd64 5.15.0-119.129 [2,879 kB] 2024-09-10T03:45:13.185 INFO:teuthology.orchestra.run.smithi111.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-119-generic amd64 5.15.0-119.129 [11.5 MB] 2024-09-10T03:45:13.201 INFO:teuthology.orchestra.run.smithi174.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.119.119 [2,350 B] 2024-09-10T03:45:13.564 INFO:teuthology.orchestra.run.smithi111.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-119-generic amd64 5.15.0-119.129 [63.9 MB] 2024-09-10T03:45:13.605 INFO:teuthology.orchestra.run.smithi174.stdout:Fetched 113 MB in 1s (75.9 MB/s) 2024-09-10T03:45:13.797 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package linux-modules-5.15.0-119-generic. 2024-09-10T03:45:15.236 INFO:teuthology.orchestra.run.smithi121.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.119.119 [1,694 B] 2024-09-10T03:45:15.237 INFO:teuthology.orchestra.run.smithi121.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.119.119 [2,502 B] 2024-09-10T03:45:15.237 INFO:teuthology.orchestra.run.smithi121.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119 all 5.15.0-119.129 [12.3 MB] 2024-09-10T03:45:15.787 INFO:teuthology.orchestra.run.smithi111.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.119.119 [1,694 B] 2024-09-10T03:45:15.787 INFO:teuthology.orchestra.run.smithi111.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.119.119 [2,502 B] 2024-09-10T03:45:15.788 INFO:teuthology.orchestra.run.smithi111.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119 all 5.15.0-119.129 [12.3 MB] 2024-09-10T03:45:15.825 INFO:teuthology.orchestra.run.smithi174.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-10T03:45:15.829 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../0-linux-modules-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T03:45:15.900 INFO:teuthology.orchestra.run.smithi121.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119-generic amd64 5.15.0-119.129 [2,879 kB] 2024-09-10T03:45:15.968 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:16.014 INFO:teuthology.orchestra.run.smithi121.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.119.119 [2,350 B] 2024-09-10T03:45:16.143 INFO:teuthology.orchestra.run.smithi111.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119-generic amd64 5.15.0-119.129 [2,879 kB] 2024-09-10T03:45:16.228 INFO:teuthology.orchestra.run.smithi111.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.119.119 [2,350 B] 2024-09-10T03:45:16.406 INFO:teuthology.orchestra.run.smithi121.stdout:Fetched 113 MB in 5s (23.0 MB/s) 2024-09-10T03:45:16.576 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package linux-modules-5.15.0-119-generic. 2024-09-10T03:45:16.632 INFO:teuthology.orchestra.run.smithi111.stdout:Fetched 113 MB in 5s (24.7 MB/s) 2024-09-10T03:45:16.816 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package linux-modules-5.15.0-119-generic. 2024-09-10T03:45:18.518 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package linux-image-5.15.0-119-generic. 2024-09-10T03:45:18.539 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../1-linux-image-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T03:45:18.565 INFO:teuthology.orchestra.run.smithi121.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-10T03:45:18.569 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../0-linux-modules-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T03:45:18.623 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:18.665 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:18.857 INFO:teuthology.orchestra.run.smithi111.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-10T03:45:18.861 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../0-linux-modules-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T03:45:18.989 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:19.063 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-119-generic. 2024-09-10T03:45:19.084 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T03:45:19.121 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:20.724 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package linux-image-5.15.0-119-generic. 2024-09-10T03:45:20.745 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../1-linux-image-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T03:45:20.835 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:21.319 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-119-generic. 2024-09-10T03:45:21.340 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T03:45:21.377 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:21.599 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package linux-image-5.15.0-119-generic. 2024-09-10T03:45:21.620 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../1-linux-image-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T03:45:21.713 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:22.235 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-119-generic. 2024-09-10T03:45:22.256 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T03:45:22.294 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:25.385 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../3-linux-generic_5.15.0.119.119_amd64.deb ... 2024-09-10T03:45:25.509 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-10T03:45:25.833 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.119.119_amd64.deb ... 2024-09-10T03:45:25.963 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-image-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-10T03:45:26.223 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package linux-headers-5.15.0-119. 2024-09-10T03:45:26.234 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../5-linux-headers-5.15.0-119_5.15.0-119.129_all.deb ... 2024-09-10T03:45:26.274 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-10T03:45:28.019 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../3-linux-generic_5.15.0.119.119_amd64.deb ... 2024-09-10T03:45:28.146 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-10T03:45:28.488 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.119.119_amd64.deb ... 2024-09-10T03:45:28.591 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-image-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-10T03:45:29.044 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package linux-headers-5.15.0-119. 2024-09-10T03:45:29.066 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../5-linux-headers-5.15.0-119_5.15.0-119.129_all.deb ... 2024-09-10T03:45:29.072 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../3-linux-generic_5.15.0.119.119_amd64.deb ... 2024-09-10T03:45:29.111 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-10T03:45:29.197 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-10T03:45:29.522 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.119.119_amd64.deb ... 2024-09-10T03:45:29.617 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-image-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-10T03:45:29.962 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package linux-headers-5.15.0-119. 2024-09-10T03:45:29.985 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../5-linux-headers-5.15.0-119_5.15.0-119.129_all.deb ... 2024-09-10T03:45:30.029 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-10T03:45:31.752 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package linux-headers-5.15.0-119-generic. 2024-09-10T03:45:31.789 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../6-linux-headers-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T03:45:31.827 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:35.012 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.119.119_amd64.deb ... 2024-09-10T03:45:35.135 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-headers-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-10T03:45:35.141 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package linux-headers-5.15.0-119-generic. 2024-09-10T03:45:35.179 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../6-linux-headers-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T03:45:35.233 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:35.485 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-10T03:45:35.606 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:35.732 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-headers-generic (5.15.0.119.119) ... 2024-09-10T03:45:35.861 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:36.136 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package linux-headers-5.15.0-119-generic. 2024-09-10T03:45:36.174 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../6-linux-headers-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T03:45:36.211 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:37.176 INFO:teuthology.orchestra.run.smithi174.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-10T03:45:37.176 INFO:teuthology.orchestra.run.smithi174.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-10T03:45:37.176 INFO:teuthology.orchestra.run.smithi174.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-119-generic 2024-09-10T03:45:37.176 INFO:teuthology.orchestra.run.smithi174.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-119-generic 2024-09-10T03:45:37.328 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:37.872 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.119.119_amd64.deb ... 2024-09-10T03:45:38.877 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-headers-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-10T03:45:39.163 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:39.227 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-10T03:45:39.349 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:39.477 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-headers-generic (5.15.0.119.119) ... 2024-09-10T03:45:39.606 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:39.981 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.119.119_amd64.deb ... 2024-09-10T03:45:40.106 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-headers-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-10T03:45:40.473 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-10T03:45:40.556 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-image-generic (5.15.0.119.119) ... 2024-09-10T03:45:40.595 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:40.682 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-generic (5.15.0.119.119) ... 2024-09-10T03:45:40.721 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-headers-generic (5.15.0.119.119) ... 2024-09-10T03:45:40.808 INFO:teuthology.orchestra.run.smithi174.stdout:Processing triggers for linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:40.874 INFO:teuthology.orchestra.run.smithi174.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-10T03:45:40.874 INFO:teuthology.orchestra.run.smithi174.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-119-generic 2024-09-10T03:45:40.875 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:40.953 INFO:teuthology.orchestra.run.smithi121.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-10T03:45:40.953 INFO:teuthology.orchestra.run.smithi121.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-10T03:45:40.953 INFO:teuthology.orchestra.run.smithi121.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-119-generic 2024-09-10T03:45:40.953 INFO:teuthology.orchestra.run.smithi121.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-119-generic 2024-09-10T03:45:41.124 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:42.206 INFO:teuthology.orchestra.run.smithi111.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-10T03:45:42.206 INFO:teuthology.orchestra.run.smithi111.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-10T03:45:42.206 INFO:teuthology.orchestra.run.smithi111.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-119-generic 2024-09-10T03:45:42.206 INFO:teuthology.orchestra.run.smithi111.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-119-generic 2024-09-10T03:45:42.393 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:42.592 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:43.778 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:43.977 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-image-generic (5.15.0.119.119) ... 2024-09-10T03:45:44.929 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-generic (5.15.0.119.119) ... 2024-09-10T03:45:45.038 INFO:teuthology.orchestra.run.smithi121.stdout:Processing triggers for linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:45.109 INFO:teuthology.orchestra.run.smithi121.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-10T03:45:45.109 INFO:teuthology.orchestra.run.smithi121.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-119-generic 2024-09-10T03:45:45.230 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-image-generic (5.15.0.119.119) ... 2024-09-10T03:45:45.364 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-generic (5.15.0.119.119) ... 2024-09-10T03:45:45.482 INFO:teuthology.orchestra.run.smithi111.stdout:Processing triggers for linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T03:45:45.536 INFO:teuthology.orchestra.run.smithi111.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-10T03:45:45.536 INFO:teuthology.orchestra.run.smithi111.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-119-generic 2024-09-10T03:45:54.777 INFO:teuthology.orchestra.run.smithi174.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-10T03:45:54.777 INFO:teuthology.orchestra.run.smithi174.stdout:Sourcing file `/etc/default/grub' 2024-09-10T03:45:54.792 INFO:teuthology.orchestra.run.smithi174.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T03:45:54.812 INFO:teuthology.orchestra.run.smithi174.stdout:Generating grub configuration file ... 2024-09-10T03:45:55.070 INFO:teuthology.orchestra.run.smithi174.stdout:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-10T03:45:55.097 INFO:teuthology.orchestra.run.smithi174.stdout:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-10T03:45:55.412 INFO:teuthology.orchestra.run.smithi174.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-10T03:45:55.418 INFO:teuthology.orchestra.run.smithi174.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-10T03:45:55.486 INFO:teuthology.orchestra.run.smithi174.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-10T03:45:55.492 INFO:teuthology.orchestra.run.smithi174.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-10T03:45:55.665 INFO:teuthology.orchestra.run.smithi174.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-10T03:45:55.665 INFO:teuthology.orchestra.run.smithi174.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-10T03:45:55.665 INFO:teuthology.orchestra.run.smithi174.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-10T03:45:55.710 INFO:teuthology.orchestra.run.smithi174.stdout:done 2024-09-10T03:45:56.179 DEBUG:teuthology.orchestra.run.smithi174:> dpkg -s linux-image-generic 2024-09-10T03:45:56.199 INFO:teuthology.orchestra.run.smithi174.stdout:Package: linux-image-generic 2024-09-10T03:45:56.199 INFO:teuthology.orchestra.run.smithi174.stdout:Status: install ok installed 2024-09-10T03:45:56.199 INFO:teuthology.orchestra.run.smithi174.stdout:Priority: optional 2024-09-10T03:45:56.199 INFO:teuthology.orchestra.run.smithi174.stdout:Section: kernel 2024-09-10T03:45:56.199 INFO:teuthology.orchestra.run.smithi174.stdout:Installed-Size: 21 2024-09-10T03:45:56.199 INFO:teuthology.orchestra.run.smithi174.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T03:45:56.199 INFO:teuthology.orchestra.run.smithi174.stdout:Architecture: amd64 2024-09-10T03:45:56.199 INFO:teuthology.orchestra.run.smithi174.stdout:Source: linux-meta 2024-09-10T03:45:56.200 INFO:teuthology.orchestra.run.smithi174.stdout:Version: 5.15.0.119.119 2024-09-10T03:45:56.200 INFO:teuthology.orchestra.run.smithi174.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-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-10T03:45:56.200 INFO:teuthology.orchestra.run.smithi174.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-10T03:45:56.200 INFO:teuthology.orchestra.run.smithi174.stdout:Recommends: thermald 2024-09-10T03:45:56.200 INFO:teuthology.orchestra.run.smithi174.stdout:Description: Generic Linux kernel image 2024-09-10T03:45:56.200 INFO:teuthology.orchestra.run.smithi174.stdout: This package will always depend on the latest generic kernel image 2024-09-10T03:45:56.200 INFO:teuthology.orchestra.run.smithi174.stdout: available. 2024-09-10T03:45:56.200 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-119-generic 2024-09-10T03:45:56.200 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T03:45:56.200 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T03:45:56.201 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-10T03:45:56.201 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi174.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T03:45:56.201 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-get clean 2024-09-10T03:45:56.374 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-get update 2024-09-10T03:45:56.512 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-10T03:45:56.512 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-10T03:45:56.526 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-10T03:45:56.620 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-10T03:45:57.894 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-09-10T03:45:57.913 DEBUG:teuthology.orchestra.run.smithi174:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T03:45:57.967 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-09-10T03:45:58.152 INFO:teuthology.orchestra.run.smithi174.stdout:Building dependency tree... 2024-09-10T03:45:58.153 INFO:teuthology.orchestra.run.smithi174.stdout:Reading state information... 2024-09-10T03:45:58.318 INFO:teuthology.orchestra.run.smithi174.stdout:linux-image-generic is already the newest version (5.15.0.119.119). 2024-09-10T03:45:58.318 INFO:teuthology.orchestra.run.smithi174.stdout:The following packages were automatically installed and are no longer required: 2024-09-10T03:45:58.318 INFO:teuthology.orchestra.run.smithi174.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-10T03:45:58.318 INFO:teuthology.orchestra.run.smithi174.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-10T03:45:58.318 INFO:teuthology.orchestra.run.smithi174.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-10T03:45:58.319 INFO:teuthology.orchestra.run.smithi174.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-10T03:45:58.319 INFO:teuthology.orchestra.run.smithi174.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-10T03:45:58.319 INFO:teuthology.orchestra.run.smithi174.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-10T03:45:58.359 INFO:teuthology.orchestra.run.smithi174.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-10T03:45:58.361 DEBUG:teuthology.orchestra.run.smithi174:> dpkg -s linux-image-generic 2024-09-10T03:45:58.417 INFO:teuthology.orchestra.run.smithi174.stdout:Package: linux-image-generic 2024-09-10T03:45:58.417 INFO:teuthology.orchestra.run.smithi174.stdout:Status: install ok installed 2024-09-10T03:45:58.417 INFO:teuthology.orchestra.run.smithi174.stdout:Priority: optional 2024-09-10T03:45:58.417 INFO:teuthology.orchestra.run.smithi174.stdout:Section: kernel 2024-09-10T03:45:58.417 INFO:teuthology.orchestra.run.smithi174.stdout:Installed-Size: 21 2024-09-10T03:45:58.417 INFO:teuthology.orchestra.run.smithi174.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T03:45:58.417 INFO:teuthology.orchestra.run.smithi174.stdout:Architecture: amd64 2024-09-10T03:45:58.418 INFO:teuthology.orchestra.run.smithi174.stdout:Source: linux-meta 2024-09-10T03:45:58.418 INFO:teuthology.orchestra.run.smithi174.stdout:Version: 5.15.0.119.119 2024-09-10T03:45:58.418 INFO:teuthology.orchestra.run.smithi174.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-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-10T03:45:58.418 INFO:teuthology.orchestra.run.smithi174.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-10T03:45:58.418 INFO:teuthology.orchestra.run.smithi174.stdout:Recommends: thermald 2024-09-10T03:45:58.418 INFO:teuthology.orchestra.run.smithi174.stdout:Description: Generic Linux kernel image 2024-09-10T03:45:58.418 INFO:teuthology.orchestra.run.smithi174.stdout: This package will always depend on the latest generic kernel image 2024-09-10T03:45:58.418 INFO:teuthology.orchestra.run.smithi174.stdout: available. 2024-09-10T03:45:58.418 DEBUG:teuthology.orchestra.run.smithi174:> mktemp 2024-09-10T03:45:58.462 INFO:teuthology.orchestra.run.smithi174.stdout:/tmp/tmp.9DYRcJadLo 2024-09-10T03:45:58.462 DEBUG:teuthology.orchestra.run.smithi174:> sudo cp /boot/grub/grub.cfg /tmp/tmp.9DYRcJadLo 2024-09-10T03:45:58.519 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 0666 /tmp/tmp.9DYRcJadLo 2024-09-10T03:45:58.646 DEBUG:teuthology.orchestra.remote:smithi174:/tmp/tmp.9DYRcJadLo is 10KB 2024-09-10T03:45:58.659 DEBUG:teuthology.orchestra.run.smithi174:> rm -fr /tmp/tmp.9DYRcJadLo 2024-09-10T03:45:58.665 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-10T03:45:58.718 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-09-10T03:45:58.719 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-10T03:45:58.719 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-10T03:45:58.786 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-119-generic 2024-09-10T03:45:58.786 DEBUG:teuthology.orchestra.run.smithi174:> sudo update-grub 2024-09-10T03:45:59.313 INFO:teuthology.orchestra.run.smithi121.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-10T03:45:59.313 INFO:teuthology.orchestra.run.smithi121.stdout:Sourcing file `/etc/default/grub' 2024-09-10T03:45:59.342 INFO:teuthology.orchestra.run.smithi121.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T03:45:59.372 INFO:teuthology.orchestra.run.smithi121.stdout:Generating grub configuration file ... 2024-09-10T03:45:59.535 INFO:teuthology.orchestra.run.smithi111.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-10T03:45:59.535 INFO:teuthology.orchestra.run.smithi111.stdout:Sourcing file `/etc/default/grub' 2024-09-10T03:45:59.562 INFO:teuthology.orchestra.run.smithi111.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T03:45:59.577 INFO:teuthology.orchestra.run.smithi111.stdout:Generating grub configuration file ... 2024-09-10T03:45:59.649 INFO:teuthology.orchestra.run.smithi121.stdout:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-10T03:45:59.672 INFO:teuthology.orchestra.run.smithi121.stdout:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-10T03:45:59.863 INFO:teuthology.orchestra.run.smithi111.stdout:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-10T03:45:59.876 INFO:teuthology.orchestra.run.smithi111.stdout:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-10T03:45:59.954 INFO:teuthology.orchestra.run.smithi121.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-10T03:45:59.959 INFO:teuthology.orchestra.run.smithi121.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-10T03:46:00.031 INFO:teuthology.orchestra.run.smithi121.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-10T03:46:00.034 INFO:teuthology.orchestra.run.smithi174.stderr:Sourcing file `/etc/default/grub' 2024-09-10T03:46:00.035 INFO:teuthology.orchestra.run.smithi174.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T03:46:00.036 INFO:teuthology.orchestra.run.smithi121.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-10T03:46:00.052 INFO:teuthology.orchestra.run.smithi174.stderr:Generating grub configuration file ... 2024-09-10T03:46:00.185 INFO:teuthology.orchestra.run.smithi111.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-10T03:46:00.191 INFO:teuthology.orchestra.run.smithi111.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-10T03:46:00.210 INFO:teuthology.orchestra.run.smithi121.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-10T03:46:00.210 INFO:teuthology.orchestra.run.smithi121.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-10T03:46:00.210 INFO:teuthology.orchestra.run.smithi121.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-10T03:46:00.234 INFO:teuthology.orchestra.run.smithi174.stderr:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-10T03:46:00.240 INFO:teuthology.orchestra.run.smithi174.stderr:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-10T03:46:00.243 INFO:teuthology.orchestra.run.smithi121.stdout:done 2024-09-10T03:46:00.261 INFO:teuthology.orchestra.run.smithi111.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-10T03:46:00.267 INFO:teuthology.orchestra.run.smithi111.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-10T03:46:00.453 INFO:teuthology.orchestra.run.smithi111.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-10T03:46:00.454 INFO:teuthology.orchestra.run.smithi111.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-10T03:46:00.454 INFO:teuthology.orchestra.run.smithi111.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-10T03:46:00.460 INFO:teuthology.orchestra.run.smithi174.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-10T03:46:00.466 INFO:teuthology.orchestra.run.smithi174.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-10T03:46:00.500 INFO:teuthology.orchestra.run.smithi111.stdout:done 2024-09-10T03:46:00.506 INFO:teuthology.orchestra.run.smithi174.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-10T03:46:00.511 INFO:teuthology.orchestra.run.smithi174.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-10T03:46:00.636 INFO:teuthology.orchestra.run.smithi174.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-10T03:46:00.636 INFO:teuthology.orchestra.run.smithi174.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-10T03:46:00.636 INFO:teuthology.orchestra.run.smithi174.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-10T03:46:00.651 INFO:teuthology.orchestra.run.smithi174.stderr:done 2024-09-10T03:46:00.660 DEBUG:teuthology.orchestra.run.smithi174:> sudo shutdown -r now 2024-09-10T03:46:00.707 DEBUG:teuthology.orchestra.run.smithi121:> dpkg -s linux-image-generic 2024-09-10T03:46:00.734 INFO:teuthology.orchestra.run.smithi121.stdout:Package: linux-image-generic 2024-09-10T03:46:00.734 INFO:teuthology.orchestra.run.smithi121.stdout:Status: install ok installed 2024-09-10T03:46:00.734 INFO:teuthology.orchestra.run.smithi121.stdout:Priority: optional 2024-09-10T03:46:00.734 INFO:teuthology.orchestra.run.smithi121.stdout:Section: kernel 2024-09-10T03:46:00.734 INFO:teuthology.orchestra.run.smithi121.stdout:Installed-Size: 21 2024-09-10T03:46:00.735 INFO:teuthology.orchestra.run.smithi121.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T03:46:00.735 INFO:teuthology.orchestra.run.smithi121.stdout:Architecture: amd64 2024-09-10T03:46:00.735 INFO:teuthology.orchestra.run.smithi121.stdout:Source: linux-meta 2024-09-10T03:46:00.735 INFO:teuthology.orchestra.run.smithi121.stdout:Version: 5.15.0.119.119 2024-09-10T03:46:00.735 INFO:teuthology.orchestra.run.smithi121.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-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-10T03:46:00.735 INFO:teuthology.orchestra.run.smithi121.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-10T03:46:00.735 INFO:teuthology.orchestra.run.smithi121.stdout:Recommends: thermald 2024-09-10T03:46:00.735 INFO:teuthology.orchestra.run.smithi121.stdout:Description: Generic Linux kernel image 2024-09-10T03:46:00.735 INFO:teuthology.orchestra.run.smithi121.stdout: This package will always depend on the latest generic kernel image 2024-09-10T03:46:00.735 INFO:teuthology.orchestra.run.smithi121.stdout: available. 2024-09-10T03:46:00.735 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-119-generic 2024-09-10T03:46:00.735 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T03:46:00.735 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T03:46:00.736 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-10T03:46:00.736 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi121.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T03:46:00.736 DEBUG:teuthology.orchestra.run.smithi121:> sudo apt-get clean 2024-09-10T03:46:00.912 DEBUG:teuthology.orchestra.run.smithi121:> sudo apt-get update 2024-09-10T03:46:00.968 DEBUG:teuthology.orchestra.run.smithi111:> dpkg -s linux-image-generic 2024-09-10T03:46:00.988 INFO:teuthology.orchestra.run.smithi111.stdout:Package: linux-image-generic 2024-09-10T03:46:00.988 INFO:teuthology.orchestra.run.smithi111.stdout:Status: install ok installed 2024-09-10T03:46:00.988 INFO:teuthology.orchestra.run.smithi111.stdout:Priority: optional 2024-09-10T03:46:00.989 INFO:teuthology.orchestra.run.smithi111.stdout:Section: kernel 2024-09-10T03:46:00.989 INFO:teuthology.orchestra.run.smithi111.stdout:Installed-Size: 21 2024-09-10T03:46:00.989 INFO:teuthology.orchestra.run.smithi111.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T03:46:00.989 INFO:teuthology.orchestra.run.smithi111.stdout:Architecture: amd64 2024-09-10T03:46:00.989 INFO:teuthology.orchestra.run.smithi111.stdout:Source: linux-meta 2024-09-10T03:46:00.989 INFO:teuthology.orchestra.run.smithi111.stdout:Version: 5.15.0.119.119 2024-09-10T03:46:00.989 INFO:teuthology.orchestra.run.smithi111.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-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-10T03:46:00.989 INFO:teuthology.orchestra.run.smithi111.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-10T03:46:00.989 INFO:teuthology.orchestra.run.smithi111.stdout:Recommends: thermald 2024-09-10T03:46:00.989 INFO:teuthology.orchestra.run.smithi111.stdout:Description: Generic Linux kernel image 2024-09-10T03:46:00.989 INFO:teuthology.orchestra.run.smithi111.stdout: This package will always depend on the latest generic kernel image 2024-09-10T03:46:00.989 INFO:teuthology.orchestra.run.smithi111.stdout: available. 2024-09-10T03:46:00.989 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-119-generic 2024-09-10T03:46:00.990 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T03:46:00.990 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T03:46:00.990 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-10T03:46:00.990 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi111.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T03:46:00.990 DEBUG:teuthology.orchestra.run.smithi111:> sudo apt-get clean 2024-09-10T03:46:01.156 DEBUG:teuthology.orchestra.run.smithi111:> sudo apt-get update 2024-09-10T03:46:01.167 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-10T03:46:01.174 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-10T03:46:01.255 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-10T03:46:01.296 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-10T03:46:01.296 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-10T03:46:01.305 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-10T03:46:01.323 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-10T03:46:01.337 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-10T03:46:02.581 INFO:teuthology.orchestra.run.smithi121.stdout:Reading package lists... 2024-09-10T03:46:02.599 DEBUG:teuthology.orchestra.run.smithi121:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T03:46:02.641 INFO:teuthology.orchestra.run.smithi111.stdout:Reading package lists... 2024-09-10T03:46:02.660 DEBUG:teuthology.orchestra.run.smithi111:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T03:46:02.665 INFO:teuthology.orchestra.run.smithi121.stdout:Reading package lists... 2024-09-10T03:46:02.718 INFO:teuthology.orchestra.run.smithi111.stdout:Reading package lists... 2024-09-10T03:46:02.857 INFO:teuthology.orchestra.run.smithi121.stdout:Building dependency tree... 2024-09-10T03:46:02.858 INFO:teuthology.orchestra.run.smithi121.stdout:Reading state information... 2024-09-10T03:46:02.903 INFO:teuthology.orchestra.run.smithi111.stdout:Building dependency tree... 2024-09-10T03:46:02.904 INFO:teuthology.orchestra.run.smithi111.stdout:Reading state information... 2024-09-10T03:46:03.027 INFO:teuthology.orchestra.run.smithi121.stdout:linux-image-generic is already the newest version (5.15.0.119.119). 2024-09-10T03:46:03.028 INFO:teuthology.orchestra.run.smithi121.stdout:The following packages were automatically installed and are no longer required: 2024-09-10T03:46:03.028 INFO:teuthology.orchestra.run.smithi121.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-10T03:46:03.028 INFO:teuthology.orchestra.run.smithi121.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-10T03:46:03.028 INFO:teuthology.orchestra.run.smithi121.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-10T03:46:03.029 INFO:teuthology.orchestra.run.smithi121.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-10T03:46:03.029 INFO:teuthology.orchestra.run.smithi121.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-10T03:46:03.029 INFO:teuthology.orchestra.run.smithi121.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-10T03:46:03.069 INFO:teuthology.orchestra.run.smithi121.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-10T03:46:03.071 DEBUG:teuthology.orchestra.run.smithi121:> dpkg -s linux-image-generic 2024-09-10T03:46:03.075 INFO:teuthology.orchestra.run.smithi111.stdout:linux-image-generic is already the newest version (5.15.0.119.119). 2024-09-10T03:46:03.075 INFO:teuthology.orchestra.run.smithi111.stdout:The following packages were automatically installed and are no longer required: 2024-09-10T03:46:03.076 INFO:teuthology.orchestra.run.smithi111.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-10T03:46:03.076 INFO:teuthology.orchestra.run.smithi111.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-10T03:46:03.076 INFO:teuthology.orchestra.run.smithi111.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-10T03:46:03.076 INFO:teuthology.orchestra.run.smithi111.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-10T03:46:03.076 INFO:teuthology.orchestra.run.smithi111.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-10T03:46:03.076 INFO:teuthology.orchestra.run.smithi111.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-10T03:46:03.086 INFO:teuthology.orchestra.run.smithi121.stdout:Package: linux-image-generic 2024-09-10T03:46:03.086 INFO:teuthology.orchestra.run.smithi121.stdout:Status: install ok installed 2024-09-10T03:46:03.086 INFO:teuthology.orchestra.run.smithi121.stdout:Priority: optional 2024-09-10T03:46:03.086 INFO:teuthology.orchestra.run.smithi121.stdout:Section: kernel 2024-09-10T03:46:03.086 INFO:teuthology.orchestra.run.smithi121.stdout:Installed-Size: 21 2024-09-10T03:46:03.086 INFO:teuthology.orchestra.run.smithi121.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T03:46:03.086 INFO:teuthology.orchestra.run.smithi121.stdout:Architecture: amd64 2024-09-10T03:46:03.086 INFO:teuthology.orchestra.run.smithi121.stdout:Source: linux-meta 2024-09-10T03:46:03.087 INFO:teuthology.orchestra.run.smithi121.stdout:Version: 5.15.0.119.119 2024-09-10T03:46:03.087 INFO:teuthology.orchestra.run.smithi121.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-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-10T03:46:03.087 INFO:teuthology.orchestra.run.smithi121.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-10T03:46:03.087 INFO:teuthology.orchestra.run.smithi121.stdout:Recommends: thermald 2024-09-10T03:46:03.087 INFO:teuthology.orchestra.run.smithi121.stdout:Description: Generic Linux kernel image 2024-09-10T03:46:03.087 INFO:teuthology.orchestra.run.smithi121.stdout: This package will always depend on the latest generic kernel image 2024-09-10T03:46:03.087 INFO:teuthology.orchestra.run.smithi121.stdout: available. 2024-09-10T03:46:03.087 DEBUG:teuthology.orchestra.run.smithi121:> mktemp 2024-09-10T03:46:03.116 INFO:teuthology.orchestra.run.smithi111.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-10T03:46:03.118 DEBUG:teuthology.orchestra.run.smithi111:> dpkg -s linux-image-generic 2024-09-10T03:46:03.132 INFO:teuthology.orchestra.run.smithi121.stdout:/tmp/tmp.fGRTRjYnkU 2024-09-10T03:46:03.132 DEBUG:teuthology.orchestra.run.smithi121:> sudo cp /boot/grub/grub.cfg /tmp/tmp.fGRTRjYnkU 2024-09-10T03:46:03.177 INFO:teuthology.orchestra.run.smithi111.stdout:Package: linux-image-generic 2024-09-10T03:46:03.177 INFO:teuthology.orchestra.run.smithi111.stdout:Status: install ok installed 2024-09-10T03:46:03.177 INFO:teuthology.orchestra.run.smithi111.stdout:Priority: optional 2024-09-10T03:46:03.177 INFO:teuthology.orchestra.run.smithi111.stdout:Section: kernel 2024-09-10T03:46:03.177 INFO:teuthology.orchestra.run.smithi111.stdout:Installed-Size: 21 2024-09-10T03:46:03.177 INFO:teuthology.orchestra.run.smithi111.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T03:46:03.178 INFO:teuthology.orchestra.run.smithi111.stdout:Architecture: amd64 2024-09-10T03:46:03.178 INFO:teuthology.orchestra.run.smithi111.stdout:Source: linux-meta 2024-09-10T03:46:03.178 INFO:teuthology.orchestra.run.smithi111.stdout:Version: 5.15.0.119.119 2024-09-10T03:46:03.178 INFO:teuthology.orchestra.run.smithi111.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-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-10T03:46:03.178 INFO:teuthology.orchestra.run.smithi111.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-10T03:46:03.178 INFO:teuthology.orchestra.run.smithi111.stdout:Recommends: thermald 2024-09-10T03:46:03.178 INFO:teuthology.orchestra.run.smithi111.stdout:Description: Generic Linux kernel image 2024-09-10T03:46:03.178 INFO:teuthology.orchestra.run.smithi111.stdout: This package will always depend on the latest generic kernel image 2024-09-10T03:46:03.178 INFO:teuthology.orchestra.run.smithi111.stdout: available. 2024-09-10T03:46:03.178 DEBUG:teuthology.orchestra.run.smithi111:> mktemp 2024-09-10T03:46:03.188 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 0666 /tmp/tmp.fGRTRjYnkU 2024-09-10T03:46:03.221 INFO:teuthology.orchestra.run.smithi111.stdout:/tmp/tmp.mF6a2UK9OV 2024-09-10T03:46:03.222 DEBUG:teuthology.orchestra.run.smithi111:> sudo cp /boot/grub/grub.cfg /tmp/tmp.mF6a2UK9OV 2024-09-10T03:46:03.276 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod 0666 /tmp/tmp.mF6a2UK9OV 2024-09-10T03:46:03.318 DEBUG:teuthology.orchestra.remote:smithi121:/tmp/tmp.fGRTRjYnkU is 10KB 2024-09-10T03:46:03.330 DEBUG:teuthology.orchestra.run.smithi121:> rm -fr /tmp/tmp.fGRTRjYnkU 2024-09-10T03:46:03.335 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-10T03:46:03.387 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-09-10T03:46:03.387 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-10T03:46:03.387 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-10T03:46:03.392 DEBUG:teuthology.orchestra.remote:smithi111:/tmp/tmp.mF6a2UK9OV is 10KB 2024-09-10T03:46:03.405 DEBUG:teuthology.orchestra.run.smithi111:> rm -fr /tmp/tmp.mF6a2UK9OV 2024-09-10T03:46:03.410 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-10T03:46:03.450 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-119-generic 2024-09-10T03:46:03.450 DEBUG:teuthology.orchestra.run.smithi121:> sudo update-grub 2024-09-10T03:46:03.465 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-09-10T03:46:03.465 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-10T03:46:03.465 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-10T03:46:03.550 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-119-generic 2024-09-10T03:46:03.550 DEBUG:teuthology.orchestra.run.smithi111:> sudo update-grub 2024-09-10T03:46:04.711 INFO:teuthology.orchestra.run.smithi121.stderr:Sourcing file `/etc/default/grub' 2024-09-10T03:46:04.712 INFO:teuthology.orchestra.run.smithi121.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T03:46:04.720 INFO:teuthology.orchestra.run.smithi121.stderr:Generating grub configuration file ... 2024-09-10T03:46:04.909 INFO:teuthology.orchestra.run.smithi111.stderr:Sourcing file `/etc/default/grub' 2024-09-10T03:46:04.910 INFO:teuthology.orchestra.run.smithi111.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T03:46:04.914 INFO:teuthology.orchestra.run.smithi111.stderr:Generating grub configuration file ... 2024-09-10T03:46:04.917 INFO:teuthology.orchestra.run.smithi121.stderr:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-10T03:46:04.926 INFO:teuthology.orchestra.run.smithi121.stderr:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-10T03:46:05.091 INFO:teuthology.orchestra.run.smithi111.stderr:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-10T03:46:05.096 INFO:teuthology.orchestra.run.smithi111.stderr:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-10T03:46:05.153 INFO:teuthology.orchestra.run.smithi121.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-10T03:46:05.157 INFO:teuthology.orchestra.run.smithi121.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-10T03:46:05.194 INFO:teuthology.orchestra.run.smithi121.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-10T03:46:05.198 INFO:teuthology.orchestra.run.smithi121.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-10T03:46:05.307 INFO:teuthology.orchestra.run.smithi121.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-10T03:46:05.307 INFO:teuthology.orchestra.run.smithi121.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-10T03:46:05.307 INFO:teuthology.orchestra.run.smithi121.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-10T03:46:05.318 INFO:teuthology.orchestra.run.smithi121.stderr:done 2024-09-10T03:46:05.336 DEBUG:teuthology.orchestra.run.smithi121:> sudo shutdown -r now 2024-09-10T03:46:05.353 INFO:teuthology.orchestra.run.smithi111.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-10T03:46:05.358 INFO:teuthology.orchestra.run.smithi111.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-10T03:46:05.396 INFO:teuthology.orchestra.run.smithi111.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-10T03:46:05.400 INFO:teuthology.orchestra.run.smithi111.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-10T03:46:05.510 INFO:teuthology.orchestra.run.smithi111.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-10T03:46:05.510 INFO:teuthology.orchestra.run.smithi111.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-10T03:46:05.510 INFO:teuthology.orchestra.run.smithi111.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-10T03:46:05.530 INFO:teuthology.orchestra.run.smithi111.stderr:done 2024-09-10T03:46:05.542 DEBUG:teuthology.orchestra.run.smithi111:> sudo shutdown -r now 2024-09-10T03:46:30.683 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-10T03:46:30.684 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-09-10T03:46:30.684 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:46:35.343 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-10T03:46:35.343 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-09-10T03:46:35.344 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:46:35.545 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-10T03:46:35.545 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-09-10T03:46:35.546 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:47:10.013 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2024-09-10T03:47:10.014 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2024-09-10T03:47:19.021 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-09-10T03:47:19.022 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:47:19.023 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-09-10T03:47:19.024 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:47:22.077 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2024-09-10T03:47:30.696 DEBUG:teuthology.orchestra.remote:timed out 2024-09-10T03:47:34.080 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-09-10T03:47:34.080 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:47:37.409 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2024-09-10T03:47:39.699 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-09-10T03:47:39.699 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:47:40.093 DEBUG:teuthology.orchestra.run.smithi174:> true 2024-09-10T03:47:41.089 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-09-10T03:47:41.090 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-119-generic"... 2024-09-10T03:47:41.090 DEBUG:teuthology.orchestra.run.smithi174:> uname -r 2024-09-10T03:47:41.095 INFO:teuthology.orchestra.run.smithi174.stdout:5.15.0-119-generic 2024-09-10T03:47:41.095 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-119-generic vs 5.15.0-119-generic 2024-09-10T03:47:41.095 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T03:47:41.096 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-10T03:47:42.097 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-10T03:47:42.097 DEBUG:teuthology.orchestra.run.smithi174:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T03:47:42.443 INFO:teuthology.orchestra.run.smithi174.stdout:ttyS1 2024-09-10T03:47:42.475 DEBUG:teuthology.parallel:result is None 2024-09-10T03:47:49.409 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-09-10T03:47:49.410 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:47:49.412 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2024-09-10T03:47:52.509 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2024-09-10T03:48:04.412 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-09-10T03:48:04.413 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:48:04.767 DEBUG:teuthology.orchestra.run.smithi121:> true 2024-09-10T03:48:05.319 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-09-10T03:48:05.319 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-119-generic"... 2024-09-10T03:48:05.320 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2024-09-10T03:48:05.367 INFO:teuthology.orchestra.run.smithi121.stdout:5.15.0-119-generic 2024-09-10T03:48:05.367 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-119-generic vs 5.15.0-119-generic 2024-09-10T03:48:05.368 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T03:48:05.368 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-10T03:48:06.368 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-10T03:48:06.368 DEBUG:teuthology.orchestra.run.smithi121:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T03:48:06.423 INFO:teuthology.orchestra.run.smithi121.stdout:ttyS1 2024-09-10T03:48:06.449 DEBUG:teuthology.parallel:result is None 2024-09-10T03:48:07.510 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-09-10T03:48:07.511 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:48:07.744 DEBUG:teuthology.orchestra.run.smithi111:> true 2024-09-10T03:48:08.308 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-09-10T03:48:08.308 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-119-generic"... 2024-09-10T03:48:08.309 DEBUG:teuthology.orchestra.run.smithi111:> uname -r 2024-09-10T03:48:08.356 INFO:teuthology.orchestra.run.smithi111.stdout:5.15.0-119-generic 2024-09-10T03:48:08.357 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-119-generic vs 5.15.0-119-generic 2024-09-10T03:48:08.357 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T03:48:08.357 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-10T03:48:09.358 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-10T03:48:09.358 DEBUG:teuthology.orchestra.run.smithi111:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T03:48:09.427 INFO:teuthology.orchestra.run.smithi111.stdout:ttyS1 2024-09-10T03:48:09.458 DEBUG:teuthology.parallel:result is None 2024-09-10T03:48:09.458 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-10T03:48:09.467 INFO:teuthology.task.internal:Creating test directory... 2024-09-10T03:48:09.467 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T03:48:09.469 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T03:48:09.472 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T03:48:09.478 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-10T03:48:09.502 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-10T03:48:09.578 INFO:teuthology.task.internal:Creating archive directory... 2024-09-10T03:48:09.578 DEBUG:teuthology.orchestra.run.smithi111:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T03:48:09.580 DEBUG:teuthology.orchestra.run.smithi121:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T03:48:09.583 DEBUG:teuthology.orchestra.run.smithi174:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T03:48:09.604 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-10T03:48:09.636 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-10T03:48:09.636 DEBUG:teuthology.orchestra.run.smithi111:> 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-10T03:48:09.638 DEBUG:teuthology.orchestra.run.smithi121:> 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-10T03:48:09.641 DEBUG:teuthology.orchestra.run.smithi174:> 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-10T03:48:09.660 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T03:48:09.664 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T03:48:09.667 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T03:48:09.668 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T03:48:09.671 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T03:48:09.675 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T03:48:09.676 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-10T03:48:09.688 INFO:teuthology.task.internal:Configuring sudo... 2024-09-10T03:48:09.688 DEBUG:teuthology.orchestra.run.smithi111:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T03:48:09.717 DEBUG:teuthology.orchestra.run.smithi121:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T03:48:09.720 DEBUG:teuthology.orchestra.run.smithi174:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T03:48:09.734 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-10T03:48:09.762 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-10T03:48:09.762 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T03:48:09.773 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T03:48:09.780 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T03:48:09.785 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T03:48:09.824 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T03:48:09.873 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-09-10T03:48:09.873 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T03:48:09.937 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T03:48:09.942 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T03:48:09.991 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-09-10T03:48:09.992 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T03:48:10.095 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T03:48:10.101 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T03:48:10.149 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-09-10T03:48:10.149 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T03:48:10.216 DEBUG:teuthology.orchestra.run.smithi111:> sudo service rsyslog restart 2024-09-10T03:48:10.219 DEBUG:teuthology.orchestra.run.smithi121:> sudo service rsyslog restart 2024-09-10T03:48:10.221 DEBUG:teuthology.orchestra.run.smithi174:> sudo service rsyslog restart 2024-09-10T03:48:10.294 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-10T03:48:10.305 INFO:teuthology.task.internal:Starting timer... 2024-09-10T03:48:10.305 INFO:teuthology.run_tasks:Running task pcp... 2024-09-10T03:48:10.347 INFO:teuthology.run_tasks:Running task selinux... 2024-09-10T03:48:10.370 DEBUG:teuthology.task.selinux:Excluding smithi111: OS 'ubuntu' does not support SELinux 2024-09-10T03:48:10.370 DEBUG:teuthology.task.selinux:Excluding smithi121: OS 'ubuntu' does not support SELinux 2024-09-10T03:48:10.370 DEBUG:teuthology.task.selinux:Excluding smithi174: OS 'ubuntu' does not support SELinux 2024-09-10T03:48:10.370 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-10T03:48:10.370 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-10T03:48:10.371 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-10T03:48:10.371 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-10T03:48:10.403 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-10T03:48:10.415 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-10T03:48:10.416 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi111.front.sepia.ceph.com,smithi121.front.sepia.ceph.com,smithi174.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-10T03:55:42.068 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi111.front.sepia.ceph.com'), Remote(name='ubuntu@smithi121.front.sepia.ceph.com'), Remote(name='ubuntu@smithi174.front.sepia.ceph.com')] 2024-09-10T03:55:42.072 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-09-10T03:55:42.074 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:55:42.152 DEBUG:teuthology.orchestra.run.smithi111:> true 2024-09-10T03:55:42.229 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-09-10T03:55:42.229 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-09-10T03:55:42.230 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:55:42.307 DEBUG:teuthology.orchestra.run.smithi121:> true 2024-09-10T03:55:42.385 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-09-10T03:55:42.385 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-09-10T03:55:42.386 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T03:55:42.466 DEBUG:teuthology.orchestra.run.smithi174:> true 2024-09-10T03:55:42.548 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-09-10T03:55:42.549 INFO:teuthology.run_tasks:Running task clock... 2024-09-10T03:55:42.564 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-10T03:55:42.565 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T03:55:42.565 DEBUG:teuthology.orchestra.run.smithi111:> 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-10T03:55:42.568 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T03:55:42.568 DEBUG:teuthology.orchestra.run.smithi121:> 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-10T03:55:42.570 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T03:55:42.570 DEBUG:teuthology.orchestra.run.smithi174:> 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-10T03:55:42.594 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-10T03:55:42.594 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: Command line: ntpd -gq 2024-09-10T03:55:42.594 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: ---------------------------------------------------- 2024-09-10T03:55:42.594 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: ntp-4 is maintained by Network Time Foundation, 2024-09-10T03:55:42.594 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-10T03:55:42.594 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: corporation. Support and training for ntp-4 are 2024-09-10T03:55:42.595 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: available at https://www.nwtime.org/support 2024-09-10T03:55:42.595 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: ---------------------------------------------------- 2024-09-10T03:55:42.596 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: proto: precision = 0.060 usec (-24) 2024-09-10T03:55:42.596 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: basedate set to 2022-02-04 2024-09-10T03:55:42.596 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: gps base set to 2022-02-06 (week 2196) 2024-09-10T03:55:42.596 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T03:55:42.597 INFO:teuthology.orchestra.run.smithi111.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T03:55:42.597 INFO:teuthology.orchestra.run.smithi111.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-10T03:55:42.597 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-10T03:55:42.597 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: Command line: ntpd -gq 2024-09-10T03:55:42.597 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: ---------------------------------------------------- 2024-09-10T03:55:42.597 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: ntp-4 is maintained by Network Time Foundation, 2024-09-10T03:55:42.597 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-10T03:55:42.597 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: corporation. Support and training for ntp-4 are 2024-09-10T03:55:42.597 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: available at https://www.nwtime.org/support 2024-09-10T03:55:42.597 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: ---------------------------------------------------- 2024-09-10T03:55:42.597 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: proto: precision = 0.060 usec (-24) 2024-09-10T03:55:42.597 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: basedate set to 2022-02-04 2024-09-10T03:55:42.598 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: gps base set to 2022-02-06 (week 2196) 2024-09-10T03:55:42.598 INFO:teuthology.orchestra.run.smithi121.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T03:55:42.598 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T03:55:42.599 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: restrict ::: KOD does nothing without LIMITED. 2024-09-10T03:55:42.599 INFO:teuthology.orchestra.run.smithi121.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-10T03:55:42.600 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: restrict ::: KOD does nothing without LIMITED. 2024-09-10T03:55:42.600 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: Listen and drop on 0 v6wildcard [::]:123 2024-09-10T03:55:42.600 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-10T03:55:42.600 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: Listen normally on 2 lo 127.0.0.1:123 2024-09-10T03:55:42.600 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: Listen normally on 3 enp3s0f1 172.21.15.111:123 2024-09-10T03:55:42.600 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: Listen normally on 4 lo [::1]:123 2024-09-10T03:55:42.600 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cc2f%5]:123 2024-09-10T03:55:42.600 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:42 ntpd[18470]: Listening on routing socket on fd #22 for interface updates 2024-09-10T03:55:42.601 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: Listen and drop on 0 v6wildcard [::]:123 2024-09-10T03:55:42.601 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-10T03:55:42.601 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: Listen normally on 2 lo 127.0.0.1:123 2024-09-10T03:55:42.601 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: Listen normally on 3 enp3s0f1 172.21.15.121:123 2024-09-10T03:55:42.601 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: Listen normally on 4 lo [::1]:123 2024-09-10T03:55:42.601 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cba3%5]:123 2024-09-10T03:55:42.601 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:42 ntpd[18446]: Listening on routing socket on fd #22 for interface updates 2024-09-10T03:55:42.618 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-10T03:55:42.618 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: Command line: ntpd -gq 2024-09-10T03:55:42.618 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: ---------------------------------------------------- 2024-09-10T03:55:42.618 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: ntp-4 is maintained by Network Time Foundation, 2024-09-10T03:55:42.618 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-10T03:55:42.618 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: corporation. Support and training for ntp-4 are 2024-09-10T03:55:42.618 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: available at https://www.nwtime.org/support 2024-09-10T03:55:42.618 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: ---------------------------------------------------- 2024-09-10T03:55:42.619 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: proto: precision = 0.057 usec (-24) 2024-09-10T03:55:42.619 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: basedate set to 2022-02-04 2024-09-10T03:55:42.619 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: gps base set to 2022-02-06 (week 2196) 2024-09-10T03:55:42.619 INFO:teuthology.orchestra.run.smithi174.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T03:55:42.619 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T03:55:42.620 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: restrict ::: KOD does nothing without LIMITED. 2024-09-10T03:55:42.620 INFO:teuthology.orchestra.run.smithi174.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-10T03:55:42.621 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: Listen and drop on 0 v6wildcard [::]:123 2024-09-10T03:55:42.621 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-10T03:55:42.621 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: Listen normally on 2 lo 127.0.0.1:123 2024-09-10T03:55:42.621 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: Listen normally on 3 enp3s0f1 172.21.15.174:123 2024-09-10T03:55:42.621 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: Listen normally on 4 lo [::1]:123 2024-09-10T03:55:42.621 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:771b%5]:123 2024-09-10T03:55:42.621 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:42 ntpd[18447]: Listening on routing socket on fd #22 for interface updates 2024-09-10T03:55:43.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:43 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:43.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:43 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:43.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:43 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:43.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:43 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:43.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:43 ntpd[18470]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:43.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:43 ntpd[18470]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:43.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:43.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:43.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:43.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:43.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:43.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:43.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:43.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:43.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:43.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:43.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:43.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:43.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:43.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:43.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:43.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:43.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:43.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:43 ntpd[18447]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:44.595 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:44 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:44.595 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:44 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:45.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:45 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:45.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:45 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:45.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:45 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:45.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:45 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:45.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:45 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:45.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:45 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:45.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:45 ntpd[18470]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:45.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:45 ntpd[18470]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:45.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:45 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:45.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:45 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:45.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:45 ntpd[18470]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:45.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:45 ntpd[18470]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:45.597 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:45 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:45.597 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:45 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:45.597 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:45 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:45.597 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:45 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:45.597 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:45 ntpd[18446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:45.597 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:45 ntpd[18446]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:45.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:45.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:45.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:45.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:45.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:45.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:45.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:45.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:45.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:45.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:45.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:45.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:45.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:45.621 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:45.621 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:45.621 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:45.621 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:45.621 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:45 ntpd[18447]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:46.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:46 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:46.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:46 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:46.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:46 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:46.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:46 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:46.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:46 ntpd[18470]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:46.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:46 ntpd[18470]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:46.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:46 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:46.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:46 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:46.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:46 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:46.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:46 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:46.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:46 ntpd[18446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:46.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:46 ntpd[18446]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:46.618 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:46 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:46.618 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:46 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:47 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:47.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:47 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:47 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:47.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:47 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:47 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:47.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:47 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:47 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:47.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:47 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:47 ntpd[18470]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:47.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:47 ntpd[18470]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:47.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:47 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:47.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:47 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:47 ntpd[18470]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:47.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:47 ntpd[18470]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:47.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:47 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:47.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:47 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:47 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:47.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:47 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:47 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:47.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:47 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:47 ntpd[18446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:47.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:47 ntpd[18446]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:47.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:47 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:47.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:47 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:47 ntpd[18446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:47.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:47 ntpd[18446]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:47.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:47.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:47.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:47.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:47.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:47.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:47.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:47.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:47.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:47.621 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:47.621 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:47.621 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:47.621 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:47 ntpd[18447]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:48.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:48 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:48.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:48 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:48.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:48 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:48.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:48 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:48.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:48 ntpd[18470]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:48.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:48 ntpd[18470]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:48.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:48 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:48.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:48 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:48.597 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:48 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:48.597 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:48 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:48.597 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:48 ntpd[18446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:48.597 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:48 ntpd[18446]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:49.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:49 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:49.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:49 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:49.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:49 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:49.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:49 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:49.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:49 ntpd[18470]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:49.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:49 ntpd[18470]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:49.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:49 ntpd[18470]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:49.595 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:49 ntpd[18470]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:49.596 INFO:teuthology.orchestra.run.smithi111.stdout:10 Sep 03:55:49 ntpd[18470]: ntpd: time slew -0.000304 s 2024-09-10T03:55:49.596 INFO:teuthology.orchestra.run.smithi111.stdout:ntpd: time slew -0.000304s 2024-09-10T03:55:49.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:49 ntpd[18470]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-10T03:55:49.596 INFO:teuthology.orchestra.run.smithi111.stderr:10 Sep 03:55:49 ntpd[18470]: can't open /var/log/ntpstats/loopstats.20240910: Permission denied 2024-09-10T03:55:49.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:49 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:49.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:49 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:49.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:49 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:49.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:49 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:49.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:49 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:49.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:49 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:49.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:49 ntpd[18446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:49.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:49 ntpd[18446]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:49.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:49 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:49.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:49 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:49.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:49 ntpd[18446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:49.598 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:49 ntpd[18446]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:49.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:49 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:49.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:49 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:49.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:49 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:49.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:49 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:49.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:49 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:49.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:49 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:49.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:49 ntpd[18447]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:49.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:49 ntpd[18447]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:49.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:49 ntpd[18447]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:49.619 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:49 ntpd[18447]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:49.620 INFO:teuthology.orchestra.run.smithi174.stdout:10 Sep 03:55:49 ntpd[18447]: ntpd: time slew -0.000955 s 2024-09-10T03:55:49.620 INFO:teuthology.orchestra.run.smithi174.stdout:ntpd: time slew -0.000955s 2024-09-10T03:55:49.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:49 ntpd[18447]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-10T03:55:49.620 INFO:teuthology.orchestra.run.smithi174.stderr:10 Sep 03:55:49 ntpd[18447]: can't open /var/log/ntpstats/loopstats.20240910: Permission denied 2024-09-10T03:55:49.655 INFO:teuthology.orchestra.run.smithi111.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T03:55:49.655 INFO:teuthology.orchestra.run.smithi111.stdout:============================================================================== 2024-09-10T03:55:49.655 INFO:teuthology.orchestra.run.smithi111.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T03:55:49.655 INFO:teuthology.orchestra.run.smithi111.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T03:55:49.655 INFO:teuthology.orchestra.run.smithi111.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T03:55:49.655 INFO:teuthology.orchestra.run.smithi111.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T03:55:49.678 INFO:teuthology.orchestra.run.smithi174.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T03:55:49.679 INFO:teuthology.orchestra.run.smithi174.stdout:============================================================================== 2024-09-10T03:55:49.679 INFO:teuthology.orchestra.run.smithi174.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T03:55:49.679 INFO:teuthology.orchestra.run.smithi174.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T03:55:49.679 INFO:teuthology.orchestra.run.smithi174.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T03:55:49.679 INFO:teuthology.orchestra.run.smithi174.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T03:55:50.595 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:50 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:50.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:50 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:50.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:50 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:50.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:50 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:50.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:50 ntpd[18446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:50.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:50 ntpd[18446]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:51.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:51 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:51.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:51 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:51.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:51 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:51.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:51 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:51.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:51 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:51.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:51 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:51.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:51 ntpd[18446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:51.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:51 ntpd[18446]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:51.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:51 ntpd[18446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T03:55:51.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:51 ntpd[18446]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T03:55:51.596 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:51 ntpd[18446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T03:55:51.597 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:51 ntpd[18446]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T03:55:51.597 INFO:teuthology.orchestra.run.smithi121.stdout:10 Sep 03:55:51 ntpd[18446]: ntpd: time slew -0.000651 s 2024-09-10T03:55:51.597 INFO:teuthology.orchestra.run.smithi121.stdout:ntpd: time slew -0.000651s 2024-09-10T03:55:51.597 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:51 ntpd[18446]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-10T03:55:51.597 INFO:teuthology.orchestra.run.smithi121.stderr:10 Sep 03:55:51 ntpd[18446]: can't open /var/log/ntpstats/loopstats.20240910: Permission denied 2024-09-10T03:55:51.664 INFO:teuthology.orchestra.run.smithi121.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T03:55:51.665 INFO:teuthology.orchestra.run.smithi121.stdout:============================================================================== 2024-09-10T03:55:51.665 INFO:teuthology.orchestra.run.smithi121.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T03:55:51.665 INFO:teuthology.orchestra.run.smithi121.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T03:55:51.665 INFO:teuthology.orchestra.run.smithi121.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T03:55:51.665 INFO:teuthology.orchestra.run.smithi121.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T03:55:51.666 INFO:teuthology.run_tasks:Running task install... 2024-09-10T03:55:51.674 DEBUG:teuthology.task.install:project ceph 2024-09-10T03:55:51.674 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '3a5e3f16720f432aea965c40a8f6eb480095ec6c'}} 2024-09-10T03:55:51.675 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '3a5e3f16720f432aea965c40a8f6eb480095ec6c'} 2024-09-10T03:55:51.675 INFO:teuthology.task.install:Using flavor: default 2024-09-10T03:55:51.680 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-10T03:55:51.680 INFO:teuthology.task.install:extra packages: [] 2024-09-10T03:55:51.681 DEBUG:teuthology.orchestra.run.smithi111:> sudo apt-key list | grep Ceph 2024-09-10T03:55:51.681 DEBUG:teuthology.orchestra.run.smithi121:> sudo apt-key list | grep Ceph 2024-09-10T03:55:51.681 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-key list | grep Ceph 2024-09-10T03:55:51.742 INFO:teuthology.orchestra.run.smithi174.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-10T03:55:51.743 INFO:teuthology.orchestra.run.smithi111.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-10T03:55:51.769 INFO:teuthology.orchestra.run.smithi121.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-10T03:55:51.770 INFO:teuthology.orchestra.run.smithi111.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-10T03:55:51.770 INFO:teuthology.orchestra.run.smithi111.stdout:uid [ unknown] Ceph.com (release key) 2024-09-10T03:55:51.771 INFO:teuthology.orchestra.run.smithi174.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-10T03:55:51.771 INFO:teuthology.orchestra.run.smithi174.stdout:uid [ unknown] Ceph.com (release key) 2024-09-10T03:55:51.771 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-10T03:55:51.771 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T03:55:51.774 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-10T03:55:51.774 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T03:55:51.799 INFO:teuthology.orchestra.run.smithi121.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-10T03:55:51.799 INFO:teuthology.orchestra.run.smithi121.stdout:uid [ unknown] Ceph.com (release key) 2024-09-10T03:55:51.800 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-10T03:55:51.800 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T03:55:51.927 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default/ 2024-09-10T03:55:51.927 INFO:teuthology.task.install.deb:Package version is 19.3.0-4885-g3a5e3f16-1jammy 2024-09-10T03:55:51.932 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default/ 2024-09-10T03:55:51.932 INFO:teuthology.task.install.deb:Package version is 19.3.0-4885-g3a5e3f16-1jammy 2024-09-10T03:55:51.937 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default/ 2024-09-10T03:55:51.937 INFO:teuthology.task.install.deb:Package version is 19.3.0-4885-g3a5e3f16-1jammy 2024-09-10T03:55:52.045 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-09-10T03:55:52.045 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-10T03:55:52.047 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-09-10T03:55:52.047 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-10T03:55:52.058 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-09-10T03:55:52.058 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-10T03:55:52.060 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-get update 2024-09-10T03:55:52.062 DEBUG:teuthology.orchestra.run.smithi111:> sudo apt-get update 2024-09-10T03:55:52.074 DEBUG:teuthology.orchestra.run.smithi121:> sudo apt-get update 2024-09-10T03:55:52.227 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-10T03:55:52.234 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-10T03:55:52.237 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-10T03:55:52.241 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-10T03:55:52.255 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-10T03:55:52.276 INFO:teuthology.orchestra.run.smithi174.stdout:Ign:2 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy InRelease 2024-09-10T03:55:52.282 INFO:teuthology.orchestra.run.smithi111.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy InRelease 2024-09-10T03:55:52.296 INFO:teuthology.orchestra.run.smithi121.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy InRelease 2024-09-10T03:55:52.297 INFO:teuthology.orchestra.run.smithi174.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy Release [7,005 B] 2024-09-10T03:55:52.303 INFO:teuthology.orchestra.run.smithi111.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy Release [7,005 B] 2024-09-10T03:55:52.318 INFO:teuthology.orchestra.run.smithi121.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy Release [7,005 B] 2024-09-10T03:55:52.319 INFO:teuthology.orchestra.run.smithi174.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-10T03:55:52.325 INFO:teuthology.orchestra.run.smithi111.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-10T03:55:52.340 INFO:teuthology.orchestra.run.smithi174.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-10T03:55:52.341 INFO:teuthology.orchestra.run.smithi121.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-10T03:55:52.346 INFO:teuthology.orchestra.run.smithi111.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,418 B] 2024-09-10T03:55:52.346 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-10T03:55:52.362 INFO:teuthology.orchestra.run.smithi121.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-10T03:55:52.367 INFO:teuthology.orchestra.run.smithi174.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,418 B] 2024-09-10T03:55:52.372 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-10T03:55:52.372 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-10T03:55:52.372 INFO:teuthology.orchestra.run.smithi111.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-10T03:55:52.401 INFO:teuthology.orchestra.run.smithi121.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,418 B] 2024-09-10T03:55:52.423 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-10T03:55:52.444 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-10T03:55:52.505 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-10T03:55:52.525 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-10T03:55:52.573 INFO:teuthology.orchestra.run.smithi111.stdout:Fetched 28.6 kB in 0s (86.6 kB/s) 2024-09-10T03:55:52.651 INFO:teuthology.orchestra.run.smithi174.stdout:Fetched 28.6 kB in 0s (69.3 kB/s) 2024-09-10T03:55:52.756 INFO:teuthology.orchestra.run.smithi121.stdout:Fetched 28.6 kB in 0s (57.7 kB/s) 2024-09-10T03:55:53.610 INFO:teuthology.orchestra.run.smithi111.stdout:Reading package lists... 2024-09-10T03:55:53.626 DEBUG:teuthology.orchestra.run.smithi111:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4885-g3a5e3f16-1jammy cephadm=19.3.0-4885-g3a5e3f16-1jammy ceph-mds=19.3.0-4885-g3a5e3f16-1jammy ceph-mgr=19.3.0-4885-g3a5e3f16-1jammy ceph-common=19.3.0-4885-g3a5e3f16-1jammy ceph-fuse=19.3.0-4885-g3a5e3f16-1jammy ceph-test=19.3.0-4885-g3a5e3f16-1jammy ceph-volume=19.3.0-4885-g3a5e3f16-1jammy radosgw=19.3.0-4885-g3a5e3f16-1jammy python3-rados=19.3.0-4885-g3a5e3f16-1jammy python3-rgw=19.3.0-4885-g3a5e3f16-1jammy python3-cephfs=19.3.0-4885-g3a5e3f16-1jammy python3-rbd=19.3.0-4885-g3a5e3f16-1jammy libcephfs2=19.3.0-4885-g3a5e3f16-1jammy libcephfs-dev=19.3.0-4885-g3a5e3f16-1jammy librados2=19.3.0-4885-g3a5e3f16-1jammy librbd1=19.3.0-4885-g3a5e3f16-1jammy rbd-fuse=19.3.0-4885-g3a5e3f16-1jammy 2024-09-10T03:55:53.674 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-09-10T03:55:53.691 INFO:teuthology.orchestra.run.smithi111.stdout:Reading package lists... 2024-09-10T03:55:53.692 DEBUG:teuthology.orchestra.run.smithi174:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4885-g3a5e3f16-1jammy cephadm=19.3.0-4885-g3a5e3f16-1jammy ceph-mds=19.3.0-4885-g3a5e3f16-1jammy ceph-mgr=19.3.0-4885-g3a5e3f16-1jammy ceph-common=19.3.0-4885-g3a5e3f16-1jammy ceph-fuse=19.3.0-4885-g3a5e3f16-1jammy ceph-test=19.3.0-4885-g3a5e3f16-1jammy ceph-volume=19.3.0-4885-g3a5e3f16-1jammy radosgw=19.3.0-4885-g3a5e3f16-1jammy python3-rados=19.3.0-4885-g3a5e3f16-1jammy python3-rgw=19.3.0-4885-g3a5e3f16-1jammy python3-cephfs=19.3.0-4885-g3a5e3f16-1jammy python3-rbd=19.3.0-4885-g3a5e3f16-1jammy libcephfs2=19.3.0-4885-g3a5e3f16-1jammy libcephfs-dev=19.3.0-4885-g3a5e3f16-1jammy librados2=19.3.0-4885-g3a5e3f16-1jammy librbd1=19.3.0-4885-g3a5e3f16-1jammy rbd-fuse=19.3.0-4885-g3a5e3f16-1jammy 2024-09-10T03:55:53.753 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-09-10T03:55:53.787 INFO:teuthology.orchestra.run.smithi121.stdout:Reading package lists... 2024-09-10T03:55:53.804 DEBUG:teuthology.orchestra.run.smithi121:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4885-g3a5e3f16-1jammy cephadm=19.3.0-4885-g3a5e3f16-1jammy ceph-mds=19.3.0-4885-g3a5e3f16-1jammy ceph-mgr=19.3.0-4885-g3a5e3f16-1jammy ceph-common=19.3.0-4885-g3a5e3f16-1jammy ceph-fuse=19.3.0-4885-g3a5e3f16-1jammy ceph-test=19.3.0-4885-g3a5e3f16-1jammy ceph-volume=19.3.0-4885-g3a5e3f16-1jammy radosgw=19.3.0-4885-g3a5e3f16-1jammy python3-rados=19.3.0-4885-g3a5e3f16-1jammy python3-rgw=19.3.0-4885-g3a5e3f16-1jammy python3-cephfs=19.3.0-4885-g3a5e3f16-1jammy python3-rbd=19.3.0-4885-g3a5e3f16-1jammy libcephfs2=19.3.0-4885-g3a5e3f16-1jammy libcephfs-dev=19.3.0-4885-g3a5e3f16-1jammy librados2=19.3.0-4885-g3a5e3f16-1jammy librbd1=19.3.0-4885-g3a5e3f16-1jammy rbd-fuse=19.3.0-4885-g3a5e3f16-1jammy 2024-09-10T03:55:53.858 INFO:teuthology.orchestra.run.smithi121.stdout:Reading package lists... 2024-09-10T03:55:53.899 INFO:teuthology.orchestra.run.smithi111.stdout:Building dependency tree... 2024-09-10T03:55:53.900 INFO:teuthology.orchestra.run.smithi111.stdout:Reading state information... 2024-09-10T03:55:53.943 INFO:teuthology.orchestra.run.smithi174.stdout:Building dependency tree... 2024-09-10T03:55:53.944 INFO:teuthology.orchestra.run.smithi174.stdout:Reading state information... 2024-09-10T03:55:54.041 INFO:teuthology.orchestra.run.smithi121.stdout:Building dependency tree... 2024-09-10T03:55:54.042 INFO:teuthology.orchestra.run.smithi121.stdout:Reading state information... 2024-09-10T03:55:54.095 INFO:teuthology.orchestra.run.smithi111.stdout:The following packages were automatically installed and are no longer required: 2024-09-10T03:55:54.095 INFO:teuthology.orchestra.run.smithi111.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-10T03:55:54.095 INFO:teuthology.orchestra.run.smithi111.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-10T03:55:54.095 INFO:teuthology.orchestra.run.smithi111.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-10T03:55:54.096 INFO:teuthology.orchestra.run.smithi111.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-10T03:55:54.096 INFO:teuthology.orchestra.run.smithi111.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-10T03:55:54.096 INFO:teuthology.orchestra.run.smithi111.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-10T03:55:54.096 INFO:teuthology.orchestra.run.smithi111.stdout:The following additional packages will be installed: 2024-09-10T03:55:54.096 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-10T03:55:54.098 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-10T03:55:54.098 INFO:teuthology.orchestra.run.smithi111.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-10T03:55:54.098 INFO:teuthology.orchestra.run.smithi111.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-10T03:55:54.098 INFO:teuthology.orchestra.run.smithi111.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-10T03:55:54.098 INFO:teuthology.orchestra.run.smithi111.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-10T03:55:54.098 INFO:teuthology.orchestra.run.smithi111.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-10T03:55:54.098 INFO:teuthology.orchestra.run.smithi111.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-10T03:55:54.098 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-10T03:55:54.099 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-10T03:55:54.099 INFO:teuthology.orchestra.run.smithi111.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-10T03:55:54.099 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-10T03:55:54.099 INFO:teuthology.orchestra.run.smithi111.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-10T03:55:54.099 INFO:teuthology.orchestra.run.smithi111.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-10T03:55:54.099 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-10T03:55:54.099 INFO:teuthology.orchestra.run.smithi111.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-10T03:55:54.099 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-10T03:55:54.099 INFO:teuthology.orchestra.run.smithi111.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-10T03:55:54.099 INFO:teuthology.orchestra.run.smithi111.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-10T03:55:54.099 INFO:teuthology.orchestra.run.smithi111.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-10T03:55:54.099 INFO:teuthology.orchestra.run.smithi111.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-10T03:55:54.099 INFO:teuthology.orchestra.run.smithi111.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-10T03:55:54.100 INFO:teuthology.orchestra.run.smithi111.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-10T03:55:54.100 INFO:teuthology.orchestra.run.smithi111.stdout: xmlstarlet zip 2024-09-10T03:55:54.100 INFO:teuthology.orchestra.run.smithi111.stdout:Suggested packages: 2024-09-10T03:55:54.100 INFO:teuthology.orchestra.run.smithi111.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-10T03:55:54.100 INFO:teuthology.orchestra.run.smithi111.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-10T03:55:54.100 INFO:teuthology.orchestra.run.smithi111.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-10T03:55:54.100 INFO:teuthology.orchestra.run.smithi111.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-10T03:55:54.101 INFO:teuthology.orchestra.run.smithi111.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-10T03:55:54.101 INFO:teuthology.orchestra.run.smithi111.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-10T03:55:54.101 INFO:teuthology.orchestra.run.smithi111.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-10T03:55:54.101 INFO:teuthology.orchestra.run.smithi111.stdout:Recommended packages: 2024-09-10T03:55:54.101 INFO:teuthology.orchestra.run.smithi111.stdout: btrfs-tools 2024-09-10T03:55:54.127 INFO:teuthology.orchestra.run.smithi174.stdout:The following packages were automatically installed and are no longer required: 2024-09-10T03:55:54.127 INFO:teuthology.orchestra.run.smithi174.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-10T03:55:54.128 INFO:teuthology.orchestra.run.smithi174.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-10T03:55:54.128 INFO:teuthology.orchestra.run.smithi174.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-10T03:55:54.128 INFO:teuthology.orchestra.run.smithi174.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-10T03:55:54.128 INFO:teuthology.orchestra.run.smithi174.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-10T03:55:54.128 INFO:teuthology.orchestra.run.smithi174.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-10T03:55:54.129 INFO:teuthology.orchestra.run.smithi174.stdout:The following additional packages will be installed: 2024-09-10T03:55:54.129 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-10T03:55:54.129 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-10T03:55:54.130 INFO:teuthology.orchestra.run.smithi174.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-10T03:55:54.130 INFO:teuthology.orchestra.run.smithi174.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-10T03:55:54.130 INFO:teuthology.orchestra.run.smithi174.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-10T03:55:54.131 INFO:teuthology.orchestra.run.smithi174.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-10T03:55:54.131 INFO:teuthology.orchestra.run.smithi174.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-10T03:55:54.131 INFO:teuthology.orchestra.run.smithi174.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-10T03:55:54.131 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-10T03:55:54.131 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-10T03:55:54.131 INFO:teuthology.orchestra.run.smithi174.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-10T03:55:54.131 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-10T03:55:54.131 INFO:teuthology.orchestra.run.smithi174.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-10T03:55:54.132 INFO:teuthology.orchestra.run.smithi174.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-10T03:55:54.132 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-10T03:55:54.132 INFO:teuthology.orchestra.run.smithi174.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-10T03:55:54.132 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-10T03:55:54.132 INFO:teuthology.orchestra.run.smithi174.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-10T03:55:54.132 INFO:teuthology.orchestra.run.smithi174.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-10T03:55:54.132 INFO:teuthology.orchestra.run.smithi174.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-10T03:55:54.132 INFO:teuthology.orchestra.run.smithi174.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-10T03:55:54.132 INFO:teuthology.orchestra.run.smithi174.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-10T03:55:54.132 INFO:teuthology.orchestra.run.smithi174.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-10T03:55:54.132 INFO:teuthology.orchestra.run.smithi174.stdout: xmlstarlet zip 2024-09-10T03:55:54.133 INFO:teuthology.orchestra.run.smithi174.stdout:Suggested packages: 2024-09-10T03:55:54.133 INFO:teuthology.orchestra.run.smithi174.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-10T03:55:54.133 INFO:teuthology.orchestra.run.smithi174.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-10T03:55:54.133 INFO:teuthology.orchestra.run.smithi174.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-10T03:55:54.133 INFO:teuthology.orchestra.run.smithi174.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-10T03:55:54.133 INFO:teuthology.orchestra.run.smithi174.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-10T03:55:54.133 INFO:teuthology.orchestra.run.smithi174.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-10T03:55:54.133 INFO:teuthology.orchestra.run.smithi174.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-10T03:55:54.133 INFO:teuthology.orchestra.run.smithi174.stdout:Recommended packages: 2024-09-10T03:55:54.133 INFO:teuthology.orchestra.run.smithi174.stdout: btrfs-tools 2024-09-10T03:55:54.204 INFO:teuthology.orchestra.run.smithi111.stdout:The following NEW packages will be installed: 2024-09-10T03:55:54.204 INFO:teuthology.orchestra.run.smithi111.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-10T03:55:54.204 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-10T03:55:54.204 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-10T03:55:54.205 INFO:teuthology.orchestra.run.smithi111.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-10T03:55:54.205 INFO:teuthology.orchestra.run.smithi111.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-10T03:55:54.205 INFO:teuthology.orchestra.run.smithi111.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-10T03:55:54.206 INFO:teuthology.orchestra.run.smithi111.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-10T03:55:54.206 INFO:teuthology.orchestra.run.smithi111.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-10T03:55:54.206 INFO:teuthology.orchestra.run.smithi111.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-10T03:55:54.206 INFO:teuthology.orchestra.run.smithi111.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-10T03:55:54.206 INFO:teuthology.orchestra.run.smithi111.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-10T03:55:54.206 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-10T03:55:54.206 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-10T03:55:54.206 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-10T03:55:54.206 INFO:teuthology.orchestra.run.smithi111.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-10T03:55:54.206 INFO:teuthology.orchestra.run.smithi111.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-10T03:55:54.207 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-10T03:55:54.207 INFO:teuthology.orchestra.run.smithi111.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-10T03:55:54.207 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-10T03:55:54.207 INFO:teuthology.orchestra.run.smithi111.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-10T03:55:54.207 INFO:teuthology.orchestra.run.smithi111.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-10T03:55:54.207 INFO:teuthology.orchestra.run.smithi111.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-10T03:55:54.207 INFO:teuthology.orchestra.run.smithi111.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-10T03:55:54.207 INFO:teuthology.orchestra.run.smithi111.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-10T03:55:54.207 INFO:teuthology.orchestra.run.smithi111.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-10T03:55:54.207 INFO:teuthology.orchestra.run.smithi111.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-10T03:55:54.224 INFO:teuthology.orchestra.run.smithi121.stdout:The following packages were automatically installed and are no longer required: 2024-09-10T03:55:54.224 INFO:teuthology.orchestra.run.smithi121.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-10T03:55:54.224 INFO:teuthology.orchestra.run.smithi121.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-10T03:55:54.224 INFO:teuthology.orchestra.run.smithi121.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-10T03:55:54.225 INFO:teuthology.orchestra.run.smithi121.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-10T03:55:54.225 INFO:teuthology.orchestra.run.smithi121.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-10T03:55:54.225 INFO:teuthology.orchestra.run.smithi121.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-10T03:55:54.226 INFO:teuthology.orchestra.run.smithi121.stdout:The following additional packages will be installed: 2024-09-10T03:55:54.226 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-10T03:55:54.226 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-10T03:55:54.227 INFO:teuthology.orchestra.run.smithi121.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-10T03:55:54.227 INFO:teuthology.orchestra.run.smithi121.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-10T03:55:54.227 INFO:teuthology.orchestra.run.smithi121.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-10T03:55:54.227 INFO:teuthology.orchestra.run.smithi121.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-10T03:55:54.227 INFO:teuthology.orchestra.run.smithi121.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-10T03:55:54.227 INFO:teuthology.orchestra.run.smithi121.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-10T03:55:54.227 INFO:teuthology.orchestra.run.smithi121.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-10T03:55:54.227 INFO:teuthology.orchestra.run.smithi121.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-10T03:55:54.227 INFO:teuthology.orchestra.run.smithi121.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-10T03:55:54.228 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-10T03:55:54.228 INFO:teuthology.orchestra.run.smithi121.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-10T03:55:54.228 INFO:teuthology.orchestra.run.smithi121.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-10T03:55:54.228 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-10T03:55:54.228 INFO:teuthology.orchestra.run.smithi121.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-10T03:55:54.228 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-10T03:55:54.228 INFO:teuthology.orchestra.run.smithi121.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-10T03:55:54.228 INFO:teuthology.orchestra.run.smithi121.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-10T03:55:54.228 INFO:teuthology.orchestra.run.smithi121.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-10T03:55:54.228 INFO:teuthology.orchestra.run.smithi121.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-10T03:55:54.228 INFO:teuthology.orchestra.run.smithi121.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-10T03:55:54.228 INFO:teuthology.orchestra.run.smithi121.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-10T03:55:54.228 INFO:teuthology.orchestra.run.smithi121.stdout: xmlstarlet zip 2024-09-10T03:55:54.229 INFO:teuthology.orchestra.run.smithi121.stdout:Suggested packages: 2024-09-10T03:55:54.229 INFO:teuthology.orchestra.run.smithi121.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-10T03:55:54.229 INFO:teuthology.orchestra.run.smithi121.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-10T03:55:54.229 INFO:teuthology.orchestra.run.smithi121.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-10T03:55:54.229 INFO:teuthology.orchestra.run.smithi121.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-10T03:55:54.229 INFO:teuthology.orchestra.run.smithi121.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-10T03:55:54.229 INFO:teuthology.orchestra.run.smithi121.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-10T03:55:54.229 INFO:teuthology.orchestra.run.smithi121.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-10T03:55:54.229 INFO:teuthology.orchestra.run.smithi121.stdout:Recommended packages: 2024-09-10T03:55:54.229 INFO:teuthology.orchestra.run.smithi121.stdout: btrfs-tools 2024-09-10T03:55:54.234 INFO:teuthology.orchestra.run.smithi174.stdout:The following NEW packages will be installed: 2024-09-10T03:55:54.234 INFO:teuthology.orchestra.run.smithi174.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-10T03:55:54.234 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-10T03:55:54.235 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-10T03:55:54.235 INFO:teuthology.orchestra.run.smithi174.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-10T03:55:54.235 INFO:teuthology.orchestra.run.smithi174.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-10T03:55:54.235 INFO:teuthology.orchestra.run.smithi174.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-10T03:55:54.236 INFO:teuthology.orchestra.run.smithi174.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-10T03:55:54.236 INFO:teuthology.orchestra.run.smithi174.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-10T03:55:54.236 INFO:teuthology.orchestra.run.smithi174.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-10T03:55:54.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-10T03:55:54.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-10T03:55:54.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-10T03:55:54.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-10T03:55:54.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-10T03:55:54.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-10T03:55:54.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-10T03:55:54.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-10T03:55:54.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-10T03:55:54.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-10T03:55:54.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-10T03:55:54.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-10T03:55:54.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-10T03:55:54.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-10T03:55:54.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-10T03:55:54.238 INFO:teuthology.orchestra.run.smithi174.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-10T03:55:54.238 INFO:teuthology.orchestra.run.smithi174.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-10T03:55:54.297 INFO:teuthology.orchestra.run.smithi174.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-10T03:55:54.297 INFO:teuthology.orchestra.run.smithi174.stdout:Need to get 251 MB of archives. 2024-09-10T03:55:54.297 INFO:teuthology.orchestra.run.smithi174.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-10T03:55:54.297 INFO:teuthology.orchestra.run.smithi174.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-10T03:55:54.334 INFO:teuthology.orchestra.run.smithi121.stdout:The following NEW packages will be installed: 2024-09-10T03:55:54.334 INFO:teuthology.orchestra.run.smithi121.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-10T03:55:54.334 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-10T03:55:54.334 INFO:teuthology.orchestra.run.smithi121.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-10T03:55:54.334 INFO:teuthology.orchestra.run.smithi121.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-10T03:55:54.334 INFO:teuthology.orchestra.run.smithi121.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-10T03:55:54.335 INFO:teuthology.orchestra.run.smithi121.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-10T03:55:54.336 INFO:teuthology.orchestra.run.smithi121.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-10T03:55:54.336 INFO:teuthology.orchestra.run.smithi121.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-10T03:55:54.336 INFO:teuthology.orchestra.run.smithi121.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-10T03:55:54.336 INFO:teuthology.orchestra.run.smithi121.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-10T03:55:54.336 INFO:teuthology.orchestra.run.smithi121.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-10T03:55:54.336 INFO:teuthology.orchestra.run.smithi121.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-10T03:55:54.336 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-10T03:55:54.336 INFO:teuthology.orchestra.run.smithi121.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-10T03:55:54.336 INFO:teuthology.orchestra.run.smithi121.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-10T03:55:54.336 INFO:teuthology.orchestra.run.smithi121.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-10T03:55:54.337 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-10T03:55:54.337 INFO:teuthology.orchestra.run.smithi121.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-10T03:55:54.337 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-10T03:55:54.337 INFO:teuthology.orchestra.run.smithi121.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-10T03:55:54.337 INFO:teuthology.orchestra.run.smithi121.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-10T03:55:54.337 INFO:teuthology.orchestra.run.smithi121.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-10T03:55:54.337 INFO:teuthology.orchestra.run.smithi121.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-10T03:55:54.337 INFO:teuthology.orchestra.run.smithi121.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-10T03:55:54.337 INFO:teuthology.orchestra.run.smithi121.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-10T03:55:54.337 INFO:teuthology.orchestra.run.smithi121.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-10T03:55:54.343 INFO:teuthology.orchestra.run.smithi111.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-10T03:55:54.343 INFO:teuthology.orchestra.run.smithi111.stdout:Need to get 251 MB of archives. 2024-09-10T03:55:54.344 INFO:teuthology.orchestra.run.smithi111.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-10T03:55:54.344 INFO:teuthology.orchestra.run.smithi111.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4885-g3a5e3f16-1jammy [3,634 kB] 2024-09-10T03:55:54.381 INFO:teuthology.orchestra.run.smithi174.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4885-g3a5e3f16-1jammy [3,634 kB] 2024-09-10T03:55:54.384 INFO:teuthology.orchestra.run.smithi174.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-10T03:55:54.387 INFO:teuthology.orchestra.run.smithi174.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-10T03:55:54.390 INFO:teuthology.orchestra.run.smithi111.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-10T03:55:54.403 INFO:teuthology.orchestra.run.smithi174.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-10T03:55:54.465 INFO:teuthology.orchestra.run.smithi174.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-10T03:55:54.470 INFO:teuthology.orchestra.run.smithi174.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-10T03:55:54.481 INFO:teuthology.orchestra.run.smithi121.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-10T03:55:54.482 INFO:teuthology.orchestra.run.smithi121.stdout:Need to get 251 MB of archives. 2024-09-10T03:55:54.482 INFO:teuthology.orchestra.run.smithi121.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-10T03:55:54.482 INFO:teuthology.orchestra.run.smithi121.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4885-g3a5e3f16-1jammy [3,634 kB] 2024-09-10T03:55:54.482 INFO:teuthology.orchestra.run.smithi174.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-10T03:55:54.485 INFO:teuthology.orchestra.run.smithi174.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-10T03:55:54.486 INFO:teuthology.orchestra.run.smithi174.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-10T03:55:54.487 INFO:teuthology.orchestra.run.smithi174.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-10T03:55:54.488 INFO:teuthology.orchestra.run.smithi174.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-10T03:55:54.496 INFO:teuthology.orchestra.run.smithi174.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-10T03:55:54.498 INFO:teuthology.orchestra.run.smithi174.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-10T03:55:54.500 INFO:teuthology.orchestra.run.smithi174.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-10T03:55:54.505 INFO:teuthology.orchestra.run.smithi174.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-10T03:55:54.505 INFO:teuthology.orchestra.run.smithi174.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-10T03:55:54.521 INFO:teuthology.orchestra.run.smithi174.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-10T03:55:54.523 INFO:teuthology.orchestra.run.smithi174.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-10T03:55:54.524 INFO:teuthology.orchestra.run.smithi121.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-10T03:55:54.525 INFO:teuthology.orchestra.run.smithi174.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-10T03:55:54.525 INFO:teuthology.orchestra.run.smithi174.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-10T03:55:54.525 INFO:teuthology.orchestra.run.smithi174.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-10T03:55:54.527 INFO:teuthology.orchestra.run.smithi174.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-10T03:55:54.527 INFO:teuthology.orchestra.run.smithi174.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-10T03:55:54.527 INFO:teuthology.orchestra.run.smithi174.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-10T03:55:54.537 INFO:teuthology.orchestra.run.smithi111.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4885-g3a5e3f16-1jammy [3,330 kB] 2024-09-10T03:55:54.537 INFO:teuthology.orchestra.run.smithi174.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-10T03:55:54.538 INFO:teuthology.orchestra.run.smithi174.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-10T03:55:54.554 INFO:teuthology.orchestra.run.smithi174.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-10T03:55:54.555 INFO:teuthology.orchestra.run.smithi174.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-10T03:55:54.557 INFO:teuthology.orchestra.run.smithi174.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-10T03:55:54.558 INFO:teuthology.orchestra.run.smithi174.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-10T03:55:54.558 INFO:teuthology.orchestra.run.smithi174.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-10T03:55:54.559 INFO:teuthology.orchestra.run.smithi174.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-10T03:55:54.560 INFO:teuthology.orchestra.run.smithi174.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-10T03:55:54.560 INFO:teuthology.orchestra.run.smithi174.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-10T03:55:54.571 INFO:teuthology.orchestra.run.smithi174.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-10T03:55:54.573 INFO:teuthology.orchestra.run.smithi174.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-10T03:55:54.588 INFO:teuthology.orchestra.run.smithi174.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-10T03:55:54.588 INFO:teuthology.orchestra.run.smithi174.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-10T03:55:54.594 INFO:teuthology.orchestra.run.smithi174.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-10T03:55:54.594 INFO:teuthology.orchestra.run.smithi174.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-10T03:55:54.594 INFO:teuthology.orchestra.run.smithi174.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-10T03:55:54.595 INFO:teuthology.orchestra.run.smithi174.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-10T03:55:54.596 INFO:teuthology.orchestra.run.smithi174.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-10T03:55:54.598 INFO:teuthology.orchestra.run.smithi174.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-10T03:55:54.605 INFO:teuthology.orchestra.run.smithi174.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-10T03:55:54.607 INFO:teuthology.orchestra.run.smithi174.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-10T03:55:54.608 INFO:teuthology.orchestra.run.smithi111.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4885-g3a5e3f16-1jammy [722 kB] 2024-09-10T03:55:54.616 INFO:teuthology.orchestra.run.smithi174.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-10T03:55:54.619 INFO:teuthology.orchestra.run.smithi111.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4885-g3a5e3f16-1jammy [356 kB] 2024-09-10T03:55:54.620 INFO:teuthology.orchestra.run.smithi174.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-10T03:55:54.621 INFO:teuthology.orchestra.run.smithi174.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-10T03:55:54.623 INFO:teuthology.orchestra.run.smithi174.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-10T03:55:54.624 INFO:teuthology.orchestra.run.smithi111.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4885-g3a5e3f16-1jammy [32.8 kB] 2024-09-10T03:55:54.625 INFO:teuthology.orchestra.run.smithi111.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4885-g3a5e3f16-1jammy [180 kB] 2024-09-10T03:55:54.628 INFO:teuthology.orchestra.run.smithi111.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4885-g3a5e3f16-1jammy [72.0 kB] 2024-09-10T03:55:54.628 INFO:teuthology.orchestra.run.smithi174.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-10T03:55:54.629 INFO:teuthology.orchestra.run.smithi111.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4885-g3a5e3f16-1jammy [337 kB] 2024-09-10T03:55:54.637 INFO:teuthology.orchestra.run.smithi174.stdout:Get:53 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4885-g3a5e3f16-1jammy [3,330 kB] 2024-09-10T03:55:54.648 INFO:teuthology.orchestra.run.smithi111.stdout:Get:10 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4885-g3a5e3f16-1jammy [7,987 kB] 2024-09-10T03:55:54.690 INFO:teuthology.orchestra.run.smithi174.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-10T03:55:54.691 INFO:teuthology.orchestra.run.smithi174.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-10T03:55:54.692 INFO:teuthology.orchestra.run.smithi174.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-10T03:55:54.692 INFO:teuthology.orchestra.run.smithi174.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-10T03:55:54.693 INFO:teuthology.orchestra.run.smithi174.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-10T03:55:54.710 INFO:teuthology.orchestra.run.smithi174.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-10T03:55:54.712 INFO:teuthology.orchestra.run.smithi174.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-10T03:55:54.712 INFO:teuthology.orchestra.run.smithi174.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-10T03:55:54.726 INFO:teuthology.orchestra.run.smithi174.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-10T03:55:54.727 INFO:teuthology.orchestra.run.smithi174.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-10T03:55:54.727 INFO:teuthology.orchestra.run.smithi174.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-10T03:55:54.727 INFO:teuthology.orchestra.run.smithi174.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-10T03:55:54.727 INFO:teuthology.orchestra.run.smithi174.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-10T03:55:54.728 INFO:teuthology.orchestra.run.smithi174.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-10T03:55:54.743 INFO:teuthology.orchestra.run.smithi174.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-10T03:55:54.743 INFO:teuthology.orchestra.run.smithi174.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-10T03:55:54.746 INFO:teuthology.orchestra.run.smithi174.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-10T03:55:54.760 INFO:teuthology.orchestra.run.smithi174.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-10T03:55:54.761 INFO:teuthology.orchestra.run.smithi174.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-10T03:55:54.762 INFO:teuthology.orchestra.run.smithi174.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-10T03:55:54.765 INFO:teuthology.orchestra.run.smithi174.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-10T03:55:54.767 INFO:teuthology.orchestra.run.smithi174.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-10T03:55:54.768 INFO:teuthology.orchestra.run.smithi174.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-10T03:55:54.768 INFO:teuthology.orchestra.run.smithi174.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.2 [473 kB] 2024-09-10T03:55:54.777 INFO:teuthology.orchestra.run.smithi174.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-10T03:55:54.777 INFO:teuthology.orchestra.run.smithi174.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-10T03:55:54.780 INFO:teuthology.orchestra.run.smithi174.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-10T03:55:54.794 INFO:teuthology.orchestra.run.smithi174.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-10T03:55:54.794 INFO:teuthology.orchestra.run.smithi174.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-10T03:55:54.795 INFO:teuthology.orchestra.run.smithi174.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-10T03:55:54.796 INFO:teuthology.orchestra.run.smithi174.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-10T03:55:54.797 INFO:teuthology.orchestra.run.smithi174.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-10T03:55:54.802 INFO:teuthology.orchestra.run.smithi174.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-10T03:55:54.803 INFO:teuthology.orchestra.run.smithi174.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-10T03:55:54.809 INFO:teuthology.orchestra.run.smithi111.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-10T03:55:54.811 INFO:teuthology.orchestra.run.smithi174.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-10T03:55:54.813 INFO:teuthology.orchestra.run.smithi174.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-10T03:55:54.813 INFO:teuthology.orchestra.run.smithi174.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-10T03:55:54.824 INFO:teuthology.orchestra.run.smithi111.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-10T03:55:54.870 INFO:teuthology.orchestra.run.smithi174.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4885-g3a5e3f16-1jammy [722 kB] 2024-09-10T03:55:54.885 INFO:teuthology.orchestra.run.smithi174.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4885-g3a5e3f16-1jammy [356 kB] 2024-09-10T03:55:54.892 INFO:teuthology.orchestra.run.smithi174.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4885-g3a5e3f16-1jammy [32.8 kB] 2024-09-10T03:55:54.893 INFO:teuthology.orchestra.run.smithi174.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4885-g3a5e3f16-1jammy [180 kB] 2024-09-10T03:55:54.897 INFO:teuthology.orchestra.run.smithi174.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4885-g3a5e3f16-1jammy [72.0 kB] 2024-09-10T03:55:54.899 INFO:teuthology.orchestra.run.smithi174.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4885-g3a5e3f16-1jammy [337 kB] 2024-09-10T03:55:54.903 INFO:teuthology.orchestra.run.smithi111.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-10T03:55:54.906 INFO:teuthology.orchestra.run.smithi174.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4885-g3a5e3f16-1jammy [7,987 kB] 2024-09-10T03:55:54.907 INFO:teuthology.orchestra.run.smithi111.stdout:Get:14 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4885-g3a5e3f16-1jammy [112 kB] 2024-09-10T03:55:54.909 INFO:teuthology.orchestra.run.smithi111.stdout:Get:15 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4885-g3a5e3f16-1jammy [473 kB] 2024-09-10T03:55:54.930 INFO:teuthology.orchestra.run.smithi111.stdout:Get:16 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4885-g3a5e3f16-1jammy [28.3 MB] 2024-09-10T03:55:54.942 INFO:teuthology.orchestra.run.smithi121.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-10T03:55:54.954 INFO:teuthology.orchestra.run.smithi121.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-10T03:55:55.035 INFO:teuthology.orchestra.run.smithi121.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-10T03:55:55.110 INFO:teuthology.orchestra.run.smithi174.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4885-g3a5e3f16-1jammy [112 kB] 2024-09-10T03:55:55.113 INFO:teuthology.orchestra.run.smithi174.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4885-g3a5e3f16-1jammy [473 kB] 2024-09-10T03:55:55.122 INFO:teuthology.orchestra.run.smithi174.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4885-g3a5e3f16-1jammy [28.3 MB] 2024-09-10T03:55:55.130 INFO:teuthology.orchestra.run.smithi111.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-10T03:55:55.141 INFO:teuthology.orchestra.run.smithi111.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-10T03:55:55.171 INFO:teuthology.orchestra.run.smithi111.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-10T03:55:55.179 INFO:teuthology.orchestra.run.smithi111.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-10T03:55:55.182 INFO:teuthology.orchestra.run.smithi111.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-10T03:55:55.183 INFO:teuthology.orchestra.run.smithi111.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-10T03:55:55.185 INFO:teuthology.orchestra.run.smithi111.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-10T03:55:55.201 INFO:teuthology.orchestra.run.smithi111.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-10T03:55:55.206 INFO:teuthology.orchestra.run.smithi111.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-10T03:55:55.212 INFO:teuthology.orchestra.run.smithi111.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-10T03:55:55.263 INFO:teuthology.orchestra.run.smithi121.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-10T03:55:55.274 INFO:teuthology.orchestra.run.smithi121.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-10T03:55:55.292 INFO:teuthology.orchestra.run.smithi111.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-10T03:55:55.294 INFO:teuthology.orchestra.run.smithi111.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-10T03:55:55.303 INFO:teuthology.orchestra.run.smithi121.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-10T03:55:55.305 INFO:teuthology.orchestra.run.smithi111.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-10T03:55:55.311 INFO:teuthology.orchestra.run.smithi111.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-10T03:55:55.312 INFO:teuthology.orchestra.run.smithi121.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-10T03:55:55.315 INFO:teuthology.orchestra.run.smithi121.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-10T03:55:55.315 INFO:teuthology.orchestra.run.smithi111.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-10T03:55:55.316 INFO:teuthology.orchestra.run.smithi121.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-10T03:55:55.317 INFO:teuthology.orchestra.run.smithi121.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-10T03:55:55.319 INFO:teuthology.orchestra.run.smithi111.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-10T03:55:55.321 INFO:teuthology.orchestra.run.smithi111.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-10T03:55:55.325 INFO:teuthology.orchestra.run.smithi111.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-10T03:55:55.332 INFO:teuthology.orchestra.run.smithi111.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-10T03:55:55.334 INFO:teuthology.orchestra.run.smithi121.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-10T03:55:55.339 INFO:teuthology.orchestra.run.smithi121.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-10T03:55:55.346 INFO:teuthology.orchestra.run.smithi121.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-10T03:55:55.375 INFO:teuthology.orchestra.run.smithi111.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-10T03:55:55.383 INFO:teuthology.orchestra.run.smithi121.stdout:Get:16 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4885-g3a5e3f16-1jammy [3,330 kB] 2024-09-10T03:55:55.415 INFO:teuthology.orchestra.run.smithi111.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-10T03:55:55.416 INFO:teuthology.orchestra.run.smithi111.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-10T03:55:55.417 INFO:teuthology.orchestra.run.smithi111.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-10T03:55:55.418 INFO:teuthology.orchestra.run.smithi111.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-10T03:55:55.423 INFO:teuthology.orchestra.run.smithi111.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-10T03:55:55.425 INFO:teuthology.orchestra.run.smithi111.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-10T03:55:55.425 INFO:teuthology.orchestra.run.smithi121.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-10T03:55:55.425 INFO:teuthology.orchestra.run.smithi121.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-10T03:55:55.430 INFO:teuthology.orchestra.run.smithi121.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-10T03:55:55.434 INFO:teuthology.orchestra.run.smithi121.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-10T03:55:55.437 INFO:teuthology.orchestra.run.smithi121.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-10T03:55:55.439 INFO:teuthology.orchestra.run.smithi121.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-10T03:55:55.439 INFO:teuthology.orchestra.run.smithi121.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-10T03:55:55.441 INFO:teuthology.orchestra.run.smithi121.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-10T03:55:55.442 INFO:teuthology.orchestra.run.smithi121.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-10T03:55:55.457 INFO:teuthology.orchestra.run.smithi111.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-10T03:55:55.458 INFO:teuthology.orchestra.run.smithi111.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-10T03:55:55.461 INFO:teuthology.orchestra.run.smithi111.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-10T03:55:55.508 INFO:teuthology.orchestra.run.smithi121.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-10T03:55:55.525 INFO:teuthology.orchestra.run.smithi121.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-10T03:55:55.526 INFO:teuthology.orchestra.run.smithi121.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-10T03:55:55.526 INFO:teuthology.orchestra.run.smithi121.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-10T03:55:55.527 INFO:teuthology.orchestra.run.smithi121.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-10T03:55:55.532 INFO:teuthology.orchestra.run.smithi121.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-10T03:55:55.533 INFO:teuthology.orchestra.run.smithi121.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-10T03:55:55.538 INFO:teuthology.orchestra.run.smithi111.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-10T03:55:55.538 INFO:teuthology.orchestra.run.smithi111.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-10T03:55:55.541 INFO:teuthology.orchestra.run.smithi111.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-10T03:55:55.543 INFO:teuthology.orchestra.run.smithi111.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-10T03:55:55.545 INFO:teuthology.orchestra.run.smithi111.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-10T03:55:55.555 INFO:teuthology.orchestra.run.smithi111.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-10T03:55:55.590 INFO:teuthology.orchestra.run.smithi121.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-10T03:55:55.591 INFO:teuthology.orchestra.run.smithi121.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-10T03:55:55.593 INFO:teuthology.orchestra.run.smithi121.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-10T03:55:55.619 INFO:teuthology.orchestra.run.smithi111.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-10T03:55:55.620 INFO:teuthology.orchestra.run.smithi111.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-10T03:55:55.623 INFO:teuthology.orchestra.run.smithi111.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-10T03:55:55.626 INFO:teuthology.orchestra.run.smithi111.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-10T03:55:55.671 INFO:teuthology.orchestra.run.smithi121.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-10T03:55:55.671 INFO:teuthology.orchestra.run.smithi121.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-10T03:55:55.674 INFO:teuthology.orchestra.run.smithi121.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-10T03:55:55.675 INFO:teuthology.orchestra.run.smithi121.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-10T03:55:55.676 INFO:teuthology.orchestra.run.smithi121.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-10T03:55:55.687 INFO:teuthology.orchestra.run.smithi121.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-10T03:55:55.700 INFO:teuthology.orchestra.run.smithi111.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-10T03:55:55.702 INFO:teuthology.orchestra.run.smithi111.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-10T03:55:55.704 INFO:teuthology.orchestra.run.smithi111.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-10T03:55:55.706 INFO:teuthology.orchestra.run.smithi111.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-10T03:55:55.711 INFO:teuthology.orchestra.run.smithi111.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-10T03:55:55.712 INFO:teuthology.orchestra.run.smithi111.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-10T03:55:55.752 INFO:teuthology.orchestra.run.smithi121.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-10T03:55:55.753 INFO:teuthology.orchestra.run.smithi121.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-10T03:55:55.754 INFO:teuthology.orchestra.run.smithi121.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-10T03:55:55.757 INFO:teuthology.orchestra.run.smithi121.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-10T03:55:55.781 INFO:teuthology.orchestra.run.smithi111.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-10T03:55:55.786 INFO:teuthology.orchestra.run.smithi111.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-10T03:55:55.833 INFO:teuthology.orchestra.run.smithi121.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-10T03:55:55.835 INFO:teuthology.orchestra.run.smithi121.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-10T03:55:55.837 INFO:teuthology.orchestra.run.smithi121.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-10T03:55:55.839 INFO:teuthology.orchestra.run.smithi121.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-10T03:55:55.844 INFO:teuthology.orchestra.run.smithi121.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-10T03:55:55.845 INFO:teuthology.orchestra.run.smithi121.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-10T03:55:55.915 INFO:teuthology.orchestra.run.smithi121.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-10T03:55:55.919 INFO:teuthology.orchestra.run.smithi121.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-10T03:55:55.951 INFO:teuthology.orchestra.run.smithi111.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-10T03:55:56.006 INFO:teuthology.orchestra.run.smithi111.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-10T03:55:56.009 INFO:teuthology.orchestra.run.smithi111.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-10T03:55:56.068 INFO:teuthology.orchestra.run.smithi111.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-10T03:55:56.070 INFO:teuthology.orchestra.run.smithi111.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-10T03:55:56.083 INFO:teuthology.orchestra.run.smithi121.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-10T03:55:56.085 INFO:teuthology.orchestra.run.smithi121.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-10T03:55:56.087 INFO:teuthology.orchestra.run.smithi121.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-10T03:55:56.088 INFO:teuthology.orchestra.run.smithi121.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-10T03:55:56.110 INFO:teuthology.orchestra.run.smithi121.stdout:Get:58 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4885-g3a5e3f16-1jammy [722 kB] 2024-09-10T03:55:56.110 INFO:teuthology.orchestra.run.smithi121.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-10T03:55:56.146 INFO:teuthology.orchestra.run.smithi111.stdout:Get:69 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4885-g3a5e3f16-1jammy [5,207 kB] 2024-09-10T03:55:56.146 INFO:teuthology.orchestra.run.smithi111.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-10T03:55:56.149 INFO:teuthology.orchestra.run.smithi121.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-10T03:55:56.150 INFO:teuthology.orchestra.run.smithi111.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-10T03:55:56.151 INFO:teuthology.orchestra.run.smithi111.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-10T03:55:56.152 INFO:teuthology.orchestra.run.smithi121.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-10T03:55:56.153 INFO:teuthology.orchestra.run.smithi121.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-10T03:55:56.165 INFO:teuthology.orchestra.run.smithi174.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4885-g3a5e3f16-1jammy [5,207 kB] 2024-09-10T03:55:56.168 INFO:teuthology.orchestra.run.smithi121.stdout:Get:63 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4885-g3a5e3f16-1jammy [356 kB] 2024-09-10T03:55:56.184 INFO:teuthology.orchestra.run.smithi111.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-10T03:55:56.185 INFO:teuthology.orchestra.run.smithi111.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-10T03:55:56.186 INFO:teuthology.orchestra.run.smithi111.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-10T03:55:56.187 INFO:teuthology.orchestra.run.smithi111.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-10T03:55:56.188 INFO:teuthology.orchestra.run.smithi111.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-10T03:55:56.188 INFO:teuthology.orchestra.run.smithi111.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-10T03:55:56.227 INFO:teuthology.orchestra.run.smithi111.stdout:Get:79 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4885-g3a5e3f16-1jammy [253 kB] 2024-09-10T03:55:56.228 INFO:teuthology.orchestra.run.smithi121.stdout:Get:64 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4885-g3a5e3f16-1jammy [32.8 kB] 2024-09-10T03:55:56.229 INFO:teuthology.orchestra.run.smithi111.stdout:Get:80 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4885-g3a5e3f16-1jammy [124 kB] 2024-09-10T03:55:56.230 INFO:teuthology.orchestra.run.smithi121.stdout:Get:65 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4885-g3a5e3f16-1jammy [180 kB] 2024-09-10T03:55:56.231 INFO:teuthology.orchestra.run.smithi111.stdout:Get:81 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4885-g3a5e3f16-1jammy [1,561 kB] 2024-09-10T03:55:56.235 INFO:teuthology.orchestra.run.smithi121.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-10T03:55:56.235 INFO:teuthology.orchestra.run.smithi121.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-10T03:55:56.249 INFO:teuthology.orchestra.run.smithi121.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-10T03:55:56.250 INFO:teuthology.orchestra.run.smithi121.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-10T03:55:56.251 INFO:teuthology.orchestra.run.smithi121.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-10T03:55:56.252 INFO:teuthology.orchestra.run.smithi111.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-10T03:55:56.252 INFO:teuthology.orchestra.run.smithi121.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-10T03:55:56.253 INFO:teuthology.orchestra.run.smithi111.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-10T03:55:56.253 INFO:teuthology.orchestra.run.smithi121.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-10T03:55:56.254 INFO:teuthology.orchestra.run.smithi174.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4885-g3a5e3f16-1jammy [253 kB] 2024-09-10T03:55:56.254 INFO:teuthology.orchestra.run.smithi121.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-10T03:55:56.258 INFO:teuthology.orchestra.run.smithi174.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4885-g3a5e3f16-1jammy [124 kB] 2024-09-10T03:55:56.260 INFO:teuthology.orchestra.run.smithi111.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-10T03:55:56.261 INFO:teuthology.orchestra.run.smithi121.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-10T03:55:56.261 INFO:teuthology.orchestra.run.smithi174.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4885-g3a5e3f16-1jammy [1,561 kB] 2024-09-10T03:55:56.269 INFO:teuthology.orchestra.run.smithi111.stdout:Get:85 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4885-g3a5e3f16-1jammy [6,310 kB] 2024-09-10T03:55:56.285 INFO:teuthology.orchestra.run.smithi121.stdout:Get:75 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4885-g3a5e3f16-1jammy [72.0 kB] 2024-09-10T03:55:56.287 INFO:teuthology.orchestra.run.smithi121.stdout:Get:76 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4885-g3a5e3f16-1jammy [337 kB] 2024-09-10T03:55:56.318 INFO:teuthology.orchestra.run.smithi174.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4885-g3a5e3f16-1jammy [6,310 kB] 2024-09-10T03:55:56.330 INFO:teuthology.orchestra.run.smithi121.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-10T03:55:56.333 INFO:teuthology.orchestra.run.smithi111.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-10T03:55:56.334 INFO:teuthology.orchestra.run.smithi121.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-10T03:55:56.336 INFO:teuthology.orchestra.run.smithi121.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-10T03:55:56.336 INFO:teuthology.orchestra.run.smithi111.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-10T03:55:56.338 INFO:teuthology.orchestra.run.smithi111.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-10T03:55:56.348 INFO:teuthology.orchestra.run.smithi111.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-10T03:55:56.351 INFO:teuthology.orchestra.run.smithi121.stdout:Get:80 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4885-g3a5e3f16-1jammy [7,987 kB] 2024-09-10T03:55:56.354 INFO:teuthology.orchestra.run.smithi111.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-10T03:55:56.356 INFO:teuthology.orchestra.run.smithi111.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-10T03:55:56.357 INFO:teuthology.orchestra.run.smithi111.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.2 [473 kB] 2024-09-10T03:55:56.412 INFO:teuthology.orchestra.run.smithi121.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-10T03:55:56.414 INFO:teuthology.orchestra.run.smithi111.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-10T03:55:56.415 INFO:teuthology.orchestra.run.smithi111.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-10T03:55:56.418 INFO:teuthology.orchestra.run.smithi121.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-10T03:55:56.420 INFO:teuthology.orchestra.run.smithi121.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-10T03:55:56.422 INFO:teuthology.orchestra.run.smithi121.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.2 [473 kB] 2024-09-10T03:55:56.423 INFO:teuthology.orchestra.run.smithi111.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-10T03:55:56.433 INFO:teuthology.orchestra.run.smithi121.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-10T03:55:56.434 INFO:teuthology.orchestra.run.smithi121.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-10T03:55:56.442 INFO:teuthology.orchestra.run.smithi121.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-10T03:55:56.493 INFO:teuthology.orchestra.run.smithi121.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-10T03:55:56.494 INFO:teuthology.orchestra.run.smithi111.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4885-g3a5e3f16-1jammy [23.1 MB] 2024-09-10T03:55:56.495 INFO:teuthology.orchestra.run.smithi121.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-10T03:55:56.495 INFO:teuthology.orchestra.run.smithi111.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-10T03:55:56.495 INFO:teuthology.orchestra.run.smithi121.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-10T03:55:56.497 INFO:teuthology.orchestra.run.smithi111.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-10T03:55:56.498 INFO:teuthology.orchestra.run.smithi111.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-10T03:55:56.502 INFO:teuthology.orchestra.run.smithi111.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-10T03:55:56.504 INFO:teuthology.orchestra.run.smithi111.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-10T03:55:56.521 INFO:teuthology.orchestra.run.smithi111.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-10T03:55:56.522 INFO:teuthology.orchestra.run.smithi111.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-10T03:55:56.531 INFO:teuthology.orchestra.run.smithi174.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4885-g3a5e3f16-1jammy [23.1 MB] 2024-09-10T03:55:56.575 INFO:teuthology.orchestra.run.smithi121.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-10T03:55:56.576 INFO:teuthology.orchestra.run.smithi111.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-10T03:55:56.577 INFO:teuthology.orchestra.run.smithi121.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-10T03:55:56.582 INFO:teuthology.orchestra.run.smithi111.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-10T03:55:56.584 INFO:teuthology.orchestra.run.smithi111.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-10T03:55:56.593 INFO:teuthology.orchestra.run.smithi121.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-10T03:55:56.594 INFO:teuthology.orchestra.run.smithi121.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-10T03:55:56.595 INFO:teuthology.orchestra.run.smithi121.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-10T03:55:56.600 INFO:teuthology.orchestra.run.smithi121.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-10T03:55:56.602 INFO:teuthology.orchestra.run.smithi121.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-10T03:55:57.402 INFO:teuthology.orchestra.run.smithi111.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4885-g3a5e3f16-1jammy [14.0 kB] 2024-09-10T03:55:57.402 INFO:teuthology.orchestra.run.smithi111.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4885-g3a5e3f16-1jammy [880 kB] 2024-09-10T03:55:57.419 INFO:teuthology.orchestra.run.smithi111.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4885-g3a5e3f16-1jammy [2,454 kB] 2024-09-10T03:55:57.454 INFO:teuthology.orchestra.run.smithi174.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4885-g3a5e3f16-1jammy [14.0 kB] 2024-09-10T03:55:57.455 INFO:teuthology.orchestra.run.smithi174.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4885-g3a5e3f16-1jammy [880 kB] 2024-09-10T03:55:57.461 INFO:teuthology.orchestra.run.smithi111.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4885-g3a5e3f16-1jammy [813 kB] 2024-09-10T03:55:57.471 INFO:teuthology.orchestra.run.smithi111.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4885-g3a5e3f16-1jammy [161 kB] 2024-09-10T03:55:57.472 INFO:teuthology.orchestra.run.smithi174.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4885-g3a5e3f16-1jammy [2,454 kB] 2024-09-10T03:55:57.473 INFO:teuthology.orchestra.run.smithi111.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4885-g3a5e3f16-1jammy [61.4 MB] 2024-09-10T03:55:57.512 INFO:teuthology.orchestra.run.smithi174.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4885-g3a5e3f16-1jammy [813 kB] 2024-09-10T03:55:57.536 INFO:teuthology.orchestra.run.smithi174.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4885-g3a5e3f16-1jammy [161 kB] 2024-09-10T03:55:57.540 INFO:teuthology.orchestra.run.smithi174.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4885-g3a5e3f16-1jammy [61.4 MB] 2024-09-10T03:55:58.191 INFO:teuthology.orchestra.run.smithi121.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4885-g3a5e3f16-1jammy [112 kB] 2024-09-10T03:55:58.194 INFO:teuthology.orchestra.run.smithi121.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4885-g3a5e3f16-1jammy [473 kB] 2024-09-10T03:55:58.329 INFO:teuthology.orchestra.run.smithi121.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4885-g3a5e3f16-1jammy [28.3 MB] 2024-09-10T03:55:59.741 INFO:teuthology.orchestra.run.smithi111.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4885-g3a5e3f16-1jammy [8,625 kB] 2024-09-10T03:55:59.892 INFO:teuthology.orchestra.run.smithi111.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4885-g3a5e3f16-1jammy [14.2 kB] 2024-09-10T03:55:59.893 INFO:teuthology.orchestra.run.smithi111.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4885-g3a5e3f16-1jammy [55.8 MB] 2024-09-10T03:55:59.977 INFO:teuthology.orchestra.run.smithi174.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4885-g3a5e3f16-1jammy [8,625 kB] 2024-09-10T03:56:00.206 INFO:teuthology.orchestra.run.smithi174.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4885-g3a5e3f16-1jammy [14.2 kB] 2024-09-10T03:56:00.206 INFO:teuthology.orchestra.run.smithi174.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4885-g3a5e3f16-1jammy [55.8 MB] 2024-09-10T03:56:01.922 INFO:teuthology.orchestra.run.smithi111.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4885-g3a5e3f16-1jammy [130 kB] 2024-09-10T03:56:01.924 INFO:teuthology.orchestra.run.smithi111.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4885-g3a5e3f16-1jammy [39.0 kB] 2024-09-10T03:56:01.926 INFO:teuthology.orchestra.run.smithi111.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4885-g3a5e3f16-1jammy [15.9 MB] 2024-09-10T03:56:02.291 INFO:teuthology.orchestra.run.smithi174.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4885-g3a5e3f16-1jammy [130 kB] 2024-09-10T03:56:02.293 INFO:teuthology.orchestra.run.smithi174.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4885-g3a5e3f16-1jammy [39.0 kB] 2024-09-10T03:56:02.353 INFO:teuthology.orchestra.run.smithi174.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4885-g3a5e3f16-1jammy [15.9 MB] 2024-09-10T03:56:02.392 INFO:teuthology.orchestra.run.smithi111.stdout:Get:119 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4885-g3a5e3f16-1jammy [91.3 kB] 2024-09-10T03:56:02.649 INFO:teuthology.orchestra.run.smithi174.stdout:Get:119 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4885-g3a5e3f16-1jammy [91.3 kB] 2024-09-10T03:56:02.964 INFO:teuthology.orchestra.run.smithi111.stdout:Fetched 251 MB in 8s (30.7 MB/s) 2024-09-10T03:56:03.128 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-10T03:56:03.138 INFO:teuthology.orchestra.run.smithi121.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4885-g3a5e3f16-1jammy [5,207 kB] 2024-09-10T03:56:03.185 INFO:teuthology.orchestra.run.smithi174.stdout:Fetched 251 MB in 8s (29.9 MB/s) 2024-09-10T03:56:03.228 INFO:teuthology.orchestra.run.smithi111.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 ... 165988 files and directories currently installed.) 2024-09-10T03:56:03.233 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-10T03:56:03.318 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-10T03:56:03.345 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-10T03:56:03.446 INFO:teuthology.orchestra.run.smithi174.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 ... 165988 files and directories currently installed.) 2024-09-10T03:56:03.447 INFO:teuthology.orchestra.run.smithi121.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4885-g3a5e3f16-1jammy [253 kB] 2024-09-10T03:56:03.451 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-10T03:56:03.456 INFO:teuthology.orchestra.run.smithi121.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4885-g3a5e3f16-1jammy [124 kB] 2024-09-10T03:56:03.471 INFO:teuthology.orchestra.run.smithi121.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4885-g3a5e3f16-1jammy [1,561 kB] 2024-09-10T03:56:03.536 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-10T03:56:03.559 INFO:teuthology.orchestra.run.smithi121.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4885-g3a5e3f16-1jammy [6,310 kB] 2024-09-10T03:56:03.755 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-10T03:56:03.782 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-10T03:56:03.830 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-10T03:56:03.889 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-10T03:56:03.915 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-10T03:56:03.950 INFO:teuthology.orchestra.run.smithi121.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4885-g3a5e3f16-1jammy [23.1 MB] 2024-09-10T03:56:03.955 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-10T03:56:04.250 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-10T03:56:04.266 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-10T03:56:04.276 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-10T03:56:04.292 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-10T03:56:04.308 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-10T03:56:04.341 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-10T03:56:04.728 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-10T03:56:04.755 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-10T03:56:04.803 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:56:04.820 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-10T03:56:04.846 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-10T03:56:04.894 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:56:05.365 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-10T03:56:05.391 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-10T03:56:05.431 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:56:05.497 INFO:teuthology.orchestra.run.smithi121.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4885-g3a5e3f16-1jammy [14.0 kB] 2024-09-10T03:56:05.499 INFO:teuthology.orchestra.run.smithi121.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4885-g3a5e3f16-1jammy [880 kB] 2024-09-10T03:56:05.515 INFO:teuthology.orchestra.run.smithi121.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4885-g3a5e3f16-1jammy [2,454 kB] 2024-09-10T03:56:05.581 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-10T03:56:05.587 INFO:teuthology.orchestra.run.smithi121.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4885-g3a5e3f16-1jammy [813 kB] 2024-09-10T03:56:05.608 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-10T03:56:05.627 INFO:teuthology.orchestra.run.smithi121.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4885-g3a5e3f16-1jammy [161 kB] 2024-09-10T03:56:05.631 INFO:teuthology.orchestra.run.smithi121.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4885-g3a5e3f16-1jammy [61.4 MB] 2024-09-10T03:56:05.656 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:56:05.743 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-10T03:56:05.769 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-10T03:56:05.801 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:56:06.075 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-10T03:56:06.102 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-10T03:56:06.150 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:56:06.154 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-10T03:56:06.180 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-10T03:56:06.220 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-10T03:56:06.529 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-10T03:56:06.540 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package librados2. 2024-09-10T03:56:06.555 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-10T03:56:06.566 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../007-librados2_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:06.595 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-10T03:56:06.606 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking librados2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:06.965 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package librados2. 2024-09-10T03:56:06.991 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../007-librados2_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:07.039 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking librados2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:07.051 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libnbd0. 2024-09-10T03:56:07.077 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-10T03:56:07.117 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-10T03:56:07.370 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package librbd1. 2024-09-10T03:56:07.386 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../009-librbd1_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:07.429 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking librbd1 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:07.509 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libnbd0. 2024-09-10T03:56:07.535 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-10T03:56:07.575 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-10T03:56:07.856 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libcephfs2. 2024-09-10T03:56:07.882 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:07.903 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package librbd1. 2024-09-10T03:56:07.923 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libcephfs2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:07.930 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../009-librbd1_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:07.970 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking librbd1 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:08.209 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-rados. 2024-09-10T03:56:08.235 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:08.275 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-rados (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:08.381 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libcephfs2. 2024-09-10T03:56:08.396 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:08.431 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libcephfs2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:08.569 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-10T03:56:08.596 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:08.636 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-ceph-argparse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:08.717 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-rados. 2024-09-10T03:56:08.743 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:08.761 INFO:teuthology.orchestra.run.smithi121.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4885-g3a5e3f16-1jammy [8,625 kB] 2024-09-10T03:56:08.783 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-rados (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:08.838 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-cephfs. 2024-09-10T03:56:08.854 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:08.888 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-cephfs (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:08.962 INFO:teuthology.orchestra.run.smithi121.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4885-g3a5e3f16-1jammy [14.2 kB] 2024-09-10T03:56:08.962 INFO:teuthology.orchestra.run.smithi121.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4885-g3a5e3f16-1jammy [55.8 MB] 2024-09-10T03:56:09.120 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-10T03:56:09.146 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:09.186 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-ceph-argparse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:09.208 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-10T03:56:09.234 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:09.274 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-ceph-common (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:09.438 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-cephfs. 2024-09-10T03:56:09.454 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:09.497 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-cephfs (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:09.602 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-10T03:56:09.629 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-10T03:56:09.669 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-10T03:56:09.749 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-10T03:56:09.764 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:09.799 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-ceph-common (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:10.005 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-prettytable. 2024-09-10T03:56:10.032 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-10T03:56:10.063 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-10T03:56:10.077 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-10T03:56:10.103 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-10T03:56:10.144 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-10T03:56:10.472 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-prettytable. 2024-09-10T03:56:10.491 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-rbd. 2024-09-10T03:56:10.498 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-10T03:56:10.506 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:10.538 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-10T03:56:10.549 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-rbd (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:10.833 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-rbd. 2024-09-10T03:56:10.848 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:10.891 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-rbd (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:10.910 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-10T03:56:10.937 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-10T03:56:10.977 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-10T03:56:11.202 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-10T03:56:11.228 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-10T03:56:11.254 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-10T03:56:11.260 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-10T03:56:11.281 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-10T03:56:11.313 INFO:teuthology.orchestra.run.smithi121.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4885-g3a5e3f16-1jammy [130 kB] 2024-09-10T03:56:11.321 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-10T03:56:11.370 INFO:teuthology.orchestra.run.smithi121.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4885-g3a5e3f16-1jammy [39.0 kB] 2024-09-10T03:56:11.375 INFO:teuthology.orchestra.run.smithi121.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4885-g3a5e3f16-1jammy [15.9 MB] 2024-09-10T03:56:11.513 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-10T03:56:11.528 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-10T03:56:11.571 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-10T03:56:11.573 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-10T03:56:11.589 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-10T03:56:11.623 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-10T03:56:11.779 INFO:teuthology.orchestra.run.smithi121.stdout:Get:119 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4885-g3a5e3f16-1jammy [91.3 kB] 2024-09-10T03:56:11.882 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-10T03:56:11.898 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-10T03:56:11.943 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package lua5.1. 2024-09-10T03:56:11.965 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-10T03:56:12.214 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-10T03:56:12.214 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-10T03:56:12.310 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package lua5.1. 2024-09-10T03:56:12.313 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package lua-any. 2024-09-10T03:56:12.328 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-10T03:56:12.337 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-10T03:56:12.342 INFO:teuthology.orchestra.run.smithi121.stdout:Fetched 251 MB in 17s (14.4 MB/s) 2024-09-10T03:56:12.363 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-10T03:56:12.377 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-10T03:56:12.508 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-10T03:56:12.599 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package zip. 2024-09-10T03:56:12.609 INFO:teuthology.orchestra.run.smithi121.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 ... 165988 files and directories currently installed.) 2024-09-10T03:56:12.614 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-10T03:56:12.625 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-10T03:56:12.663 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package lua-any. 2024-09-10T03:56:12.665 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking zip (3.0-12build2) ... 2024-09-10T03:56:12.679 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-10T03:56:12.713 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-10T03:56:12.715 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-10T03:56:12.957 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package zip. 2024-09-10T03:56:12.984 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-10T03:56:12.985 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package unzip. 2024-09-10T03:56:13.011 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-10T03:56:13.024 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking zip (3.0-12build2) ... 2024-09-10T03:56:13.052 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-10T03:56:13.052 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-10T03:56:13.079 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-10T03:56:13.118 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-10T03:56:13.344 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package unzip. 2024-09-10T03:56:13.370 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-10T03:56:13.410 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-10T03:56:13.422 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package luarocks. 2024-09-10T03:56:13.438 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-10T03:56:13.449 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-10T03:56:13.465 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-10T03:56:13.488 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-10T03:56:13.505 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-10T03:56:13.822 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package luarocks. 2024-09-10T03:56:13.849 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-10T03:56:13.871 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package librgw2. 2024-09-10T03:56:13.881 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-10T03:56:13.897 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../026-librgw2_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:13.937 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking librgw2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:13.952 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-10T03:56:13.979 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-10T03:56:14.028 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:56:14.213 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package librgw2. 2024-09-10T03:56:14.240 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../026-librgw2_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:14.280 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking librgw2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:14.347 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-10T03:56:14.362 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-10T03:56:14.397 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:56:14.498 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-rgw. 2024-09-10T03:56:14.513 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:14.548 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-rgw (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:14.725 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-10T03:56:14.751 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-10T03:56:14.791 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:56:14.890 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-rgw. 2024-09-10T03:56:14.901 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-10T03:56:14.906 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:14.928 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-10T03:56:14.948 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-rgw (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:14.968 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-10T03:56:15.128 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-10T03:56:15.154 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-10T03:56:15.202 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-10T03:56:15.287 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libradosstriper1. 2024-09-10T03:56:15.293 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-10T03:56:15.313 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:15.320 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-10T03:56:15.359 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-10T03:56:15.480 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package librados2. 2024-09-10T03:56:15.495 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libradosstriper1 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:15.496 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../007-librados2_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:15.530 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking librados2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:15.646 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libradosstriper1. 2024-09-10T03:56:15.673 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:15.704 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libradosstriper1 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:15.857 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-common. 2024-09-10T03:56:15.883 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:15.915 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-common (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:15.933 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package libnbd0. 2024-09-10T03:56:15.948 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-10T03:56:15.983 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-10T03:56:16.286 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package librbd1. 2024-09-10T03:56:16.299 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package ceph-common. 2024-09-10T03:56:16.313 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../009-librbd1_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:16.326 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:16.352 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking librbd1 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:16.365 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking ceph-common (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:16.830 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package libcephfs2. 2024-09-10T03:56:16.857 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:16.897 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking libcephfs2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:17.149 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-rados. 2024-09-10T03:56:17.164 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:17.199 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-rados (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:17.395 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-base. 2024-09-10T03:56:17.422 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:17.470 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-base (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:17.727 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-10T03:56:17.754 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:17.793 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-ceph-argparse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:17.898 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package ceph-base. 2024-09-10T03:56:17.924 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:17.965 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking ceph-base (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:18.029 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-cephfs. 2024-09-10T03:56:18.045 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:18.057 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-10T03:56:18.084 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-10T03:56:18.087 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-cephfs (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:18.124 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-10T03:56:18.385 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-cheroot. 2024-09-10T03:56:18.398 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-10T03:56:18.412 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-10T03:56:18.425 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:18.443 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-10T03:56:18.465 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-ceph-common (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:18.560 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-10T03:56:18.586 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-10T03:56:18.627 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-10T03:56:18.704 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-10T03:56:18.731 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-10T03:56:18.771 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-10T03:56:18.776 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-10T03:56:18.792 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-10T03:56:18.826 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-10T03:56:18.904 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-cheroot. 2024-09-10T03:56:18.931 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-10T03:56:18.971 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-10T03:56:19.071 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-prettytable. 2024-09-10T03:56:19.090 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-10T03:56:19.097 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-10T03:56:19.117 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-10T03:56:19.129 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-10T03:56:19.157 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-10T03:56:19.258 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-10T03:56:19.284 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-10T03:56:19.316 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-10T03:56:19.373 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-rbd. 2024-09-10T03:56:19.388 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:19.431 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-rbd (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:19.451 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-10T03:56:19.478 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-10T03:56:19.518 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-10T03:56:19.644 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-10T03:56:19.670 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-10T03:56:19.710 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-10T03:56:19.776 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-10T03:56:19.779 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-tempora. 2024-09-10T03:56:19.794 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-10T03:56:19.803 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-10T03:56:19.829 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-10T03:56:19.842 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-10T03:56:20.013 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-10T03:56:20.039 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-10T03:56:20.080 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-10T03:56:20.106 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-portend. 2024-09-10T03:56:20.111 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-10T03:56:20.127 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-10T03:56:20.133 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-10T03:56:20.161 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-10T03:56:20.173 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-10T03:56:20.383 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-tempora. 2024-09-10T03:56:20.409 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-10T03:56:20.422 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-10T03:56:20.438 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-10T03:56:20.441 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-10T03:56:20.472 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-10T03:56:20.618 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-10T03:56:20.645 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-10T03:56:20.709 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-10T03:56:20.727 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-portend. 2024-09-10T03:56:20.754 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-10T03:56:20.784 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package lua5.1. 2024-09-10T03:56:20.810 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-10T03:56:20.810 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-10T03:56:20.851 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-10T03:56:20.995 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-10T03:56:21.022 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-10T03:56:21.062 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-10T03:56:21.113 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-10T03:56:21.140 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-10T03:56:21.162 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package lua-any. 2024-09-10T03:56:21.177 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-10T03:56:21.179 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-10T03:56:21.220 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-10T03:56:21.390 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-natsort. 2024-09-10T03:56:21.417 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-10T03:56:21.422 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package zip. 2024-09-10T03:56:21.438 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-10T03:56:21.456 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-10T03:56:21.472 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking zip (3.0-12build2) ... 2024-09-10T03:56:21.483 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-10T03:56:21.509 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-10T03:56:21.549 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-10T03:56:21.743 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-logutils. 2024-09-10T03:56:21.770 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-10T03:56:21.784 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package unzip. 2024-09-10T03:56:21.810 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-10T03:56:21.811 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-10T03:56:21.850 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-10T03:56:21.911 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-natsort. 2024-09-10T03:56:21.938 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-10T03:56:21.978 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-10T03:56:22.112 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-10T03:56:22.139 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-10T03:56:22.179 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-10T03:56:22.246 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package luarocks. 2024-09-10T03:56:22.273 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-10T03:56:22.289 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-logutils. 2024-09-10T03:56:22.312 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-10T03:56:22.316 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-10T03:56:22.356 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-10T03:56:22.482 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-mako. 2024-09-10T03:56:22.508 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-10T03:56:22.548 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-10T03:56:22.633 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-10T03:56:22.657 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-10T03:56:22.692 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-10T03:56:22.829 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package librgw2. 2024-09-10T03:56:22.845 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-10T03:56:22.855 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../026-librgw2_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:22.872 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-10T03:56:22.887 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking librgw2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:22.903 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-10T03:56:22.945 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-mako. 2024-09-10T03:56:22.971 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-10T03:56:23.011 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-10T03:56:23.206 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-10T03:56:23.232 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-10T03:56:23.297 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-10T03:56:23.331 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-10T03:56:23.358 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-10T03:56:23.398 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-10T03:56:23.422 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-rgw. 2024-09-10T03:56:23.438 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:23.481 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-rgw (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:23.600 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-webob. 2024-09-10T03:56:23.627 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-10T03:56:23.666 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-10T03:56:23.734 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-10T03:56:23.761 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-10T03:56:23.801 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-10T03:56:23.817 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-10T03:56:23.844 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-10T03:56:23.905 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-10T03:56:24.028 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-waitress. 2024-09-10T03:56:24.055 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-10T03:56:24.098 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-10T03:56:24.129 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-webob. 2024-09-10T03:56:24.155 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-10T03:56:24.203 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-10T03:56:24.220 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package libradosstriper1. 2024-09-10T03:56:24.246 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:24.286 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking libradosstriper1 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:24.372 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-tempita. 2024-09-10T03:56:24.388 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-10T03:56:24.422 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-10T03:56:24.615 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-waitress. 2024-09-10T03:56:24.623 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package ceph-common. 2024-09-10T03:56:24.642 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-10T03:56:24.649 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:24.681 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking ceph-common (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:24.693 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-10T03:56:24.700 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-paste. 2024-09-10T03:56:24.727 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-10T03:56:24.766 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-10T03:56:24.951 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-tempita. 2024-09-10T03:56:24.966 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-10T03:56:25.001 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-10T03:56:25.078 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-10T03:56:25.105 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-10T03:56:25.144 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-10T03:56:25.304 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-paste. 2024-09-10T03:56:25.331 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-10T03:56:25.371 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-10T03:56:25.464 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-10T03:56:25.491 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-10T03:56:25.530 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-10T03:56:26.178 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package ceph-base. 2024-09-10T03:56:26.204 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:26.253 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking ceph-base (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:26.765 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-10T03:56:26.792 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-10T03:56:26.832 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-10T03:56:26.841 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-10T03:56:26.856 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-10T03:56:26.899 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-10T03:56:26.908 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-webtest. 2024-09-10T03:56:26.935 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-10T03:56:26.975 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-10T03:56:27.143 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-cheroot. 2024-09-10T03:56:27.169 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-10T03:56:27.193 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-10T03:56:27.209 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-10T03:56:27.220 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-10T03:56:27.261 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pecan. 2024-09-10T03:56:27.285 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-10T03:56:27.288 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-10T03:56:27.328 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-10T03:56:27.596 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-webtest. 2024-09-10T03:56:27.623 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-10T03:56:27.663 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-10T03:56:27.682 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-certifi. 2024-09-10T03:56:27.709 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-10T03:56:27.740 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-10T03:56:28.033 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-pecan. 2024-09-10T03:56:28.035 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-idna. 2024-09-10T03:56:28.061 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-10T03:56:28.062 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-10T03:56:28.096 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-10T03:56:28.101 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-10T03:56:28.107 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-10T03:56:28.123 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-10T03:56:28.304 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-10T03:56:28.429 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-urllib3. 2024-09-10T03:56:28.456 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-10T03:56:28.496 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-10T03:56:28.512 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-certifi. 2024-09-10T03:56:28.539 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-10T03:56:28.566 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-10T03:56:28.587 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-10T03:56:28.592 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-10T03:56:28.624 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-10T03:56:28.799 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-requests. 2024-09-10T03:56:28.825 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-10T03:56:28.865 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-10T03:56:28.935 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-10T03:56:28.949 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-idna. 2024-09-10T03:56:28.961 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-10T03:56:28.976 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-10T03:56:29.001 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-10T03:56:29.015 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-10T03:56:29.176 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-10T03:56:29.203 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-10T03:56:29.243 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-10T03:56:29.296 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-tempora. 2024-09-10T03:56:29.322 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-10T03:56:29.343 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-urllib3. 2024-09-10T03:56:29.362 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-10T03:56:29.370 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-10T03:56:29.409 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-10T03:56:29.521 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-10T03:56:29.547 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:29.587 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:29.665 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-portend. 2024-09-10T03:56:29.692 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-10T03:56:29.732 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-10T03:56:29.746 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-requests. 2024-09-10T03:56:29.773 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-10T03:56:29.813 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-10T03:56:29.925 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-10T03:56:29.952 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:29.992 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:30.018 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-10T03:56:30.045 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-10T03:56:30.085 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-10T03:56:30.091 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-10T03:56:30.106 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-10T03:56:30.141 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-10T03:56:30.245 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-10T03:56:30.271 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-10T03:56:30.311 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-10T03:56:30.321 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-10T03:56:30.336 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-10T03:56:30.379 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-10T03:56:30.427 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-10T03:56:30.443 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:30.485 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:30.614 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-openssl. 2024-09-10T03:56:30.640 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-10T03:56:30.680 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-10T03:56:30.733 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-natsort. 2024-09-10T03:56:30.759 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-10T03:56:30.799 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-10T03:56:30.874 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-10T03:56:30.901 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:30.940 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:31.033 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mgr. 2024-09-10T03:56:31.060 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:31.100 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mgr (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:31.102 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-logutils. 2024-09-10T03:56:31.129 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-10T03:56:31.161 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-10T03:56:31.268 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-10T03:56:31.295 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-10T03:56:31.335 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-10T03:56:31.430 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-10T03:56:31.457 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-10T03:56:31.487 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mon. 2024-09-10T03:56:31.496 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-10T03:56:31.513 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:31.545 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mon (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:31.596 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-openssl. 2024-09-10T03:56:31.622 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-10T03:56:31.654 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-10T03:56:31.799 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-mako. 2024-09-10T03:56:31.826 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-10T03:56:31.865 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-10T03:56:31.991 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package ceph-mgr. 2024-09-10T03:56:32.017 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:32.057 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking ceph-mgr (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:32.182 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-osd. 2024-09-10T03:56:32.202 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-10T03:56:32.208 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:32.229 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-10T03:56:32.248 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-osd (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:32.269 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-10T03:56:32.444 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package ceph-mon. 2024-09-10T03:56:32.471 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:32.510 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking ceph-mon (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:32.555 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-10T03:56:32.582 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-10T03:56:32.621 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-10T03:56:33.072 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package ceph-osd. 2024-09-10T03:56:33.091 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-webob. 2024-09-10T03:56:33.099 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:33.117 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-10T03:56:33.130 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking ceph-osd (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:33.157 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-10T03:56:33.276 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph. 2024-09-10T03:56:33.292 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../067-ceph_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:33.334 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:33.469 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-waitress. 2024-09-10T03:56:33.495 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-10T03:56:33.538 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-10T03:56:33.629 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-fuse. 2024-09-10T03:56:33.655 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:33.686 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-fuse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:33.847 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-tempita. 2024-09-10T03:56:33.873 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-10T03:56:33.913 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-10T03:56:34.048 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mds. 2024-09-10T03:56:34.074 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:34.114 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mds (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:34.200 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package ceph. 2024-09-10T03:56:34.216 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../067-ceph_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:34.216 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-paste. 2024-09-10T03:56:34.242 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-10T03:56:34.258 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking ceph (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:34.282 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-10T03:56:34.525 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package cephadm. 2024-09-10T03:56:34.552 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../070-cephadm_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:34.578 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package ceph-fuse. 2024-09-10T03:56:34.592 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking cephadm (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:34.604 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:34.610 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-10T03:56:34.626 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-10T03:56:34.644 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking ceph-fuse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:34.685 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-10T03:56:34.912 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-10T03:56:34.938 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-10T03:56:34.972 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-10T03:56:34.978 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-10T03:56:34.998 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-10T03:56:35.022 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package ceph-mds. 2024-09-10T03:56:35.038 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-10T03:56:35.049 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:35.089 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking ceph-mds (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:35.305 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-10T03:56:35.324 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-webtest. 2024-09-10T03:56:35.332 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-10T03:56:35.339 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-10T03:56:35.374 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-10T03:56:35.380 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-10T03:56:35.467 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package cephadm. 2024-09-10T03:56:35.493 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../070-cephadm_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:35.533 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking cephadm (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:35.635 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-pecan. 2024-09-10T03:56:35.651 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-10T03:56:35.685 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-10T03:56:35.861 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-10T03:56:35.888 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-10T03:56:35.927 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-10T03:56:35.990 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-certifi. 2024-09-10T03:56:36.005 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-10T03:56:36.048 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-10T03:56:36.239 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-10T03:56:36.265 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-10T03:56:36.305 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-10T03:56:36.352 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-babel. 2024-09-10T03:56:36.360 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-idna. 2024-09-10T03:56:36.379 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-10T03:56:36.386 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-10T03:56:36.410 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-10T03:56:36.429 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-10T03:56:36.745 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-urllib3. 2024-09-10T03:56:36.772 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-10T03:56:36.812 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-10T03:56:36.896 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-jinja2. 2024-09-10T03:56:36.923 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-10T03:56:36.963 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-10T03:56:37.132 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-requests. 2024-09-10T03:56:37.158 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-10T03:56:37.198 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-10T03:56:37.283 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-10T03:56:37.309 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:37.344 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-babel. 2024-09-10T03:56:37.349 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:37.372 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-10T03:56:37.410 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-10T03:56:37.518 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-10T03:56:37.544 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-10T03:56:37.584 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-10T03:56:37.686 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-10T03:56:37.712 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-10T03:56:37.752 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-10T03:56:37.755 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-jinja2. 2024-09-10T03:56:37.782 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-10T03:56:37.821 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-10T03:56:37.862 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-10T03:56:37.878 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:37.921 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:38.055 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-routes. 2024-09-10T03:56:38.081 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-10T03:56:38.121 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-10T03:56:38.183 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-10T03:56:38.210 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:38.250 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:38.318 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-10T03:56:38.344 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:38.375 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:38.468 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-10T03:56:38.493 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:38.532 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:38.603 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-10T03:56:38.630 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-10T03:56:38.669 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-10T03:56:38.670 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-10T03:56:38.696 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-10T03:56:38.736 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-10T03:56:38.972 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-routes. 2024-09-10T03:56:38.999 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-10T03:56:39.039 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-10T03:56:39.039 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-openssl. 2024-09-10T03:56:39.066 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-10T03:56:39.106 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-10T03:56:39.393 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-10T03:56:39.417 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package ceph-mgr. 2024-09-10T03:56:39.419 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:39.444 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:39.458 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:39.483 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking ceph-mgr (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:39.837 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package ceph-mon. 2024-09-10T03:56:39.863 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:39.895 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking ceph-mon (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:40.490 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package ceph-osd. 2024-09-10T03:56:40.516 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:40.556 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking ceph-osd (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:41.278 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-10T03:56:41.296 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-10T03:56:41.337 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-10T03:56:41.626 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package ceph. 2024-09-10T03:56:41.649 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../067-ceph_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:41.692 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking ceph (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:41.798 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-joblib. 2024-09-10T03:56:41.815 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-10T03:56:41.856 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-10T03:56:42.045 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package ceph-fuse. 2024-09-10T03:56:42.072 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:42.072 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-10T03:56:42.089 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-10T03:56:42.112 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking ceph-fuse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:42.201 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-10T03:56:42.218 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-10T03:56:42.260 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-10T03:56:42.355 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-10T03:56:42.482 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package ceph-mds. 2024-09-10T03:56:42.508 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:42.548 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking ceph-mds (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:42.563 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-sklearn. 2024-09-10T03:56:42.591 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-10T03:56:42.715 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-10T03:56:42.892 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-joblib. 2024-09-10T03:56:42.920 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-10T03:56:42.926 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package cephadm. 2024-09-10T03:56:42.953 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../070-cephadm_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:42.959 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-10T03:56:42.992 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking cephadm (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:43.304 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-10T03:56:43.329 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-10T03:56:43.330 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-10T03:56:43.357 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-10T03:56:43.382 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-10T03:56:43.395 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-10T03:56:43.410 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:43.440 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:43.553 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-10T03:56:43.707 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-sklearn. 2024-09-10T03:56:43.734 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-10T03:56:43.859 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-10T03:56:43.881 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-10T03:56:43.908 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-10T03:56:43.948 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-10T03:56:44.385 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-cachetools. 2024-09-10T03:56:44.412 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-10T03:56:44.451 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-10T03:56:44.585 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-10T03:56:44.613 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:44.651 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:44.779 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-10T03:56:44.807 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-10T03:56:44.845 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-10T03:56:44.936 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-babel. 2024-09-10T03:56:44.963 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-10T03:56:45.005 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-10T03:56:45.190 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-10T03:56:45.218 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-10T03:56:45.257 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-10T03:56:45.289 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-jinja2. 2024-09-10T03:56:45.315 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-10T03:56:45.355 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-10T03:56:45.552 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-rsa. 2024-09-10T03:56:45.579 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-10T03:56:45.605 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-cachetools. 2024-09-10T03:56:45.621 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-10T03:56:45.632 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-10T03:56:45.671 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-10T03:56:45.700 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-10T03:56:45.727 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:45.766 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:45.922 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-google-auth. 2024-09-10T03:56:45.949 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-10T03:56:45.974 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-10T03:56:45.988 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-10T03:56:45.990 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-10T03:56:46.024 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-10T03:56:46.120 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-10T03:56:46.146 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-10T03:56:46.186 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-10T03:56:46.308 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-10T03:56:46.336 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-10T03:56:46.336 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-10T03:56:46.351 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-10T03:56:46.374 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-10T03:56:46.385 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-10T03:56:46.489 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-routes. 2024-09-10T03:56:46.516 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-10T03:56:46.555 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-10T03:56:46.652 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-websocket. 2024-09-10T03:56:46.664 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-rsa. 2024-09-10T03:56:46.669 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-10T03:56:46.692 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-10T03:56:46.702 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-10T03:56:46.722 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-10T03:56:46.909 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-10T03:56:46.935 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:47.005 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-10T03:56:47.033 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-10T03:56:47.042 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-google-auth. 2024-09-10T03:56:47.071 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-10T03:56:47.083 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:47.109 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-10T03:56:47.206 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-10T03:56:47.429 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-10T03:56:47.457 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-10T03:56:47.520 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-10T03:56:47.841 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-websocket. 2024-09-10T03:56:47.868 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-10T03:56:47.907 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-10T03:56:47.985 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-10T03:56:48.010 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:48.052 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:48.193 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-10T03:56:48.221 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-10T03:56:48.268 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-10T03:56:48.338 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-10T03:56:48.366 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-10T03:56:48.404 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-10T03:56:48.716 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-10T03:56:48.744 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-10T03:56:48.782 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-10T03:56:48.932 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-10T03:56:48.960 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:48.999 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:49.051 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package jq. 2024-09-10T03:56:49.067 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-10T03:56:49.110 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-10T03:56:49.318 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-10T03:56:49.346 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-10T03:56:49.385 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-10T03:56:49.390 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package socat. 2024-09-10T03:56:49.418 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-10T03:56:49.462 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-10T03:56:49.730 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-10T03:56:49.732 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package xmlstarlet. 2024-09-10T03:56:49.748 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-10T03:56:49.757 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-10T03:56:49.782 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-10T03:56:49.796 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-10T03:56:49.846 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-10T03:56:49.863 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-10T03:56:49.904 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-10T03:56:50.032 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package jq. 2024-09-10T03:56:50.049 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-10T03:56:50.082 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-10T03:56:50.144 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-test. 2024-09-10T03:56:50.160 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:50.202 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-test (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:50.350 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-joblib. 2024-09-10T03:56:50.360 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package socat. 2024-09-10T03:56:50.377 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-10T03:56:50.388 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-10T03:56:50.416 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-10T03:56:50.426 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-10T03:56:50.738 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package xmlstarlet. 2024-09-10T03:56:50.766 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-10T03:56:50.770 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-10T03:56:50.797 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-10T03:56:50.804 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-10T03:56:50.836 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-10T03:56:51.138 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-sklearn. 2024-09-10T03:56:51.166 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-10T03:56:51.184 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package ceph-test. 2024-09-10T03:56:51.212 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:51.250 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking ceph-test (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:51.290 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-10T03:56:51.943 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-10T03:56:51.971 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:52.010 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:52.607 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-volume. 2024-09-10T03:56:52.623 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:52.664 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-volume (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:52.955 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-cachetools. 2024-09-10T03:56:52.977 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-10T03:56:52.982 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-10T03:56:52.993 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:53.013 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-10T03:56:53.035 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libcephfs-dev (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:53.291 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-10T03:56:53.318 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-10T03:56:53.330 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-10T03:56:53.357 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-10T03:56:53.357 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-10T03:56:53.387 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-10T03:56:53.709 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-10T03:56:53.737 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-10T03:56:53.738 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package ceph-volume. 2024-09-10T03:56:53.766 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:53.783 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-10T03:56:53.804 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking ceph-volume (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:53.886 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-10T03:56:53.913 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-10T03:56:53.952 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-10T03:56:54.147 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-10T03:56:54.162 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package nvme-cli. 2024-09-10T03:56:54.175 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:54.190 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.2_amd64.deb ... 2024-09-10T03:56:54.217 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libcephfs-dev (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:54.229 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking nvme-cli (1.16-3ubuntu0.2) ... 2024-09-10T03:56:54.263 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-rsa. 2024-09-10T03:56:54.291 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-10T03:56:54.330 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-10T03:56:54.528 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-10T03:56:54.556 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-10T03:56:54.594 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-10T03:56:54.642 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-google-auth. 2024-09-10T03:56:54.650 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package pkg-config. 2024-09-10T03:56:54.669 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-10T03:56:54.678 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-10T03:56:54.708 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-10T03:56:54.717 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-10T03:56:54.924 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-10T03:56:54.952 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-10T03:56:54.953 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-10T03:56:54.969 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-10T03:56:54.991 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-10T03:56:55.011 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-10T03:56:55.011 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-10T03:56:55.027 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-10T03:56:55.069 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-10T03:56:55.337 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package nvme-cli. 2024-09-10T03:56:55.365 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.2_amd64.deb ... 2024-09-10T03:56:55.381 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-websocket. 2024-09-10T03:56:55.403 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking nvme-cli (1.16-3ubuntu0.2) ... 2024-09-10T03:56:55.408 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-10T03:56:55.447 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-10T03:56:55.448 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-10T03:56:55.476 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-10T03:56:55.506 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-10T03:56:55.759 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-10T03:56:55.786 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-10T03:56:55.800 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pastescript. 2024-09-10T03:56:55.825 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-10T03:56:55.825 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package pkg-config. 2024-09-10T03:56:55.828 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-10T03:56:55.853 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-10T03:56:55.866 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-10T03:56:55.891 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-10T03:56:56.153 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-10T03:56:56.169 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-10T03:56:56.186 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pluggy. 2024-09-10T03:56:56.211 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-10T03:56:56.214 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-10T03:56:56.261 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-10T03:56:56.523 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-10T03:56:56.551 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:56:56.573 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-psutil. 2024-09-10T03:56:56.589 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:56.600 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-10T03:56:56.639 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-10T03:56:56.647 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-10T03:56:56.676 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-10T03:56:56.714 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-10T03:56:56.917 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-10T03:56:56.944 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-10T03:56:56.983 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-10T03:56:56.984 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-py. 2024-09-10T03:56:57.012 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-10T03:56:57.034 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-pastescript. 2024-09-10T03:56:57.050 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-10T03:56:57.062 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-10T03:56:57.100 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-10T03:56:57.295 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-10T03:56:57.323 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-10T03:56:57.361 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-10T03:56:57.379 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pygments. 2024-09-10T03:56:57.395 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-pluggy. 2024-09-10T03:56:57.407 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-10T03:56:57.423 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-10T03:56:57.453 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-10T03:56:57.454 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-10T03:56:57.622 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package jq. 2024-09-10T03:56:57.638 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-10T03:56:57.680 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-10T03:56:57.889 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-psutil. 2024-09-10T03:56:57.916 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package socat. 2024-09-10T03:56:57.918 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-10T03:56:57.932 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-10T03:56:57.974 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-10T03:56:58.098 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-10T03:56:58.190 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-10T03:56:58.219 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-10T03:56:58.257 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-10T03:56:58.261 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package xmlstarlet. 2024-09-10T03:56:58.277 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-10T03:56:58.319 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-10T03:56:58.445 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-py. 2024-09-10T03:56:58.473 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-10T03:56:58.511 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-10T03:56:58.543 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-toml. 2024-09-10T03:56:58.571 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-10T03:56:58.609 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-10T03:56:58.648 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package ceph-test. 2024-09-10T03:56:58.664 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:56:58.698 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking ceph-test (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:56:58.814 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-pygments. 2024-09-10T03:56:58.842 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-10T03:56:58.881 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-10T03:56:58.887 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pytest. 2024-09-10T03:56:58.915 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-10T03:56:58.954 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-10T03:56:59.274 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-simplejson. 2024-09-10T03:56:59.302 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-10T03:56:59.326 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-10T03:56:59.340 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-10T03:56:59.343 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-10T03:56:59.384 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-10T03:56:59.618 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-10T03:56:59.646 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-10T03:56:59.676 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-10T03:56:59.679 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-toml. 2024-09-10T03:56:59.695 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-10T03:56:59.737 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-10T03:56:59.990 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-pytest. 2024-09-10T03:57:00.008 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-10T03:57:00.040 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-10T03:57:00.377 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-simplejson. 2024-09-10T03:57:00.397 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package radosgw. 2024-09-10T03:57:00.405 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-10T03:57:00.425 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../117-radosgw_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:57:00.443 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-10T03:57:00.454 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking radosgw (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:00.696 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-10T03:57:00.713 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-10T03:57:00.746 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-10T03:57:01.203 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package ceph-volume. 2024-09-10T03:57:01.230 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4885-g3a5e3f16-1jammy_all.deb ... 2024-09-10T03:57:01.269 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking ceph-volume (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:01.341 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package rbd-fuse. 2024-09-10T03:57:01.357 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:57:01.399 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking rbd-fuse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:01.492 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package radosgw. 2024-09-10T03:57:01.520 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../117-radosgw_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:57:01.548 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-10T03:57:01.549 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking radosgw (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:01.564 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:57:01.597 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking libcephfs-dev (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:01.703 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-10T03:57:01.884 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-10T03:57:01.911 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-10T03:57:01.950 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-10T03:57:01.970 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-10T03:57:02.071 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up nvme-cli (1.16-3ubuntu0.2) ... 2024-09-10T03:57:02.280 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-10T03:57:02.308 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-10T03:57:02.328 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-10T03:57:02.346 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-10T03:57:02.487 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package rbd-fuse. 2024-09-10T03:57:02.514 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:57:02.553 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking rbd-fuse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:02.666 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-10T03:57:02.692 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package nvme-cli. 2024-09-10T03:57:02.720 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.2_amd64.deb ... 2024-09-10T03:57:02.758 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking nvme-cli (1.16-3ubuntu0.2) ... 2024-09-10T03:57:02.857 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-10T03:57:03.088 INFO:teuthology.orchestra.run.smithi174.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-10T03:57:03.133 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-10T03:57:03.163 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package pkg-config. 2024-09-10T03:57:03.164 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up cephadm (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:03.191 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-10T03:57:03.221 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-10T03:57:03.251 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up nvme-cli (1.16-3ubuntu0.2) ... 2024-09-10T03:57:03.466 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-10T03:57:03.487 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-10T03:57:03.494 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-10T03:57:03.532 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-10T03:57:03.681 INFO:teuthology.orchestra.run.smithi174.stdout:Adding system user cephadm....done 2024-09-10T03:57:03.808 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-10T03:57:03.822 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-10T03:57:03.953 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-10T03:57:03.980 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-10T03:57:04.019 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-10T03:57:04.099 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-10T03:57:04.260 INFO:teuthology.orchestra.run.smithi111.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-10T03:57:04.319 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up cephadm (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:04.321 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-pastescript. 2024-09-10T03:57:04.324 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-10T03:57:04.349 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-10T03:57:04.388 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-10T03:57:04.425 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-10T03:57:04.668 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-10T03:57:04.691 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-pluggy. 2024-09-10T03:57:04.719 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-10T03:57:04.757 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-10T03:57:04.852 INFO:teuthology.orchestra.run.smithi111.stdout:Adding system user cephadm....done 2024-09-10T03:57:04.919 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-10T03:57:05.009 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-10T03:57:05.045 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-10T03:57:05.069 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-psutil. 2024-09-10T03:57:05.097 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-10T03:57:05.135 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-10T03:57:05.285 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-10T03:57:05.372 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-10T03:57:05.455 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-py. 2024-09-10T03:57:05.483 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-10T03:57:05.520 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-10T03:57:05.521 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-10T03:57:05.646 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-10T03:57:05.741 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-10T03:57:05.850 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-pygments. 2024-09-10T03:57:05.878 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-10T03:57:05.896 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-10T03:57:05.916 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-10T03:57:06.008 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-10T03:57:06.181 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-10T03:57:06.260 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-10T03:57:06.292 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-10T03:57:06.395 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-10T03:57:06.423 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-10T03:57:06.461 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-10T03:57:06.494 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-10T03:57:06.592 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-10T03:57:06.739 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-toml. 2024-09-10T03:57:06.745 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-10T03:57:06.767 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-10T03:57:06.805 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-10T03:57:06.936 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-10T03:57:07.021 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-10T03:57:07.092 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-pytest. 2024-09-10T03:57:07.120 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-10T03:57:07.191 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-10T03:57:07.195 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-10T03:57:07.256 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-ceph-argparse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:07.464 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-10T03:57:07.495 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package python3-simplejson. 2024-09-10T03:57:07.523 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-10T03:57:07.524 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-10T03:57:07.553 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-10T03:57:07.699 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-10T03:57:07.707 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-10T03:57:07.772 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-10T03:57:07.789 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-10T03:57:07.800 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-10T03:57:07.830 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-10T03:57:07.909 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-10T03:57:07.949 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-10T03:57:08.036 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-10T03:57:08.217 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-10T03:57:08.295 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-10T03:57:08.460 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-ceph-argparse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:08.560 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package radosgw. 2024-09-10T03:57:08.588 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../117-radosgw_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:57:08.625 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking radosgw (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:08.685 INFO:teuthology.orchestra.run.smithi174.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-10T03:57:08.718 INFO:teuthology.orchestra.run.smithi174.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-10T03:57:08.728 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-10T03:57:08.781 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-10T03:57:08.854 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-10T03:57:08.899 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-10T03:57:08.980 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-10T03:57:09.106 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-10T03:57:09.223 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-10T03:57:09.258 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-10T03:57:09.384 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-10T03:57:09.491 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-10T03:57:09.613 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package rbd-fuse. 2024-09-10T03:57:09.641 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4885-g3a5e3f16-1jammy_amd64.deb ... 2024-09-10T03:57:09.643 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-10T03:57:09.679 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking rbd-fuse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:09.857 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-10T03:57:09.903 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-10T03:57:09.914 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-10T03:57:09.976 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-10T03:57:09.978 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-10T03:57:10.104 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-10T03:57:10.204 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up zip (3.0-12build2) ... 2024-09-10T03:57:10.225 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-10T03:57:10.338 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-10T03:57:10.351 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up nvme-cli (1.16-3ubuntu0.2) ... 2024-09-10T03:57:10.463 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-10T03:57:10.572 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-10T03:57:10.615 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-10T03:57:10.840 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-10T03:57:10.967 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-10T03:57:11.032 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-10T03:57:11.100 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-10T03:57:11.291 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-10T03:57:11.382 INFO:teuthology.orchestra.run.smithi121.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-10T03:57:11.392 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-10T03:57:11.409 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up zip (3.0-12build2) ... 2024-09-10T03:57:11.478 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up cephadm (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:11.501 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-10T03:57:11.535 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-10T03:57:11.802 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-10T03:57:12.037 INFO:teuthology.orchestra.run.smithi121.stdout:Adding system user cephadm....done 2024-09-10T03:57:12.187 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-10T03:57:12.187 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-10T03:57:12.244 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-10T03:57:12.446 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-10T03:57:12.472 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-10T03:57:12.581 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-10T03:57:12.682 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-10T03:57:12.721 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-10T03:57:12.815 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-10T03:57:12.958 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-10T03:57:12.989 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-10T03:57:13.115 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-10T03:57:13.124 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-10T03:57:13.366 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-10T03:57:13.410 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-10T03:57:13.467 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-10T03:57:13.626 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-10T03:57:13.710 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-10T03:57:13.760 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-10T03:57:13.835 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-ceph-common (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:13.944 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-10T03:57:14.063 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-10T03:57:14.137 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-10T03:57:14.321 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-10T03:57:14.413 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-10T03:57:14.463 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-10T03:57:14.613 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-10T03:57:14.648 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-10T03:57:14.924 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-10T03:57:14.948 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-10T03:57:15.167 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-10T03:57:15.182 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-10T03:57:15.309 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-ceph-common (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:15.435 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-10T03:57:15.610 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-10T03:57:15.660 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-10T03:57:15.677 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-10T03:57:15.920 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:57:15.936 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-10T03:57:15.979 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-ceph-argparse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:16.054 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-10T03:57:16.238 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-10T03:57:16.330 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-10T03:57:16.339 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-10T03:57:16.440 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-10T03:57:16.473 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-10T03:57:16.557 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-10T03:57:16.590 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-10T03:57:16.692 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-10T03:57:16.875 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-10T03:57:16.959 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-10T03:57:17.100 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-10T03:57:17.118 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-10T03:57:17.327 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:57:17.350 INFO:teuthology.orchestra.run.smithi121.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-10T03:57:17.368 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:57:17.382 INFO:teuthology.orchestra.run.smithi121.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-10T03:57:17.446 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-10T03:57:17.478 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-10T03:57:17.486 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-10T03:57:17.572 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-10T03:57:17.737 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-10T03:57:17.771 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-10T03:57:17.864 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-10T03:57:17.956 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-10T03:57:17.981 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-10T03:57:18.022 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-10T03:57:18.091 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-10T03:57:18.257 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-10T03:57:18.290 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-10T03:57:18.358 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-10T03:57:18.492 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-10T03:57:18.557 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-10T03:57:18.635 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-10T03:57:18.743 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:57:18.784 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-10T03:57:18.869 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-10T03:57:18.936 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up zip (3.0-12build2) ... 2024-09-10T03:57:19.035 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-10T03:57:19.037 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-10T03:57:19.160 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-10T03:57:19.162 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-10T03:57:19.413 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-10T03:57:19.436 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-10T03:57:19.537 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-10T03:57:19.656 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-10T03:57:19.848 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-10T03:57:19.899 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-10T03:57:19.992 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-10T03:57:20.141 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-10T03:57:20.148 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-10T03:57:20.256 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-10T03:57:20.382 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-10T03:57:20.399 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-10T03:57:20.418 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-10T03:57:20.508 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-10T03:57:20.525 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-10T03:57:20.527 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-10T03:57:20.651 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-10T03:57:20.739 INFO:teuthology.orchestra.run.smithi174.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-10T03:57:20.809 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-10T03:57:20.820 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-10T03:57:20.946 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-10T03:57:20.994 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-10T03:57:21.120 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-10T03:57:21.177 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-10T03:57:21.247 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-10T03:57:21.412 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-10T03:57:21.505 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-10T03:57:21.573 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-10T03:57:21.764 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-10T03:57:21.816 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-10T03:57:21.838 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-10T03:57:21.890 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-10T03:57:21.925 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-10T03:57:22.043 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-10T03:57:22.115 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-10T03:57:22.122 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-10T03:57:22.132 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:57:22.234 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-10T03:57:22.353 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-10T03:57:22.457 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-10T03:57:22.479 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-10T03:57:22.543 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-10T03:57:22.692 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-10T03:57:22.818 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-ceph-common (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:22.852 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-10T03:57:22.863 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-10T03:57:23.115 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-10T03:57:23.128 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-10T03:57:23.135 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-10T03:57:23.224 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-10T03:57:23.229 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-10T03:57:23.461 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-10T03:57:23.475 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:57:23.489 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-10T03:57:23.584 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-10T03:57:23.842 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-10T03:57:23.894 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-10T03:57:24.093 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-10T03:57:24.187 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-10T03:57:24.463 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-10T03:57:24.520 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-10T03:57:24.572 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-10T03:57:24.667 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-10T03:57:24.788 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-10T03:57:24.831 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-10T03:57:24.911 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:57:25.045 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-10T03:57:25.132 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-10T03:57:25.227 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-10T03:57:25.233 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up librados2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:25.329 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-10T03:57:25.334 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:25.451 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-10T03:57:25.455 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-10T03:57:25.511 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-10T03:57:25.581 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-10T03:57:25.788 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libcephfs2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:25.866 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-10T03:57:25.914 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libradosstriper1 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:25.921 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-10T03:57:26.040 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-10T03:57:26.125 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-10T03:57:26.198 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-10T03:57:26.316 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up librbd1 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:26.377 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:57:26.442 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mgr-modules-core (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:26.502 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-10T03:57:26.533 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-10T03:57:26.568 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-fuse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:26.660 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up librados2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:26.779 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-10T03:57:26.779 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-10T03:57:26.786 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:26.804 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-10T03:57:26.912 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-10T03:57:27.038 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-10T03:57:27.231 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libcephfs2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:27.285 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libcephfs-dev (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:27.297 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-10T03:57:27.332 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libradosstriper1 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:27.437 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-rados (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:27.458 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-10T03:57:27.554 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up librgw2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:27.557 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-10T03:57:27.689 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-10T03:57:27.735 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up librbd1 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:27.799 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-10T03:57:27.861 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up ceph-mgr-modules-core (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:27.987 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up ceph-fuse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:28.067 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-10T03:57:28.193 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-10T03:57:28.199 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-10T03:57:28.199 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-10T03:57:28.469 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-10T03:57:28.596 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-10T03:57:28.705 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libcephfs-dev (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:28.806 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-rados (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:28.900 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-rbd (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:28.905 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-10T03:57:29.036 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up rbd-fuse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:29.137 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-rgw (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:29.214 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-10T03:57:29.238 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-cephfs (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:29.350 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up librgw2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:29.364 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-common (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:29.465 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-10T03:57:29.493 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-10T03:57:29.600 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-10T03:57:29.726 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-10T03:57:29.815 INFO:teuthology.orchestra.run.smithi121.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-10T03:57:29.898 INFO:teuthology.orchestra.run.smithi174.stdout:Adding group ceph....done 2024-09-10T03:57:30.044 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-10T03:57:30.170 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-10T03:57:30.283 INFO:teuthology.orchestra.run.smithi174.stdout:Adding system user ceph....done 2024-09-10T03:57:30.443 INFO:teuthology.orchestra.run.smithi174.stdout:Setting system user ceph properties....done 2024-09-10T03:57:30.455 INFO:teuthology.orchestra.run.smithi174.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-10T03:57:30.571 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-10T03:57:30.589 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-10T03:57:30.713 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-rbd (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:30.831 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-10T03:57:30.839 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up rbd-fuse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:30.897 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-10T03:57:30.948 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-10T03:57:30.965 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-rgw (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:31.066 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-cephfs (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:31.167 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up ceph-common (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:31.200 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-10T03:57:31.326 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-10T03:57:31.390 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-test (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:31.515 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up radosgw (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:31.652 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-10T03:57:31.693 INFO:teuthology.orchestra.run.smithi111.stdout:Adding group ceph....done 2024-09-10T03:57:31.961 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-10T03:57:31.966 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-10T03:57:31.966 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-10T03:57:32.020 INFO:teuthology.orchestra.run.smithi111.stdout:Adding system user ceph....done 2024-09-10T03:57:32.197 INFO:teuthology.orchestra.run.smithi111.stdout:Setting system user ceph properties....done 2024-09-10T03:57:32.216 INFO:teuthology.orchestra.run.smithi111.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-10T03:57:32.258 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-10T03:57:32.351 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-10T03:57:32.388 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-10T03:57:32.434 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-base (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:32.647 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-10T03:57:32.662 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-10T03:57:32.784 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-10T03:57:32.992 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-10T03:57:33.152 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up ceph-test (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:33.244 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mds (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:33.268 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-10T03:57:33.278 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up radosgw (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:33.469 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-10T03:57:33.469 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-10T03:57:33.645 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-10T03:57:33.752 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-10T03:57:33.752 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-10T03:57:33.913 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-10T03:57:33.945 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mgr (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:34.160 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-10T03:57:34.160 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-10T03:57:34.249 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-10T03:57:34.358 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up librados2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:34.485 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:34.588 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-osd (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:34.619 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-10T03:57:34.666 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up ceph-base (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:34.865 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-10T03:57:34.865 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-10T03:57:34.955 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up libcephfs2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:35.022 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-10T03:57:35.081 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up libradosstriper1 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:35.190 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-10T03:57:35.382 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:35.459 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up librbd1 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:35.478 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up ceph-mds (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:35.482 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:35.585 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up ceph-mgr-modules-core (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:35.608 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mon (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:35.690 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-10T03:57:35.690 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-10T03:57:35.711 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up ceph-fuse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:35.822 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-10T03:57:35.822 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-10T03:57:35.927 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-10T03:57:35.927 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-10T03:57:36.155 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up ceph-mgr (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:36.276 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mgr-cephadm (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:36.350 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-10T03:57:36.350 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-10T03:57:36.419 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:36.437 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up libcephfs-dev (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:36.545 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mgr-dashboard (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:36.563 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-rados (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:36.689 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up librgw2 (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:36.696 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-volume (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:36.806 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-10T03:57:36.839 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up ceph-osd (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:37.057 INFO:teuthology.orchestra.run.smithi174.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-10T03:57:37.166 INFO:teuthology.orchestra.run.smithi174.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-10T03:57:37.170 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-10T03:57:37.170 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-10T03:57:37.352 INFO:teuthology.orchestra.run.smithi174.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-10T03:57:37.683 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:37.784 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:37.935 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up ceph-mon (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:38.037 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-rbd (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:38.146 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-10T03:57:38.146 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-10T03:57:38.163 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up rbd-fuse (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:38.280 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-rgw (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:38.398 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up python3-cephfs (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:38.477 INFO:teuthology.orchestra.run.smithi174.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-10T03:57:38.499 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up ceph-common (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:38.620 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up ceph-mgr-cephadm (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:38.770 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up ceph (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:38.880 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up ceph-mgr-dashboard (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:39.007 INFO:teuthology.orchestra.run.smithi121.stdout:Adding group ceph....done 2024-09-10T03:57:39.022 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up ceph-volume (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:39.153 INFO:teuthology.orchestra.run.smithi174.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-10T03:57:39.159 DEBUG:teuthology.parallel:result is None 2024-09-10T03:57:39.377 INFO:teuthology.orchestra.run.smithi121.stdout:Adding system user ceph....done 2024-09-10T03:57:39.400 INFO:teuthology.orchestra.run.smithi111.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-10T03:57:39.509 INFO:teuthology.orchestra.run.smithi111.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-10T03:57:39.561 INFO:teuthology.orchestra.run.smithi121.stdout:Setting system user ceph properties....done 2024-09-10T03:57:39.577 INFO:teuthology.orchestra.run.smithi121.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-10T03:57:39.670 INFO:teuthology.orchestra.run.smithi111.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-10T03:57:39.715 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-10T03:57:40.053 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-10T03:57:40.700 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up ceph-test (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:40.851 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up radosgw (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:40.972 INFO:teuthology.orchestra.run.smithi111.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-10T03:57:41.323 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-10T03:57:41.323 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-10T03:57:41.623 INFO:teuthology.orchestra.run.smithi111.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-10T03:57:41.629 DEBUG:teuthology.parallel:result is None 2024-09-10T03:57:41.778 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up ceph-base (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:42.128 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-10T03:57:42.580 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up ceph-mds (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:42.807 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-10T03:57:42.807 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-10T03:57:43.281 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up ceph-mgr (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:43.497 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-10T03:57:43.497 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-10T03:57:43.966 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up ceph-osd (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:44.253 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-10T03:57:44.253 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-10T03:57:44.751 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:44.852 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:44.986 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up ceph-mon (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:45.199 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-10T03:57:45.199 INFO:teuthology.orchestra.run.smithi121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-10T03:57:45.671 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up ceph-mgr-cephadm (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:45.839 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up ceph (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:45.965 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up ceph-mgr-dashboard (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:46.108 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up ceph-volume (19.3.0-4885-g3a5e3f16-1jammy) ... 2024-09-10T03:57:46.462 INFO:teuthology.orchestra.run.smithi121.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-10T03:57:46.588 INFO:teuthology.orchestra.run.smithi121.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-10T03:57:46.740 INFO:teuthology.orchestra.run.smithi121.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-10T03:57:47.808 INFO:teuthology.orchestra.run.smithi121.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-10T03:57:48.446 INFO:teuthology.orchestra.run.smithi121.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-10T03:57:48.451 DEBUG:teuthology.parallel:result is None 2024-09-10T03:57:48.451 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T03:57:48.594 DEBUG:teuthology.orchestra.run.smithi111:> dpkg-query -W -f '${Version}' ceph 2024-09-10T03:57:48.614 INFO:teuthology.orchestra.run.smithi111.stdout:19.3.0-4885-g3a5e3f16-1jammy 2024-09-10T03:57:48.614 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4885-g3a5e3f16-1jammy 2024-09-10T03:57:48.615 INFO:teuthology.task.install:The correct ceph version 19.3.0-4885-g3a5e3f16-1jammy is installed. 2024-09-10T03:57:48.617 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T03:57:48.756 DEBUG:teuthology.orchestra.run.smithi121:> dpkg-query -W -f '${Version}' ceph 2024-09-10T03:57:48.775 INFO:teuthology.orchestra.run.smithi121.stdout:19.3.0-4885-g3a5e3f16-1jammy 2024-09-10T03:57:48.775 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4885-g3a5e3f16-1jammy 2024-09-10T03:57:48.775 INFO:teuthology.task.install:The correct ceph version 19.3.0-4885-g3a5e3f16-1jammy is installed. 2024-09-10T03:57:48.777 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T03:57:48.916 DEBUG:teuthology.orchestra.run.smithi174:> dpkg-query -W -f '${Version}' ceph 2024-09-10T03:57:48.935 INFO:teuthology.orchestra.run.smithi174.stdout:19.3.0-4885-g3a5e3f16-1jammy 2024-09-10T03:57:48.935 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4885-g3a5e3f16-1jammy 2024-09-10T03:57:48.936 INFO:teuthology.task.install:The correct ceph version 19.3.0-4885-g3a5e3f16-1jammy is installed. 2024-09-10T03:57:48.937 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-10T03:57:48.938 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-09-10T03:57:48.938 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-10T03:57:48.953 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-09-10T03:57:48.953 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-10T03:57:48.967 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-09-10T03:57:48.967 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-10T03:57:48.988 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-10T03:57:48.988 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-09-10T03:57:48.989 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/usr/bin/daemon-helper 2024-09-10T03:57:49.008 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-10T03:57:49.064 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-09-10T03:57:49.064 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/usr/bin/daemon-helper 2024-09-10T03:57:49.077 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-10T03:57:49.132 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-09-10T03:57:49.132 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/usr/bin/daemon-helper 2024-09-10T03:57:49.146 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-10T03:57:49.199 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-10T03:57:49.200 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-09-10T03:57:49.200 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-10T03:57:49.213 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-10T03:57:49.267 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-09-10T03:57:49.267 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-10T03:57:49.281 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-10T03:57:49.337 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-09-10T03:57:49.337 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-10T03:57:49.352 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-10T03:57:49.408 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-10T03:57:49.408 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-09-10T03:57:49.408 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/usr/bin/stdin-killer 2024-09-10T03:57:49.421 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-10T03:57:49.476 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-09-10T03:57:49.476 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/usr/bin/stdin-killer 2024-09-10T03:57:49.489 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-10T03:57:49.544 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-09-10T03:57:49.544 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/usr/bin/stdin-killer 2024-09-10T03:57:49.558 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-10T03:57:49.613 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-10T03:57:49.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': '3a5e3f16720f432aea965c40a8f6eb480095ec6c'} 2024-09-10T03:57:49.710 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T03:57:49.710 INFO:tasks.cephadm:Cluster fsid is d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T03:57:49.710 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-10T03:57:49.710 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.111', 'mon.b': '172.21.15.121', 'mon.c': '172.21.15.174'} 2024-09-10T03:57:49.710 INFO:tasks.cephadm:First mon is mon.a on smithi111 2024-09-10T03:57:49.711 INFO:tasks.cephadm:First mgr is a 2024-09-10T03:57:49.711 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-10T03:57:49.711 DEBUG:teuthology.orchestra.run.smithi111:> sudo hostname $(hostname -s) 2024-09-10T03:57:49.725 DEBUG:teuthology.orchestra.run.smithi121:> sudo hostname $(hostname -s) 2024-09-10T03:57:49.739 DEBUG:teuthology.orchestra.run.smithi174:> sudo hostname $(hostname -s) 2024-09-10T03:57:49.753 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-10T03:57:49.753 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T03:57:49.889 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '3a5e3f16720f432aea965c40a8f6eb480095ec6c', '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/82931/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4885-g3a5e3f16', 'node_name': '172.21.5.33+adami03', '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-4885-g3a5e3f16-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-10 02:40:38.846024', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-09-09-1904', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-10T03:57:50.025 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk-testing-2024-09-09-1904, sha1 3a5e3f16720f432aea965c40a8f6eb480095ec6c from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T03:57:50.026 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-10T03:57:50.026 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-10T03:57:50.027 DEBUG:teuthology.orchestra.run.smithi111:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T03:57:50.495 INFO:teuthology.orchestra.run.smithi111.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811825 Sep 10 03:57 /home/ubuntu/cephtest/cephadm 2024-09-10T03:57:50.496 DEBUG:teuthology.orchestra.run.smithi121:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T03:57:50.952 INFO:teuthology.orchestra.run.smithi121.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811825 Sep 10 03:57 /home/ubuntu/cephtest/cephadm 2024-09-10T03:57:50.953 DEBUG:teuthology.orchestra.run.smithi174:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T03:57:51.428 INFO:teuthology.orchestra.run.smithi174.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811825 Sep 10 03:57 /home/ubuntu/cephtest/cephadm 2024-09-10T03:57:51.429 DEBUG:teuthology.orchestra.run.smithi111:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T03:57:51.437 DEBUG:teuthology.orchestra.run.smithi121:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T03:57:51.444 DEBUG:teuthology.orchestra.run.smithi174:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T03:57:51.463 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c on all hosts... 2024-09-10T03:57:51.463 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c pull 2024-09-10T03:57:51.481 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c pull 2024-09-10T03:57:51.490 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c pull 2024-09-10T03:57:51.665 INFO:teuthology.orchestra.run.smithi111.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c... 2024-09-10T03:57:51.675 INFO:teuthology.orchestra.run.smithi121.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c... 2024-09-10T03:57:51.681 INFO:teuthology.orchestra.run.smithi174.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c... 2024-09-10T03:58:55.984 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-09-10T03:58:55.985 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph_version": "ceph version 19.3.0-4885-g3a5e3f16 (3a5e3f16720f432aea965c40a8f6eb480095ec6c) squid (dev)", 2024-09-10T03:58:55.985 INFO:teuthology.orchestra.run.smithi111.stdout: "image_id": "d6d839bc8a4bdc14017733b053ef2e9b386c4d0f48b6d189c0888843abe03578", 2024-09-10T03:58:55.985 INFO:teuthology.orchestra.run.smithi111.stdout: "repo_digests": [ 2024-09-10T03:58:55.985 INFO:teuthology.orchestra.run.smithi111.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2db6858ffc169715474ea237dd8b2beae440a5514686b8202506e12cb7dc1fca" 2024-09-10T03:58:55.985 INFO:teuthology.orchestra.run.smithi111.stdout: ] 2024-09-10T03:58:55.985 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-09-10T03:58:57.218 INFO:teuthology.orchestra.run.smithi174.stdout:{ 2024-09-10T03:58:57.218 INFO:teuthology.orchestra.run.smithi174.stdout: "ceph_version": "ceph version 19.3.0-4885-g3a5e3f16 (3a5e3f16720f432aea965c40a8f6eb480095ec6c) squid (dev)", 2024-09-10T03:58:57.218 INFO:teuthology.orchestra.run.smithi174.stdout: "image_id": "d6d839bc8a4bdc14017733b053ef2e9b386c4d0f48b6d189c0888843abe03578", 2024-09-10T03:58:57.218 INFO:teuthology.orchestra.run.smithi174.stdout: "repo_digests": [ 2024-09-10T03:58:57.218 INFO:teuthology.orchestra.run.smithi174.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2db6858ffc169715474ea237dd8b2beae440a5514686b8202506e12cb7dc1fca" 2024-09-10T03:58:57.218 INFO:teuthology.orchestra.run.smithi174.stdout: ] 2024-09-10T03:58:57.218 INFO:teuthology.orchestra.run.smithi174.stdout:} 2024-09-10T03:59:21.468 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2024-09-10T03:59:21.468 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph_version": "ceph version 19.3.0-4885-g3a5e3f16 (3a5e3f16720f432aea965c40a8f6eb480095ec6c) squid (dev)", 2024-09-10T03:59:21.468 INFO:teuthology.orchestra.run.smithi121.stdout: "image_id": "d6d839bc8a4bdc14017733b053ef2e9b386c4d0f48b6d189c0888843abe03578", 2024-09-10T03:59:21.468 INFO:teuthology.orchestra.run.smithi121.stdout: "repo_digests": [ 2024-09-10T03:59:21.469 INFO:teuthology.orchestra.run.smithi121.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2db6858ffc169715474ea237dd8b2beae440a5514686b8202506e12cb7dc1fca" 2024-09-10T03:59:21.469 INFO:teuthology.orchestra.run.smithi121.stdout: ] 2024-09-10T03:59:21.469 INFO:teuthology.orchestra.run.smithi121.stdout:} 2024-09-10T03:59:21.518 DEBUG:teuthology.orchestra.run.smithi111:> sudo mkdir -p /etc/ceph 2024-09-10T03:59:21.533 DEBUG:teuthology.orchestra.run.smithi121:> sudo mkdir -p /etc/ceph 2024-09-10T03:59:21.547 DEBUG:teuthology.orchestra.run.smithi174:> sudo mkdir -p /etc/ceph 2024-09-10T03:59:21.562 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod 777 /etc/ceph 2024-09-10T03:59:21.588 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 777 /etc/ceph 2024-09-10T03:59:21.601 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 777 /etc/ceph 2024-09-10T03:59:21.615 INFO:tasks.cephadm:Writing seed config... 2024-09-10T03:59:21.616 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-10T03:59:21.616 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-10T03:59:21.616 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-10T03:59:21.617 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-10T03:59:21.617 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-10T03:59:21.617 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-10T03:59:21.617 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-10T03:59:21.617 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-10T03:59:21.617 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-10T03:59:21.618 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-09-10T03:59:21.618 DEBUG:teuthology.orchestra.run.smithi111:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-10T03:59:21.637 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 = d8b841fe-6f28-11ef-bcea-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-10T03:59:21.637 DEBUG:teuthology.orchestra.run.smithi111:mon.a> sudo journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mon.a.service 2024-09-10T03:59:21.682 DEBUG:teuthology.orchestra.run.smithi111:mgr.a> sudo journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mgr.a.service 2024-09-10T03:59:21.725 INFO:tasks.cephadm:Bootstrapping... 2024-09-10T03:59:21.725 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c -v bootstrap --fsid d8b841fe-6f28-11ef-bcea-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.111 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-10T03:59:21.948 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2024-09-10T03:59:21.948 INFO:teuthology.orchestra.run.smithi111.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c', '-v', 'bootstrap', '--fsid', 'd8b841fe-6f28-11ef-bcea-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.111', '--skip-admin-label'] 2024-09-10T03:59:21.949 INFO:teuthology.orchestra.run.smithi111.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-10T03:59:21.949 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying podman|docker is present... 2024-09-10T03:59:21.949 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying lvm2 is present... 2024-09-10T03:59:21.949 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying time synchronization is in place... 2024-09-10T03:59:21.954 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-10T03:59:21.954 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T03:59:21.960 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-10T03:59:21.960 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2024-09-10T03:59:21.964 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-10T03:59:21.964 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-10T03:59:21.968 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-10T03:59:21.968 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2024-09-10T03:59:21.973 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-10T03:59:21.973 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout masked 2024-09-10T03:59:21.977 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-10T03:59:21.977 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2024-09-10T03:59:21.980 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-10T03:59:21.980 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-10T03:59:21.984 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-10T03:59:21.984 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2024-09-10T03:59:21.987 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout enabled 2024-09-10T03:59:21.991 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout active 2024-09-10T03:59:21.991 INFO:teuthology.orchestra.run.smithi111.stdout:Unit ntp.service is enabled and running 2024-09-10T03:59:21.991 INFO:teuthology.orchestra.run.smithi111.stdout:Repeating the final host check... 2024-09-10T03:59:21.991 INFO:teuthology.orchestra.run.smithi111.stdout:docker (/usr/bin/docker) is present 2024-09-10T03:59:21.991 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl is present 2024-09-10T03:59:21.992 INFO:teuthology.orchestra.run.smithi111.stdout:lvcreate is present 2024-09-10T03:59:21.995 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-10T03:59:21.995 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T03:59:21.998 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-10T03:59:21.998 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2024-09-10T03:59:22.003 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-10T03:59:22.003 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-10T03:59:22.006 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-10T03:59:22.006 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2024-09-10T03:59:22.010 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-10T03:59:22.010 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout masked 2024-09-10T03:59:22.013 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-10T03:59:22.013 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2024-09-10T03:59:22.016 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-10T03:59:22.016 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-10T03:59:22.020 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-10T03:59:22.020 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2024-09-10T03:59:22.023 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout enabled 2024-09-10T03:59:22.027 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout active 2024-09-10T03:59:22.027 INFO:teuthology.orchestra.run.smithi111.stdout:Unit ntp.service is enabled and running 2024-09-10T03:59:22.027 INFO:teuthology.orchestra.run.smithi111.stdout:Host looks OK 2024-09-10T03:59:22.027 INFO:teuthology.orchestra.run.smithi111.stdout:Cluster fsid: d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T03:59:22.028 INFO:teuthology.orchestra.run.smithi111.stdout:Acquiring lock 139898469398800 on /run/cephadm/d8b841fe-6f28-11ef-bcea-c7b262605968.lock 2024-09-10T03:59:22.028 INFO:teuthology.orchestra.run.smithi111.stdout:Lock 139898469398800 acquired on /run/cephadm/d8b841fe-6f28-11ef-bcea-c7b262605968.lock 2024-09-10T03:59:22.028 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying IP 172.21.15.111 port 3300 ... 2024-09-10T03:59:22.028 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying IP 172.21.15.111 port 6789 ... 2024-09-10T03:59:22.028 INFO:teuthology.orchestra.run.smithi111.stdout:Base mon IP(s) is [172.21.15.111:3300, 172.21.15.111:6789], mon addrv is [v2:172.21.15.111:3300,v1:172.21.15.111:6789] 2024-09-10T03:59:22.030 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-09-10T03:59:22.030 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.111 metric 100 2024-09-10T03:59:22.030 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.111 metric 100 2024-09-10T03:59:22.030 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-10T03:59:22.030 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.111 metric 100 2024-09-10T03:59:22.030 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.111 metric 100 2024-09-10T03:59:22.030 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.111 metric 100 2024-09-10T03:59:22.030 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.111 metric 100 2024-09-10T03:59:22.032 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-10T03:59:22.032 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-09-10T03:59:22.032 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1797sec pref medium 2024-09-10T03:59:22.034 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-10T03:59:22.034 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-10T03:59:22.034 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-10T03:59:22.034 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-10T03:59:22.034 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:cc2f/64 scope link 2024-09-10T03:59:22.034 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-10T03:59:22.036 INFO:teuthology.orchestra.run.smithi111.stdout:Mon IP `172.21.15.111` is in CIDR network `172.21.0.0/20` 2024-09-10T03:59:22.036 INFO:teuthology.orchestra.run.smithi111.stdout:Mon IP `172.21.15.111` is in CIDR network `172.21.0.0/20` 2024-09-10T03:59:22.036 INFO:teuthology.orchestra.run.smithi111.stdout:Mon IP `172.21.15.111` is in CIDR network `172.21.0.1/32` 2024-09-10T03:59:22.036 INFO:teuthology.orchestra.run.smithi111.stdout:Mon IP `172.21.15.111` is in CIDR network `172.21.0.1/32` 2024-09-10T03:59:22.036 INFO:teuthology.orchestra.run.smithi111.stdout:Mon IP `172.21.15.111` is in CIDR network `172.21.0.2/32` 2024-09-10T03:59:22.036 INFO:teuthology.orchestra.run.smithi111.stdout:Mon IP `172.21.15.111` is in CIDR network `172.21.0.2/32` 2024-09-10T03:59:22.036 INFO:teuthology.orchestra.run.smithi111.stdout:Mon IP `172.21.15.111` is in CIDR network `172.21.15.254/32` 2024-09-10T03:59:22.036 INFO:teuthology.orchestra.run.smithi111.stdout:Mon IP `172.21.15.111` is in CIDR network `172.21.15.254/32` 2024-09-10T03:59:22.036 INFO:teuthology.orchestra.run.smithi111.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-10T03:59:22.036 INFO:teuthology.orchestra.run.smithi111.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-10T03:59:22.037 INFO:teuthology.orchestra.run.smithi111.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c... 2024-09-10T03:59:22.316 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/docker: stdout 3a5e3f16720f432aea965c40a8f6eb480095ec6c: Pulling from ceph-ci/ceph 2024-09-10T03:59:22.316 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/docker: stdout Digest: sha256:2db6858ffc169715474ea237dd8b2beae440a5514686b8202506e12cb7dc1fca 2024-09-10T03:59:22.316 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T03:59:22.316 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T03:59:24.045 INFO:teuthology.orchestra.run.smithi111.stdout:ceph: stdout ceph version 19.3.0-4885-g3a5e3f16 (3a5e3f16720f432aea965c40a8f6eb480095ec6c) squid (dev) 2024-09-10T03:59:24.045 INFO:teuthology.orchestra.run.smithi111.stdout:Ceph version: ceph version 19.3.0-4885-g3a5e3f16 (3a5e3f16720f432aea965c40a8f6eb480095ec6c) squid (dev) 2024-09-10T03:59:24.045 INFO:teuthology.orchestra.run.smithi111.stdout:Extracting ceph user uid/gid from container image... 2024-09-10T03:59:25.684 INFO:teuthology.orchestra.run.smithi111.stdout:stat: stdout 167 167 2024-09-10T03:59:25.685 INFO:teuthology.orchestra.run.smithi111.stdout:Creating initial keys... 2024-09-10T03:59:27.374 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-authtool: stdout AQAexN9mFEtnLxAAmXyhpWprzULIYK57c7Er4w== 2024-09-10T03:59:29.071 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-authtool: stdout AQAgxN9mveZZHBAAGNMfofpF5cG4Jbw2T7e+mA== 2024-09-10T03:59:30.669 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-authtool: stdout AQAixN9m3rXdBhAA5jF0P1Qh8sOQZ+diraxN2w== 2024-09-10T03:59:30.670 INFO:teuthology.orchestra.run.smithi111.stdout:Creating initial monmap... 2024-09-10T03:59:32.360 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T03:59:32.360 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-10T03:59:32.360 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T03:59:32.360 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T03:59:32.360 INFO:teuthology.orchestra.run.smithi111.stdout:monmaptool for a [v2:172.21.15.111:3300,v1:172.21.15.111:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T03:59:32.360 INFO:teuthology.orchestra.run.smithi111.stdout:setting min_mon_release = quincy 2024-09-10T03:59:32.360 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/monmaptool: set fsid to d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T03:59:32.360 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T03:59:32.360 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T03:59:32.360 INFO:teuthology.orchestra.run.smithi111.stdout:Creating mon... 2024-09-10T03:59:34.124 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.438+0000 7f255a184c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T03:59:34.124 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.438+0000 7f255a184c80 1 imported monmap: 2024-09-10T03:59:34.125 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-10T03:59:34.125 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T03:59:34.128 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-10T03:59:31.746521+0000 2024-09-10T03:59:34.128 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr created 2024-09-10T03:59:31.746521+0000 2024-09-10T03:59:34.128 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-10T03:59:34.128 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-10T03:59:34.128 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T03:59:34.128 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.128 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.438+0000 7f255a184c80 0 /usr/bin/ceph-mon: set fsid to d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T03:59:34.128 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-10T03:59:34.128 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.129 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Git sha 0 2024-09-10T03:59:34.129 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Compile date 2024-09-10 00:49:01 2024-09-10T03:59:34.129 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: DB SUMMARY 2024-09-10T03:59:34.129 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.129 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: DB Session ID: YAN1T0R81CK2W4X8MA0B 2024-09-10T03:59:34.129 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.129 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-10T03:59:34.129 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.129 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-10T03:59:34.129 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.129 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.error_if_exists: 0 2024-09-10T03:59:34.129 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.create_if_missing: 1 2024-09-10T03:59:34.130 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T03:59:34.130 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-10T03:59:34.130 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T03:59:34.130 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-10T03:59:34.130 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.env: 0x55755def1120 2024-09-10T03:59:34.130 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-10T03:59:34.130 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.info_log: 0x55755ef08bc0 2024-09-10T03:59:34.130 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T03:59:34.130 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.statistics: (nil) 2024-09-10T03:59:34.130 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.use_fsync: 0 2024-09-10T03:59:34.130 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T03:59:34.130 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T03:59:34.131 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T03:59:34.131 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T03:59:34.131 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T03:59:34.131 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T03:59:34.131 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T03:59:34.131 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T03:59:34.131 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T03:59:34.131 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T03:59:34.131 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T03:59:34.131 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.db_log_dir: 2024-09-10T03:59:34.131 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.wal_dir: 2024-09-10T03:59:34.131 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T03:59:34.131 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T03:59:34.132 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T03:59:34.132 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T03:59:34.132 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T03:59:34.132 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T03:59:34.132 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T03:59:34.132 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T03:59:34.132 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.write_buffer_manager: 0x55755ef01cc0 2024-09-10T03:59:34.132 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T03:59:34.132 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T03:59:34.132 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T03:59:34.132 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T03:59:34.132 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T03:59:34.132 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T03:59:34.133 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T03:59:34.133 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T03:59:34.133 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.unordered_write: 0 2024-09-10T03:59:34.133 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T03:59:34.133 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T03:59:34.133 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T03:59:34.133 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T03:59:34.133 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.row_cache: None 2024-09-10T03:59:34.133 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.wal_filter: None 2024-09-10T03:59:34.133 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T03:59:34.133 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T03:59:34.133 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.two_write_queues: 0 2024-09-10T03:59:34.133 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T03:59:34.133 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.wal_compression: 0 2024-09-10T03:59:34.134 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.atomic_flush: 0 2024-09-10T03:59:34.134 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T03:59:34.134 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T03:59:34.134 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T03:59:34.134 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-10T03:59:34.134 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T03:59:34.134 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-10T03:59:34.134 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T03:59:34.134 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T03:59:34.134 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-10T03:59:34.134 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-10T03:59:34.134 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-10T03:59:34.134 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T03:59:34.134 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T03:59:34.135 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T03:59:34.135 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T03:59:34.135 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T03:59:34.135 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T03:59:34.135 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T03:59:34.135 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T03:59:34.135 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T03:59:34.135 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T03:59:34.135 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T03:59:34.135 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_open_files: -1 2024-09-10T03:59:34.135 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T03:59:34.135 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T03:59:34.135 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T03:59:34.136 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T03:59:34.136 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T03:59:34.136 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Compression algorithms supported: 2024-09-10T03:59:34.136 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: kZSTD supported: 0 2024-09-10T03:59:34.136 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: kXpressCompression supported: 0 2024-09-10T03:59:34.136 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T03:59:34.136 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T03:59:34.136 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T03:59:34.136 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: kZlibCompression supported: 1 2024-09-10T03:59:34.136 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T03:59:34.136 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T03:59:34.136 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T03:59:34.136 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-10T03:59:34.136 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-10T03:59:34.137 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.137 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-10T03:59:34.137 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.137 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-10T03:59:34.137 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.137 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T03:59:34.137 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.merge_operator: 2024-09-10T03:59:34.137 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compaction_filter: None 2024-09-10T03:59:34.137 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T03:59:34.137 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-10T03:59:34.137 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T03:59:34.137 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T03:59:34.137 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55755ef08820) 2024-09-10T03:59:34.137 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55755eef1610 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-10T03:59:34.138 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-10T03:59:34.139 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-10T03:59:34.139 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-10T03:59:34.139 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-10T03:59:34.139 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-10T03:59:34.139 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-10T03:59:34.139 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-10T03:59:34.139 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-10T03:59:34.139 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-10T03:59:34.139 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-10T03:59:34.139 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-10T03:59:34.139 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-10T03:59:34.139 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-10T03:59:34.139 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-10T03:59:34.139 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-10T03:59:34.139 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-10T03:59:34.140 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-10T03:59:34.140 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-10T03:59:34.140 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-10T03:59:34.140 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-10T03:59:34.140 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-10T03:59:34.140 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.140 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T03:59:34.140 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T03:59:34.140 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compression: NoCompression 2024-09-10T03:59:34.140 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T03:59:34.140 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T03:59:34.140 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T03:59:34.140 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.num_levels: 7 2024-09-10T03:59:34.140 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T03:59:34.141 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T03:59:34.141 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T03:59:34.141 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T03:59:34.141 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T03:59:34.141 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T03:59:34.141 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T03:59:34.141 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T03:59:34.141 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T03:59:34.141 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T03:59:34.141 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-10T03:59:34.141 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-10T03:59:34.141 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T03:59:34.141 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T03:59:34.142 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T03:59:34.142 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T03:59:34.142 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T03:59:34.142 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-10T03:59:34.142 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T03:59:34.142 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T03:59:34.142 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-10T03:59:34.142 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T03:59:34.142 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T03:59:34.142 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T03:59:34.142 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T03:59:34.142 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T03:59:34.142 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T03:59:34.142 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T03:59:34.142 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T03:59:34.143 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T03:59:34.143 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T03:59:34.143 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T03:59:34.143 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T03:59:34.143 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T03:59:34.143 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T03:59:34.143 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T03:59:34.143 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T03:59:34.143 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T03:59:34.143 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-10T03:59:34.143 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-10T03:59:34.143 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T03:59:34.143 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T03:59:34.143 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T03:59:34.144 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T03:59:34.144 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T03:59:34.144 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T03:59:34.144 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T03:59:34.144 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T03:59:34.144 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T03:59:34.144 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T03:59:34.144 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T03:59:34.144 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T03:59:34.144 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T03:59:34.144 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T03:59:34.144 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T03:59:34.144 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T03:59:34.145 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T03:59:34.145 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T03:59:34.145 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T03:59:34.145 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.bloom_locality: 0 2024-09-10T03:59:34.145 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T03:59:34.145 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T03:59:34.145 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T03:59:34.145 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-10T03:59:34.145 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T03:59:34.145 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.ttl: 2592000 2024-09-10T03:59:34.145 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T03:59:34.145 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-10T03:59:34.145 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-10T03:59:34.145 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.enable_blob_files: false 2024-09-10T03:59:34.146 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.min_blob_size: 0 2024-09-10T03:59:34.146 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-10T03:59:34.146 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T03:59:34.146 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T03:59:34.146 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T03:59:34.146 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-10T03:59:34.146 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-10T03:59:34.146 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-10T03:59:34.146 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-10T03:59:34.146 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 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-10T03:59:34.146 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.147 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-10T03:59:34.147 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.147 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9973b7c7-692b-42fe-88f9-aa8a37c2789d 2024-09-10T03:59:34.147 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.147 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.442+0000 7f255a184c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-10T03:59:34.147 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.147 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.446+0000 7f255a184c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55755ef20e00 2024-09-10T03:59:34.147 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.446+0000 7f255a184c80 4 rocksdb: DB pointer 0x55755f002000 2024-09-10T03:59:34.147 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.446+0000 7f255190f640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-10T03:59:34.147 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.446+0000 7f255190f640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-10T03:59:34.147 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-10T03:59:34.147 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T03:59:34.147 INFO:teuthology.orchestra.run.smithi111.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-10T03:59:34.148 INFO:teuthology.orchestra.run.smithi111.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-10T03:59:34.148 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T03:59:34.148 INFO:teuthology.orchestra.run.smithi111.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-10T03:59:34.148 INFO:teuthology.orchestra.run.smithi111.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-10T03:59:34.148 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T03:59:34.148 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.148 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-10T03:59:34.148 INFO:teuthology.orchestra.run.smithi111.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-10T03:59:34.148 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-10T03:59:34.148 INFO:teuthology.orchestra.run.smithi111.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-10T03:59:34.148 INFO:teuthology.orchestra.run.smithi111.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-10T03:59:34.148 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.148 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-10T03:59:34.148 INFO:teuthology.orchestra.run.smithi111.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-10T03:59:34.148 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T03:59:34.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.149 INFO:teuthology.orchestra.run.smithi111.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-10T03:59:34.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T03:59:34.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T03:59:34.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T03:59:34.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-10T03:59:34.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T03:59:34.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-10T03:59:34.149 INFO:teuthology.orchestra.run.smithi111.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-10T03:59:34.149 INFO:teuthology.orchestra.run.smithi111.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-10T03:59:34.149 INFO:teuthology.orchestra.run.smithi111.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-10T03:59:34.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55755eef1610#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-10T03:59:34.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-10T03:59:34.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.150 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-10T03:59:34.150 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T03:59:34.150 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.446+0000 7f255a184c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-10T03:59:34.150 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.446+0000 7f255a184c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-10T03:59:34.150 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T03:59:33.446+0000 7f255a184c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-10T03:59:34.150 INFO:teuthology.orchestra.run.smithi111.stdout:create mon.a on 2024-09-10T03:59:34.384 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-09-10T03:59:34.584 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-10T03:59:34.820 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d8b841fe-6f28-11ef-bcea-c7b262605968.target -> /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-c7b262605968.target. 2024-09-10T03:59:34.820 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d8b841fe-6f28-11ef-bcea-c7b262605968.target -> /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-c7b262605968.target. 2024-09-10T03:59:35.102 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mon.a 2024-09-10T03:59:35.103 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mon.a.service: Unit ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mon.a.service not loaded. 2024-09-10T03:59:35.310 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-c7b262605968.target.wants/ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@.service. 2024-09-10T03:59:35.319 INFO:teuthology.orchestra.run.smithi111.stdout:firewalld does not appear to be present 2024-09-10T03:59:35.319 INFO:teuthology.orchestra.run.smithi111.stdout:Not possible to enable service . firewalld.service is not available 2024-09-10T03:59:35.319 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for mon to start... 2024-09-10T03:59:35.319 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for mon... 2024-09-10T03:59:37.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:37 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.102271+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T03:59:37.989 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout cluster: 2024-09-10T03:59:37.989 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout id: d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T03:59:37.990 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-10T03:59:37.990 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2024-09-10T03:59:37.990 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout services: 2024-09-10T03:59:37.990 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.298499s) 2024-09-10T03:59:37.990 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-10T03:59:37.990 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-10T03:59:37.990 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2024-09-10T03:59:37.990 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout data: 2024-09-10T03:59:37.990 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-10T03:59:37.990 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-10T03:59:37.990 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-10T03:59:37.990 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout pgs: 2024-09-10T03:59:37.990 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2024-09-10T03:59:37.990 INFO:teuthology.orchestra.run.smithi111.stdout:mon is available 2024-09-10T03:59:37.991 INFO:teuthology.orchestra.run.smithi111.stdout:Assimilating anything we can from ceph.conf... 2024-09-10T03:59:38.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105396+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T03:59:38.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105396+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T03:59:38.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105554+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-10T03:59:38.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105554+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-10T03:59:38.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105565+0000 mon.a (mon.0) 4 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T03:59:38.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105565+0000 mon.a (mon.0) 4 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T03:59:38.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105572+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-10T03:59:31.746521+0000 2024-09-10T03:59:38.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105572+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-10T03:59:31.746521+0000 2024-09-10T03:59:38.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105581+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T03:59:38.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105581+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T03:59:38.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105589+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T03:59:38.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105589+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T03:59:38.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105596+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-10T03:59:38.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105596+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-10T03:59:38.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105603+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T03:59:38.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.105603+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T03:59:38.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.107614+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-10T03:59:38.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.107614+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-10T03:59:38.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.109750+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T03:59:38.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.109750+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T03:59:38.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.110211+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T03:59:38.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: cluster 2024-09-10T03:59:37.110211+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T03:59:38.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: audit 2024-09-10T03:59:37.403837+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.111:0/2681211096' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-10T03:59:38.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:38 smithi111 bash[22308]: audit 2024-09-10T03:59:37.403837+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.111:0/2681211096' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-10T03:59:39.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:39 smithi111 bash[22308]: audit 2024-09-10T03:59:39.258886+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.111:0/2126350305' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-10T03:59:39.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:39 smithi111 bash[22308]: audit 2024-09-10T03:59:39.258886+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.111:0/2126350305' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-10T03:59:39.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:39 smithi111 bash[22308]: audit 2024-09-10T03:59:39.262882+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.111:0/2126350305' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T03:59:39.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:39 smithi111 bash[22308]: audit 2024-09-10T03:59:39.262882+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.111:0/2126350305' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T03:59:39.813 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2024-09-10T03:59:39.813 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout [global] 2024-09-10T03:59:39.813 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout fsid = d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T03:59:39.813 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-10T03:59:39.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.111:3300,v1:172.21.15.111:6789] 2024-09-10T03:59:39.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-10T03:59:39.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-10T03:59:39.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-10T03:59:39.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-10T03:59:39.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2024-09-10T03:59:39.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-10T03:59:39.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-10T03:59:39.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-10T03:59:39.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2024-09-10T03:59:39.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout [osd] 2024-09-10T03:59:39.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-10T03:59:39.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-10T03:59:39.815 INFO:teuthology.orchestra.run.smithi111.stdout:Generating new minimal ceph.conf... 2024-09-10T03:59:41.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:41 smithi111 bash[22308]: audit 2024-09-10T03:59:41.107645+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.111:0/3579128660' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T03:59:41.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:41 smithi111 bash[22308]: audit 2024-09-10T03:59:41.107645+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.111:0/3579128660' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T03:59:41.701 INFO:teuthology.orchestra.run.smithi111.stdout:Restarting the monitor... 2024-09-10T03:59:42.061 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:41 smithi111 systemd[1]: Stopping Ceph mon.a for d8b841fe-6f28-11ef-bcea-c7b262605968... 2024-09-10T03:59:42.061 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:41 smithi111 bash[22308]: debug 2024-09-10T03:59:41.829+0000 7fabf2cb1640 -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-10T03:59:42.061 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:41 smithi111 bash[22308]: debug 2024-09-10T03:59:41.829+0000 7fabf2cb1640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-10T03:59:42.679 INFO:teuthology.orchestra.run.smithi111.stdout:Setting public_network to 172.21.0.1/32,172.21.0.0/20,172.21.0.2/32,172.21.15.254/32 in mon config section 2024-09-10T03:59:42.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:42 smithi111 bash[22687]: ceph-d8b841fe-6f28-11ef-bcea-c7b262605968-mon-a 2024-09-10T03:59:42.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:42 smithi111 bash[22747]: Error response from daemon: No such container: ceph-d8b841fe-6f28-11ef-bcea-c7b262605968-mon-a 2024-09-10T03:59:42.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:42 smithi111 systemd[1]: ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-10T03:59:42.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:42 smithi111 systemd[1]: Stopped Ceph mon.a for d8b841fe-6f28-11ef-bcea-c7b262605968. 2024-09-10T03:59:42.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:42 smithi111 systemd[1]: Started Ceph mon.a for d8b841fe-6f28-11ef-bcea-c7b262605968. 2024-09-10T03:59:44.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.237+0000 7f3eb46f6c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T03:59:44.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.237+0000 7f3eb46f6c80 0 ceph version 19.3.0-4885-g3a5e3f16 (3a5e3f16720f432aea965c40a8f6eb480095ec6c) squid (dev), process ceph-mon, pid 7 2024-09-10T03:59:44.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.237+0000 7f3eb46f6c80 0 pidfile_write: ignore empty --pid-file 2024-09-10T03:59:44.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 0 load: jerasure load: lrc 2024-09-10T03:59:44.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-10T03:59:44.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Git sha 0 2024-09-10T03:59:44.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Compile date 2024-09-10 00:49:01 2024-09-10T03:59:44.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: DB SUMMARY 2024-09-10T03:59:44.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: DB Session ID: 1SYPO5BTPM5OTXSBR72E 2024-09-10T03:59:44.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: CURRENT file: CURRENT 2024-09-10T03:59:44.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T03:59:44.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-10T03:59:44.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-10T03:59:44.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88836 ; 2024-09-10T03:59:44.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.error_if_exists: 0 2024-09-10T03:59:44.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.create_if_missing: 0 2024-09-10T03:59:44.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T03:59:44.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-10T03:59:44.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T03:59:44.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-10T03:59:44.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.env: 0x55c19425f120 2024-09-10T03:59:44.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-10T03:59:44.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.info_log: 0x55c194ddb700 2024-09-10T03:59:44.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T03:59:44.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.statistics: (nil) 2024-09-10T03:59:44.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.use_fsync: 0 2024-09-10T03:59:44.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T03:59:44.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T03:59:44.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T03:59:44.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T03:59:44.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T03:59:44.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T03:59:44.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T03:59:44.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T03:59:44.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T03:59:44.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T03:59:44.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T03:59:44.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.db_log_dir: 2024-09-10T03:59:44.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.wal_dir: 2024-09-10T03:59:44.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T03:59:44.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T03:59:44.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T03:59:44.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T03:59:44.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T03:59:44.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T03:59:44.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T03:59:44.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T03:59:44.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.write_buffer_manager: 0x55c194ddfb80 2024-09-10T03:59:44.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T03:59:44.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T03:59:44.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T03:59:44.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T03:59:44.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T03:59:44.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T03:59:44.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T03:59:44.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T03:59:44.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.unordered_write: 0 2024-09-10T03:59:44.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T03:59:44.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T03:59:44.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T03:59:44.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T03:59:44.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.row_cache: None 2024-09-10T03:59:44.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.wal_filter: None 2024-09-10T03:59:44.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T03:59:44.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T03:59:44.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.two_write_queues: 0 2024-09-10T03:59:44.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T03:59:44.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.wal_compression: 0 2024-09-10T03:59:44.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.atomic_flush: 0 2024-09-10T03:59:44.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T03:59:44.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T03:59:44.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T03:59:44.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-10T03:59:44.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T03:59:44.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-10T03:59:44.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T03:59:44.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T03:59:44.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-10T03:59:44.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-10T03:59:44.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-10T03:59:44.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T03:59:44.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T03:59:44.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T03:59:44.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T03:59:44.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T03:59:44.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T03:59:44.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T03:59:44.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T03:59:44.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T03:59:44.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T03:59:44.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T03:59:44.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_open_files: -1 2024-09-10T03:59:44.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T03:59:44.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T03:59:44.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T03:59:44.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T03:59:44.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T03:59:44.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Compression algorithms supported: 2024-09-10T03:59:44.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: kZSTD supported: 0 2024-09-10T03:59:44.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: kXpressCompression supported: 0 2024-09-10T03:59:44.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T03:59:44.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T03:59:44.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T03:59:44.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: kZlibCompression supported: 1 2024-09-10T03:59:44.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T03:59:44.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T03:59:44.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T03:59:44.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-10T03:59:44.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-10T03:59:44.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-10T03:59:44.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T03:59:44.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.merge_operator: 2024-09-10T03:59:44.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compaction_filter: None 2024-09-10T03:59:44.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T03:59:44.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-10T03:59:44.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T03:59:44.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T03:59:44.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c194ddb320) 2024-09-10T03:59:44.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cache_index_and_filter_blocks: 1 2024-09-10T03:59:44.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T03:59:44.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T03:59:44.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: pin_top_level_index_and_filter: 1 2024-09-10T03:59:44.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: index_type: 0 2024-09-10T03:59:44.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: data_block_index_type: 0 2024-09-10T03:59:44.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: index_shortening: 1 2024-09-10T03:59:44.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T03:59:44.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: checksum: 4 2024-09-10T03:59:44.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: no_block_cache: 0 2024-09-10T03:59:44.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: block_cache: 0x55c194dd1610 2024-09-10T03:59:44.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: block_cache_name: BinnedLRUCache 2024-09-10T03:59:44.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: block_cache_options: 2024-09-10T03:59:44.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: capacity : 536870912 2024-09-10T03:59:44.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: num_shard_bits : 4 2024-09-10T03:59:44.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: strict_capacity_limit : 0 2024-09-10T03:59:44.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: high_pri_pool_ratio: 0.000 2024-09-10T03:59:44.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: block_cache_compressed: (nil) 2024-09-10T03:59:44.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: persistent_cache: (nil) 2024-09-10T03:59:44.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: block_size: 4096 2024-09-10T03:59:44.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: block_size_deviation: 10 2024-09-10T03:59:44.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: block_restart_interval: 16 2024-09-10T03:59:44.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: index_block_restart_interval: 1 2024-09-10T03:59:44.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: metadata_block_size: 4096 2024-09-10T03:59:44.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: partition_filters: 0 2024-09-10T03:59:44.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: use_delta_encoding: 1 2024-09-10T03:59:44.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: filter_policy: bloomfilter 2024-09-10T03:59:44.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: whole_key_filtering: 1 2024-09-10T03:59:44.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: verify_compression: 0 2024-09-10T03:59:44.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: read_amp_bytes_per_bit: 0 2024-09-10T03:59:44.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: format_version: 5 2024-09-10T03:59:44.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: enable_index_compression: 1 2024-09-10T03:59:44.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: block_align: 0 2024-09-10T03:59:44.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: max_auto_readahead_size: 262144 2024-09-10T03:59:44.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: prepopulate_block_cache: 0 2024-09-10T03:59:44.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: initial_auto_readahead_size: 8192 2024-09-10T03:59:44.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: num_file_reads_for_auto_readahead: 2 2024-09-10T03:59:44.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T03:59:44.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T03:59:44.452 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compression: NoCompression 2024-09-10T03:59:44.452 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T03:59:44.452 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T03:59:44.452 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T03:59:44.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.num_levels: 7 2024-09-10T03:59:44.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T03:59:44.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T03:59:44.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T03:59:44.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T03:59:44.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T03:59:44.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T03:59:44.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T03:59:44.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T03:59:44.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T03:59:44.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T03:59:44.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-10T03:59:44.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-10T03:59:44.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T03:59:44.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T03:59:44.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T03:59:44.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T03:59:44.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T03:59:44.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-10T03:59:44.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T03:59:44.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T03:59:44.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-10T03:59:44.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T03:59:44.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T03:59:44.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T03:59:44.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T03:59:44.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T03:59:44.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T03:59:44.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T03:59:44.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T03:59:44.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T03:59:44.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T03:59:44.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T03:59:44.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T03:59:44.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T03:59:44.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T03:59:44.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T03:59:44.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T03:59:44.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T03:59:44.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-10T03:59:44.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-10T03:59:44.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T03:59:44.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T03:59:44.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T03:59:44.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T03:59:44.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T03:59:44.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T03:59:44.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T03:59:44.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T03:59:44.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T03:59:44.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T03:59:44.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T03:59:44.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T03:59:44.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T03:59:44.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T03:59:44.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T03:59:44.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T03:59:44.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T03:59:44.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T03:59:44.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T03:59:44.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.bloom_locality: 0 2024-09-10T03:59:44.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T03:59:44.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T03:59:44.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T03:59:44.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-10T03:59:44.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T03:59:44.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.ttl: 2592000 2024-09-10T03:59:44.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T03:59:44.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-10T03:59:44.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-10T03:59:44.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.enable_blob_files: false 2024-09-10T03:59:44.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.min_blob_size: 0 2024-09-10T03:59:44.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-10T03:59:44.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T03:59:44.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T03:59:44.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T03:59:44.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-10T03:59:44.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-10T03:59:44.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-10T03:59:44.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.241+0000 7f3eb46f6c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-10T03:59:44.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.245+0000 7f3eb46f6c80 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-10T03:59:44.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.245+0000 7f3eb46f6c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-10T03:59:44.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.245+0000 7f3eb46f6c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9973b7c7-692b-42fe-88f9-aa8a37c2789d 2024-09-10T03:59:44.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.245+0000 7f3eb46f6c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725940784246136, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-10T03:59:44.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.245+0000 7f3eb46f6c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-10T03:59:44.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.245+0000 7f3eb46f6c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725940784247405, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85581, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83728, "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": 77868, "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": 1725940784, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9973b7c7-692b-42fe-88f9-aa8a37c2789d", "db_session_id": "1SYPO5BTPM5OTXSBR72E", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-10T03:59:44.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.245+0000 7f3eb46f6c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725940784247553, "job": 1, "event": "recovery_finished"} 2024-09-10T03:59:44.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.245+0000 7f3eb46f6c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-10T03:59:44.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.245+0000 7f3eb46f6c80 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-10T03:59:44.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.245+0000 7f3eb46f6c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c194dfee00 2024-09-10T03:59:44.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.245+0000 7f3eb46f6c80 4 rocksdb: DB pointer 0x55c194f02000 2024-09-10T03:59:44.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.245+0000 7f3eaa4be640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-10T03:59:44.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.245+0000 7f3eaa4be640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-10T03:59:44.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: ** DB Stats ** 2024-09-10T03:59:44.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T03:59:44.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: 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-10T03:59:44.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T03:59:44.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T03:59:44.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: 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-10T03:59:44.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T03:59:44.460 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T03:59:44.460 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: ** Compaction Stats [default] ** 2024-09-10T03:59:44.460 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: 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-10T03:59:44.460 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-10T03:59:44.460 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: L0 2/0 85.44 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T03:59:44.460 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: Sum 2/0 85.44 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T03:59:44.460 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T03:59:44.460 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: ** Compaction Stats [default] ** 2024-09-10T03:59:44.460 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: 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-10T03:59:44.460 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T03:59:44.460 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 97.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T03:59:44.460 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-10T03:59:44.460 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T03:59:44.460 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T03:59:44.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T03:59:44.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T03:59:44.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T03:59:44.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T03:59:44.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: Cumulative compaction: 0.00 GB write, 16.21 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T03:59:44.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: Interval compaction: 0.00 GB write, 16.21 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T03:59:44.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: 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-10T03:59:44.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: Block cache BinnedLRUCache@0x55c194dd1610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-10T03:59:44.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: 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-10T03:59:44.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T03:59:44.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.249+0000 7f3eb46f6c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] at bind addrs [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T03:59:44.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.249+0000 7f3eb46f6c80 1 mon.a@-1(???) e1 preinit fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T03:59:44.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.249+0000 7f3eb46f6c80 0 mon.a@-1(???).mds e1 new map 2024-09-10T03:59:44.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.249+0000 7f3eb46f6c80 0 mon.a@-1(???).mds e1 print_map 2024-09-10T03:59:44.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: e1 2024-09-10T03:59:44.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: btime 2024-09-10T03:59:37:105988+0000 2024-09-10T03:59:44.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T03:59:44.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: 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-10T03:59:44.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: legacy client fscid: -1 2024-09-10T03:59:44.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: 2024-09-10T03:59:44.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: No filesystems configured 2024-09-10T03:59:44.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.249+0000 7f3eb46f6c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T03:59:44.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.249+0000 7f3eb46f6c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T03:59:44.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.249+0000 7f3eb46f6c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T03:59:44.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.249+0000 7f3eb46f6c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T03:59:44.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: debug 2024-09-10T03:59:44.249+0000 7f3eb46f6c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-10T03:59:44.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274339+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T03:59:44.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274339+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T03:59:44.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274476+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-10T03:59:44.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274476+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-10T03:59:44.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274531+0000 mon.a (mon.0) 3 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T03:59:44.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274531+0000 mon.a (mon.0) 3 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T03:59:44.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274580+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-10T03:59:31.746521+0000 2024-09-10T03:59:44.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274580+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-10T03:59:31.746521+0000 2024-09-10T03:59:44.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274626+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T03:59:44.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274626+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T03:59:44.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274671+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T03:59:44.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274671+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T03:59:44.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274718+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-10T03:59:44.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274718+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-10T03:59:44.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274764+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T03:59:44.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.274764+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T03:59:44.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.275419+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-10T03:59:44.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.275419+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-10T03:59:44.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.275542+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T03:59:44.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.275542+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T03:59:44.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.276242+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T03:59:44.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:44 smithi111 bash[22787]: cluster 2024-09-10T03:59:44.276242+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T03:59:45.122 INFO:teuthology.orchestra.run.smithi111.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-10T03:59:45.149 INFO:teuthology.orchestra.run.smithi111.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-10T03:59:45.149 INFO:teuthology.orchestra.run.smithi111.stdout:Creating mgr... 2024-09-10T03:59:45.150 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-10T03:59:45.150 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-10T03:59:45.480 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mgr.a 2024-09-10T03:59:45.480 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mgr.a.service: Unit ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mgr.a.service not loaded. 2024-09-10T03:59:45.485 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:45 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T03:59:45.685 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-c7b262605968.target.wants/ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@.service. 2024-09-10T03:59:45.693 INFO:teuthology.orchestra.run.smithi111.stdout:firewalld does not appear to be present 2024-09-10T03:59:45.693 INFO:teuthology.orchestra.run.smithi111.stdout:Not possible to enable service . firewalld.service is not available 2024-09-10T03:59:45.693 INFO:teuthology.orchestra.run.smithi111.stdout:firewalld does not appear to be present 2024-09-10T03:59:45.693 INFO:teuthology.orchestra.run.smithi111.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-10T03:59:45.693 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for mgr to start... 2024-09-10T03:59:45.693 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for mgr... 2024-09-10T03:59:45.814 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 03:59:45 smithi111 systemd[1]: Started Ceph mgr.a for d8b841fe-6f28-11ef-bcea-c7b262605968. 2024-09-10T03:59:45.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:45 smithi111 bash[22787]: audit 2024-09-10T03:59:44.503706+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.111:0/2845036304' entity='client.admin' 2024-09-10T03:59:45.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:45 smithi111 bash[22787]: audit 2024-09-10T03:59:44.503706+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.111:0/2845036304' entity='client.admin' 2024-09-10T03:59:45.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:45 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T03:59:47.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:47 smithi111 bash[22787]: audit 2024-09-10T03:59:47.617140+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.111:0/172957006' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T03:59:47.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:47 smithi111 bash[22787]: audit 2024-09-10T03:59:47.617140+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.111:0/172957006' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T03:59:48.331 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2024-09-10T03:59:48.332 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout { 2024-09-10T03:59:48.332 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "fsid": "d8b841fe-6f28-11ef-bcea-c7b262605968", 2024-09-10T03:59:48.332 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "health": { 2024-09-10T03:59:48.332 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T03:59:48.332 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T03:59:48.332 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T03:59:48.332 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:48.332 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T03:59:48.332 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T03:59:48.332 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 0 2024-09-10T03:59:48.332 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2024-09-10T03:59:48.332 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T03:59:48.332 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "a" 2024-09-10T03:59:48.333 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2024-09-10T03:59:48.333 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-10T03:59:48.333 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-10T03:59:48.333 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T03:59:48.333 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-10T03:59:48.333 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T03:59:48.333 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:48.333 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T03:59:48.333 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T03:59:48.333 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T03:59:48.333 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T03:59:48.333 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T03:59:48.333 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T03:59:48.333 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T03:59:48.334 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T03:59:48.334 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:48.334 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T03:59:48.334 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T03:59:48.334 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T03:59:48.337 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T03:59:48.337 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T03:59:48.337 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T03:59:48.337 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T03:59:48.337 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T03:59:48.337 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T03:59:48.337 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:48.337 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T03:59:48.337 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T03:59:48.337 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "btime": "2024-09-10T03:59:37:105988+0000", 2024-09-10T03:59:48.337 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T03:59:48.337 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T03:59:48.338 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:48.338 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T03:59:48.338 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-10T03:59:48.338 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T03:59:48.338 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-10T03:59:48.338 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-10T03:59:48.338 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-10T03:59:48.338 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "restful" 2024-09-10T03:59:48.338 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2024-09-10T03:59:48.338 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T03:59:48.338 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:48.338 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T03:59:48.338 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T03:59:48.338 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "modified": "2024-09-10T03:59:37.106706+0000", 2024-09-10T03:59:48.339 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T03:59:48.339 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:48.339 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T03:59:48.339 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout } 2024-09-10T03:59:48.339 INFO:teuthology.orchestra.run.smithi111.stdout:mgr not available, waiting (1/15)... 2024-09-10T03:59:51.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:51 smithi111 bash[22787]: audit 2024-09-10T03:59:51.584965+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.111:0/4104727793' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T03:59:51.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:51 smithi111 bash[22787]: audit 2024-09-10T03:59:51.584965+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.111:0/4104727793' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T03:59:52.148 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2024-09-10T03:59:52.148 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout { 2024-09-10T03:59:52.148 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "fsid": "d8b841fe-6f28-11ef-bcea-c7b262605968", 2024-09-10T03:59:52.148 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "health": { 2024-09-10T03:59:52.148 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T03:59:52.148 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T03:59:52.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T03:59:52.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:52.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T03:59:52.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T03:59:52.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 0 2024-09-10T03:59:52.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2024-09-10T03:59:52.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T03:59:52.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "a" 2024-09-10T03:59:52.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2024-09-10T03:59:52.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-09-10T03:59:52.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-10T03:59:52.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T03:59:52.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-10T03:59:52.149 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T03:59:52.150 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:52.150 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T03:59:52.150 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T03:59:52.150 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T03:59:52.150 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T03:59:52.150 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T03:59:52.150 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T03:59:52.150 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T03:59:52.150 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T03:59:52.153 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:52.154 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T03:59:52.154 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T03:59:52.154 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T03:59:52.154 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T03:59:52.154 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T03:59:52.154 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T03:59:52.154 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T03:59:52.154 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T03:59:52.154 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T03:59:52.154 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:52.154 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T03:59:52.154 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T03:59:52.154 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "btime": "2024-09-10T03:59:37:105988+0000", 2024-09-10T03:59:52.154 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T03:59:52.155 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T03:59:52.155 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:52.155 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T03:59:52.155 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-10T03:59:52.155 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T03:59:52.155 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-10T03:59:52.155 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-10T03:59:52.155 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-10T03:59:52.155 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "restful" 2024-09-10T03:59:52.155 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2024-09-10T03:59:52.155 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T03:59:52.155 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:52.155 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T03:59:52.155 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T03:59:52.155 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "modified": "2024-09-10T03:59:37.106706+0000", 2024-09-10T03:59:52.156 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T03:59:52.156 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:52.156 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T03:59:52.156 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout } 2024-09-10T03:59:52.156 INFO:teuthology.orchestra.run.smithi111.stdout:mgr not available, waiting (2/15)... 2024-09-10T03:59:53.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: cluster 2024-09-10T03:59:53.436818+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-10T03:59:53.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: cluster 2024-09-10T03:59:53.436818+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-10T03:59:53.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: cluster 2024-09-10T03:59:53.440310+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00403353s) 2024-09-10T03:59:53.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: cluster 2024-09-10T03:59:53.440310+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00403353s) 2024-09-10T03:59:53.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.444008+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T03:59:53.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.444008+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T03:59:53.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.444177+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T03:59:53.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.444177+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T03:59:53.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.444343+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T03:59:53.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.444343+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T03:59:53.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.444575+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T03:59:53.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.444575+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T03:59:53.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.444981+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T03:59:53.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.444981+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T03:59:53.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: cluster 2024-09-10T03:59:53.468651+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-10T03:59:53.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: cluster 2024-09-10T03:59:53.468651+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-10T03:59:53.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.478779+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T03:59:53.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.478779+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T03:59:53.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.480693+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T03:59:53.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.480693+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T03:59:53.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.484741+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' 2024-09-10T03:59:53.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.484741+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' 2024-09-10T03:59:53.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.487363+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' 2024-09-10T03:59:53.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:53 smithi111 bash[22787]: audit 2024-09-10T03:59:53.487363+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' 2024-09-10T03:59:54.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:54 smithi111 bash[22787]: audit 2024-09-10T03:59:53.492556+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' 2024-09-10T03:59:54.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:54 smithi111 bash[22787]: audit 2024-09-10T03:59:53.492556+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14102 172.21.15.111:0/118851236' entity='mgr.a' 2024-09-10T03:59:54.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:54 smithi111 bash[22787]: cluster 2024-09-10T03:59:54.451649+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01535s) 2024-09-10T03:59:54.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:54 smithi111 bash[22787]: cluster 2024-09-10T03:59:54.451649+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01535s) 2024-09-10T03:59:56.552 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2024-09-10T03:59:56.552 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout { 2024-09-10T03:59:56.552 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "fsid": "d8b841fe-6f28-11ef-bcea-c7b262605968", 2024-09-10T03:59:56.552 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "health": { 2024-09-10T03:59:56.552 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T03:59:56.553 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T03:59:56.553 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T03:59:56.553 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:56.553 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T03:59:56.553 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T03:59:56.553 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 0 2024-09-10T03:59:56.553 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2024-09-10T03:59:56.553 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T03:59:56.553 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "a" 2024-09-10T03:59:56.553 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2024-09-10T03:59:56.554 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-10T03:59:56.554 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-10T03:59:56.554 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T03:59:56.554 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-10T03:59:56.554 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T03:59:56.554 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:56.554 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T03:59:56.554 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T03:59:56.554 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T03:59:56.554 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T03:59:56.554 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T03:59:56.554 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T03:59:56.554 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T03:59:56.554 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T03:59:56.555 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:56.555 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T03:59:56.555 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T03:59:56.555 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T03:59:56.555 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T03:59:56.555 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T03:59:56.555 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T03:59:56.555 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T03:59:56.555 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T03:59:56.555 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T03:59:56.555 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:56.555 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T03:59:56.555 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T03:59:56.556 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "btime": "2024-09-10T03:59:37:105988+0000", 2024-09-10T03:59:56.556 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T03:59:56.556 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T03:59:56.556 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:56.556 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T03:59:56.556 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-10T03:59:56.556 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T03:59:56.556 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-10T03:59:56.556 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-10T03:59:56.556 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-10T03:59:56.556 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "restful" 2024-09-10T03:59:56.556 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2024-09-10T03:59:56.556 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T03:59:56.556 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:56.557 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T03:59:56.557 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T03:59:56.557 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "modified": "2024-09-10T03:59:37.106706+0000", 2024-09-10T03:59:56.557 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T03:59:56.557 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2024-09-10T03:59:56.557 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T03:59:56.557 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout } 2024-09-10T03:59:56.557 INFO:teuthology.orchestra.run.smithi111.stdout:mgr is available 2024-09-10T03:59:56.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:56 smithi111 bash[22787]: cluster 2024-09-10T03:59:55.500938+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-10T03:59:56.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:56 smithi111 bash[22787]: cluster 2024-09-10T03:59:55.500938+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-10T03:59:56.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:56 smithi111 bash[22787]: audit 2024-09-10T03:59:55.993773+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.111:0/3490298549' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T03:59:56.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:56 smithi111 bash[22787]: audit 2024-09-10T03:59:55.993773+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.111:0/3490298549' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T03:59:58.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:58 smithi111 bash[22787]: audit 2024-09-10T03:59:58.020769+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.111:0/3952649219' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-10T03:59:58.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:58 smithi111 bash[22787]: audit 2024-09-10T03:59:58.020769+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.111:0/3952649219' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-10T03:59:58.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:58 smithi111 bash[22787]: audit 2024-09-10T03:59:58.024968+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.111:0/3952649219' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T03:59:58.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 03:59:58 smithi111 bash[22787]: audit 2024-09-10T03:59:58.024968+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.111:0/3952649219' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T03:59:58.672 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2024-09-10T03:59:58.672 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout [global] 2024-09-10T03:59:58.672 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout fsid = d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T03:59:58.672 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-10T03:59:58.672 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.111:3300,v1:172.21.15.111:6789] 2024-09-10T03:59:58.672 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-10T03:59:58.672 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-10T03:59:58.673 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-10T03:59:58.673 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-10T03:59:58.673 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2024-09-10T03:59:58.673 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-10T03:59:58.673 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-10T03:59:58.673 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2024-09-10T03:59:58.673 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout [osd] 2024-09-10T03:59:58.673 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-10T03:59:58.673 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-10T03:59:58.673 INFO:teuthology.orchestra.run.smithi111.stdout:Enabling cephadm module... 2024-09-10T04:00:00.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:00 smithi111 bash[22787]: audit 2024-09-10T04:00:00.255122+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.111:0/3936975643' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-10T04:00:00.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:00 smithi111 bash[22787]: audit 2024-09-10T04:00:00.255122+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.111:0/3936975643' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-10T04:00:00.689 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:00 smithi111 bash[23043]: ignoring --setuser ceph since I am not root 2024-09-10T04:00:00.689 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:00 smithi111 bash[23043]: ignoring --setgroup ceph since I am not root 2024-09-10T04:00:01.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:01 smithi111 bash[22787]: audit 2024-09-10T04:00:00.307098+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.111:0/3936975643' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-10T04:00:01.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:01 smithi111 bash[22787]: audit 2024-09-10T04:00:00.307098+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.111:0/3936975643' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-10T04:00:01.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:01 smithi111 bash[22787]: cluster 2024-09-10T04:00:00.312497+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-09-10T04:00:01.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:01 smithi111 bash[22787]: cluster 2024-09-10T04:00:00.312497+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-09-10T04:00:02.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:02 smithi111 bash[22787]: audit 2024-09-10T04:00:02.403997+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.111:0/514135458' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-10T04:00:02.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:02 smithi111 bash[22787]: audit 2024-09-10T04:00:02.403997+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.111:0/514135458' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-10T04:00:02.942 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout { 2024-09-10T04:00:02.942 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-10T04:00:02.942 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-10T04:00:02.942 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-10T04:00:02.942 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-10T04:00:02.942 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout } 2024-09-10T04:00:02.942 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for the mgr to restart... 2024-09-10T04:00:02.942 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for mgr epoch 5... 2024-09-10T04:00:06.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: cluster 2024-09-10T04:00:06.312007+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-10T04:00:06.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: cluster 2024-09-10T04:00:06.312007+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-10T04:00:06.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: cluster 2024-09-10T04:00:06.312440+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-10T04:00:06.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: cluster 2024-09-10T04:00:06.312440+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-10T04:00:06.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: cluster 2024-09-10T04:00:06.319851+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-10T04:00:06.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: cluster 2024-09-10T04:00:06.319851+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-10T04:00:06.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: cluster 2024-09-10T04:00:06.320083+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00782928s) 2024-09-10T04:00:06.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: cluster 2024-09-10T04:00:06.320083+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00782928s) 2024-09-10T04:00:06.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: audit 2024-09-10T04:00:06.321396+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:00:06.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: audit 2024-09-10T04:00:06.321396+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:00:06.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: audit 2024-09-10T04:00:06.323093+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T04:00:06.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: audit 2024-09-10T04:00:06.323093+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T04:00:06.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: audit 2024-09-10T04:00:06.324349+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:00:06.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: audit 2024-09-10T04:00:06.324349+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:00:06.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: audit 2024-09-10T04:00:06.324644+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:00:06.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: audit 2024-09-10T04:00:06.324644+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:00:06.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: audit 2024-09-10T04:00:06.324776+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:00:06.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: audit 2024-09-10T04:00:06.324776+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:00:06.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: cluster 2024-09-10T04:00:06.348139+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-10T04:00:06.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:06 smithi111 bash[22787]: cluster 2024-09-10T04:00:06.348139+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-10T04:00:07.958 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout { 2024-09-10T04:00:07.958 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-10T04:00:07.958 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-10T04:00:07.958 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout } 2024-09-10T04:00:07.958 INFO:teuthology.orchestra.run.smithi111.stdout:mgr epoch 5 is available 2024-09-10T04:00:07.958 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying orchestrator module is enabled... 2024-09-10T04:00:08.190 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: debug 2024-09-10T04:00:07.845+0000 7f7b333ce640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:04:00:07] ENGINE Error in HTTPServer.serve 2024-09-10T04:00:08.190 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: Traceback (most recent call last): 2024-09-10T04:00:08.190 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:00:08.190 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: self._connections.run(self.expiration_interval) 2024-09-10T04:00:08.190 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:00:08.190 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: self._run(expiration_interval) 2024-09-10T04:00:08.190 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:00:08.190 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:00:08.190 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:00:08.190 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:00:08.190 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:00:08.191 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: s = self.context.wrap_socket( 2024-09-10T04:00:08.191 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:00:08.191 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: return self.sslsocket_class._create( 2024-09-10T04:00:08.191 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:00:08.191 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: self.do_handshake() 2024-09-10T04:00:08.191 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:00:08.191 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: self._sslobj.do_handshake() 2024-09-10T04:00:08.191 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[23043]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:00:08.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.891841+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:08.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.891841+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:08.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.896552+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:08.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.896552+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:08.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: cephadm 2024-09-10T04:00:06.897364+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-10T04:00:08.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: cephadm 2024-09-10T04:00:06.897364+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-10T04:00:08.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.901182+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:08.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.901182+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:08.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.906956+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:08.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.906956+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:08.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.912647+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:08.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.912647+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:08.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.915376+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:00:08.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.915376+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:00:08.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.919943+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:00:08.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.919943+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:00:08.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.930125+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:00:08.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.930125+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:00:08.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.932342+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T04:00:08.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:06.932342+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T04:00:08.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:07.323938+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-10T04:00:08.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:07.323938+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-10T04:00:08.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: cluster 2024-09-10T04:00:07.324695+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.01243s) 2024-09-10T04:00:08.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: cluster 2024-09-10T04:00:07.324695+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.01243s) 2024-09-10T04:00:08.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:07.338366+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T04:00:08.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:07.338366+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T04:00:08.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:07.845924+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:00:08.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:07 smithi111 bash[22787]: audit 2024-09-10T04:00:07.845924+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:00:09.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: cephadm 2024-09-10T04:00:07.622691+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [10/Sep/2024:04:00:07] ENGINE Bus STARTING 2024-09-10T04:00:09.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: cephadm 2024-09-10T04:00:07.622691+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [10/Sep/2024:04:00:07] ENGINE Bus STARTING 2024-09-10T04:00:09.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: cephadm 2024-09-10T04:00:07.724800+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [10/Sep/2024:04:00:07] ENGINE Serving on http://172.21.15.111:8765 2024-09-10T04:00:09.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: cephadm 2024-09-10T04:00:07.724800+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [10/Sep/2024:04:00:07] ENGINE Serving on http://172.21.15.111:8765 2024-09-10T04:00:09.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: cephadm 2024-09-10T04:00:07.844733+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [10/Sep/2024:04:00:07] ENGINE Serving on https://172.21.15.111:7150 2024-09-10T04:00:09.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: cephadm 2024-09-10T04:00:07.844733+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [10/Sep/2024:04:00:07] ENGINE Serving on https://172.21.15.111:7150 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: cephadm 2024-09-10T04:00:07.844895+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [10/Sep/2024:04:00:07] ENGINE Bus STARTED 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: cephadm 2024-09-10T04:00:07.844895+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [10/Sep/2024:04:00:07] ENGINE Bus STARTED 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: cephadm 2024-09-10T04:00:07.846984+0000 mgr.a (mgr.14118) 8 : cephadm [ERR] [10/Sep/2024:04:00:07] ENGINE Error in HTTPServer.serve 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: Traceback (most recent call last): 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: self._connections.run(self.expiration_interval) 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: self._run(expiration_interval) 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: s = self.context.wrap_socket( 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:00:09.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: return self.sslsocket_class._create( 2024-09-10T04:00:09.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:00:09.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: self.do_handshake() 2024-09-10T04:00:09.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:00:09.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: self._sslobj.do_handshake() 2024-09-10T04:00:09.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:00:09.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: cephadm 2024-09-10T04:00:07.846984+0000 mgr.a (mgr.14118) 8 : cephadm [ERR] [10/Sep/2024:04:00:07] ENGINE Error in HTTPServer.serve 2024-09-10T04:00:09.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: Traceback (most recent call last): 2024-09-10T04:00:09.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:00:09.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: self._connections.run(self.expiration_interval) 2024-09-10T04:00:09.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:00:09.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: self._run(expiration_interval) 2024-09-10T04:00:09.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:00:09.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:00:09.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:00:09.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:00:09.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:00:09.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: s = self.context.wrap_socket( 2024-09-10T04:00:09.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:00:09.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: return self.sslsocket_class._create( 2024-09-10T04:00:09.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:00:09.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: self.do_handshake() 2024-09-10T04:00:09.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:00:09.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: self._sslobj.do_handshake() 2024-09-10T04:00:09.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:08 smithi111 bash[22787]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:00:10.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:09 smithi111 bash[22787]: cluster 2024-09-10T04:00:08.905635+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-09-10T04:00:10.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:09 smithi111 bash[22787]: cluster 2024-09-10T04:00:08.905635+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-09-10T04:00:10.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:09 smithi111 bash[22787]: audit 2024-09-10T04:00:09.607679+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.111:0/2504496272' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-10T04:00:10.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:09 smithi111 bash[22787]: audit 2024-09-10T04:00:09.607679+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.111:0/2504496272' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-10T04:00:10.432 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-10T04:00:10.432 INFO:teuthology.orchestra.run.smithi111.stdout:Setting orchestrator backend to cephadm... 2024-09-10T04:00:11.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:10 smithi111 bash[22787]: audit 2024-09-10T04:00:09.902072+0000 mon.a (mon.0) 60 : audit [INF] from='client.? 172.21.15.111:0/2504496272' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-10T04:00:11.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:10 smithi111 bash[22787]: audit 2024-09-10T04:00:09.902072+0000 mon.a (mon.0) 60 : audit [INF] from='client.? 172.21.15.111:0/2504496272' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-10T04:00:11.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:10 smithi111 bash[22787]: cluster 2024-09-10T04:00:09.908036+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e9: a(active, since 3s) 2024-09-10T04:00:11.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:10 smithi111 bash[22787]: cluster 2024-09-10T04:00:09.908036+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e9: a(active, since 3s) 2024-09-10T04:00:13.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:12 smithi111 bash[22787]: audit 2024-09-10T04:00:11.984254+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-10T04:00:13.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:12 smithi111 bash[22787]: audit 2024-09-10T04:00:11.984254+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-10T04:00:13.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:12 smithi111 bash[22787]: audit 2024-09-10T04:00:11.991186+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:13.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:12 smithi111 bash[22787]: audit 2024-09-10T04:00:11.991186+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:13.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:12 smithi111 bash[22787]: audit 2024-09-10T04:00:12.010503+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:00:13.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:12 smithi111 bash[22787]: audit 2024-09-10T04:00:12.010503+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:00:14.647 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-10T04:00:14.647 INFO:teuthology.orchestra.run.smithi111.stdout:Generating ssh key... 2024-09-10T04:00:14.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:14 smithi111 bash[22787]: audit 2024-09-10T04:00:14.039386+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-10T04:00:14.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:14 smithi111 bash[22787]: audit 2024-09-10T04:00:14.039386+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-10T04:00:16.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[22787]: audit 2024-09-10T04:00:16.237306+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-10T04:00:16.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[22787]: audit 2024-09-10T04:00:16.237306+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-10T04:00:16.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[22787]: cephadm 2024-09-10T04:00:16.237710+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-10T04:00:16.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[22787]: cephadm 2024-09-10T04:00:16.237710+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-10T04:00:16.690 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: Generating public/private rsa key pair. 2024-09-10T04:00:16.690 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: Your identification has been saved in /tmp/tmptb9vri0g/key 2024-09-10T04:00:16.690 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: Your public key has been saved in /tmp/tmptb9vri0g/key.pub 2024-09-10T04:00:16.690 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: The key fingerprint is: 2024-09-10T04:00:16.690 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: SHA256:7mVHjgvh7Dq96KRgcC83q9nHcNdKnRxjQ3SIDX511xo ceph-d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:00:16.690 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: The key's randomart image is: 2024-09-10T04:00:16.690 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: +---[RSA 3072]----+ 2024-09-10T04:00:16.690 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: | .=..o . o| 2024-09-10T04:00:16.690 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: | .. +o .E..| 2024-09-10T04:00:16.690 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: | ... o | 2024-09-10T04:00:16.690 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: | .= . | 2024-09-10T04:00:16.690 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: |. . S= =. | 2024-09-10T04:00:16.690 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: | o .. .+o.=+ | 2024-09-10T04:00:16.691 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: | + ++.+=.+ o | 2024-09-10T04:00:16.691 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: | . * =++o+ o | 2024-09-10T04:00:16.691 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: | o.+o+o+.. | 2024-09-10T04:00:16.691 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:16 smithi111 bash[23043]: +----[SHA256]-----+ 2024-09-10T04:00:17.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:17 smithi111 bash[22787]: audit 2024-09-10T04:00:16.504533+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:17.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:17 smithi111 bash[22787]: audit 2024-09-10T04:00:16.504533+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:17.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:17 smithi111 bash[22787]: audit 2024-09-10T04:00:16.510677+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:17.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:17 smithi111 bash[22787]: audit 2024-09-10T04:00:16.510677+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:19.203 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCta0UGoE9HdadrZmJMWdjEnIKYkUn1i5Cvg2GAFgquNH+uwxczGqDDL09MgNEInsKnuqU++Fn7nW5xO6XEPhKOPDVbrDCn1G699H5Wsu4kHPx2EPKzl1WLoMRSf/8wbbP0tTM62d+mS+dQ2Njt6cY5UwkHmBwFpZH7HRjv7UL0fFD3hSga0WB88V6tQo4xLQxx8hQDD8MfgSI+iJymdZhEilMZtOc74WM27wlii2Bjx5WPSDl+AZ0iagSLFKewZpB+raZEMR1wX8zLZrccctvUFBJR8dN9mj5D8xiu5w697k74A61UraANMOQKZRmQN1nSy4UuGy8u5CHQzqPlyEvDCIE6IBSId+YyYXjW/HTxKBMFkVbmYDwk0ETI/uRZvluzKBv/yuQ9AZ56AmjNZVTSsMY/US3SlwFR8CDYP9zRCabTkJqSdk6/I8PID/giU9Wbum91lgwEaWS2HzXNp8l+pBPLKzfDcO9v1kkAZGPySc5mmnMNl4WZ9GKt5EMK7zs= ceph-d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:00:19.204 INFO:teuthology.orchestra.run.smithi111.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-10T04:00:19.204 INFO:teuthology.orchestra.run.smithi111.stdout:Adding key to root@localhost authorized_keys... 2024-09-10T04:00:19.204 INFO:teuthology.orchestra.run.smithi111.stdout:Adding host smithi111... 2024-09-10T04:00:19.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:19 smithi111 bash[22787]: audit 2024-09-10T04:00:18.615427+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-10T04:00:19.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:19 smithi111 bash[22787]: audit 2024-09-10T04:00:18.615427+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-10T04:00:21.590 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:21 smithi111 bash[22787]: audit 2024-09-10T04:00:20.764956+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi111", "addr": "172.21.15.111", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:00:21.590 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:21 smithi111 bash[22787]: audit 2024-09-10T04:00:20.764956+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi111", "addr": "172.21.15.111", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:00:22.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:22 smithi111 bash[22787]: cephadm 2024-09-10T04:00:21.727073+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi111 2024-09-10T04:00:22.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:22 smithi111 bash[22787]: cephadm 2024-09-10T04:00:21.727073+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi111 2024-09-10T04:00:25.652 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout Added host 'smithi111' with addr '172.21.15.111' 2024-09-10T04:00:25.652 INFO:teuthology.orchestra.run.smithi111.stdout:Deploying unmanaged mon service... 2024-09-10T04:00:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:25 smithi111 bash[22787]: audit 2024-09-10T04:00:24.795792+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:25 smithi111 bash[22787]: audit 2024-09-10T04:00:24.795792+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:25 smithi111 bash[22787]: cephadm 2024-09-10T04:00:24.796187+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi111 2024-09-10T04:00:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:25 smithi111 bash[22787]: cephadm 2024-09-10T04:00:24.796187+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi111 2024-09-10T04:00:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:25 smithi111 bash[22787]: audit 2024-09-10T04:00:24.796732+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:00:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:25 smithi111 bash[22787]: audit 2024-09-10T04:00:24.796732+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:00:27.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:27 smithi111 bash[22787]: cluster 2024-09-10T04:00:26.325950+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-10T04:00:27.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:27 smithi111 bash[22787]: cluster 2024-09-10T04:00:26.325950+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-10T04:00:28.658 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-10T04:00:28.658 INFO:teuthology.orchestra.run.smithi111.stdout:Deploying unmanaged mgr service... 2024-09-10T04:00:29.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:28 smithi111 bash[22787]: audit 2024-09-10T04:00:27.826638+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-10T04:00:29.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:28 smithi111 bash[22787]: audit 2024-09-10T04:00:27.826638+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-10T04:00:29.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:28 smithi111 bash[22787]: cephadm 2024-09-10T04:00:27.829575+0000 mgr.a (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-10T04:00:29.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:28 smithi111 bash[22787]: cephadm 2024-09-10T04:00:27.829575+0000 mgr.a (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-10T04:00:29.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:28 smithi111 bash[22787]: audit 2024-09-10T04:00:27.834232+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:29.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:28 smithi111 bash[22787]: audit 2024-09-10T04:00:27.834232+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:29.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:28 smithi111 bash[22787]: cluster 2024-09-10T04:00:28.326241+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-10T04:00:29.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:28 smithi111 bash[22787]: cluster 2024-09-10T04:00:28.326241+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-10T04:00:29.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:28 smithi111 bash[22787]: audit 2024-09-10T04:00:28.336405+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:29.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:28 smithi111 bash[22787]: audit 2024-09-10T04:00:28.336405+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:30.183 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:29 smithi111 bash[22787]: audit 2024-09-10T04:00:28.895051+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:30.184 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:29 smithi111 bash[22787]: audit 2024-09-10T04:00:28.895051+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:30.833 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-10T04:00:31.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:31 smithi111 bash[22787]: audit 2024-09-10T04:00:30.163371+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-10T04:00:31.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:31 smithi111 bash[22787]: audit 2024-09-10T04:00:30.163371+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-10T04:00:31.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:31 smithi111 bash[22787]: cephadm 2024-09-10T04:00:30.165737+0000 mgr.a (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-10T04:00:31.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:31 smithi111 bash[22787]: cephadm 2024-09-10T04:00:30.165737+0000 mgr.a (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-10T04:00:31.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:31 smithi111 bash[22787]: audit 2024-09-10T04:00:30.170239+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:31.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:31 smithi111 bash[22787]: audit 2024-09-10T04:00:30.170239+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:31.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:31 smithi111 bash[22787]: cluster 2024-09-10T04:00:30.326611+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-10T04:00:31.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:31 smithi111 bash[22787]: cluster 2024-09-10T04:00:30.326611+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-10T04:00:32.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:32 smithi111 bash[22787]: cluster 2024-09-10T04:00:32.327116+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-10T04:00:32.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:32 smithi111 bash[22787]: cluster 2024-09-10T04:00:32.327116+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-10T04:00:33.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:33 smithi111 bash[22787]: audit 2024-09-10T04:00:32.501027+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.111:0/4187526527' entity='client.admin' 2024-09-10T04:00:33.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:33 smithi111 bash[22787]: audit 2024-09-10T04:00:32.501027+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.111:0/4187526527' entity='client.admin' 2024-09-10T04:00:34.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:34 smithi111 bash[22787]: cluster 2024-09-10T04:00:34.327470+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-10T04:00:34.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:34 smithi111 bash[22787]: cluster 2024-09-10T04:00:34.327470+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-10T04:00:35.088 INFO:teuthology.orchestra.run.smithi111.stdout:Enabling the dashboard module... 2024-09-10T04:00:35.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:35 smithi111 bash[22787]: audit 2024-09-10T04:00:34.519977+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.111:0/1173734506' entity='client.admin' 2024-09-10T04:00:35.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:35 smithi111 bash[22787]: audit 2024-09-10T04:00:34.519977+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.111:0/1173734506' entity='client.admin' 2024-09-10T04:00:35.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:35 smithi111 bash[22787]: audit 2024-09-10T04:00:34.783148+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:35.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:35 smithi111 bash[22787]: audit 2024-09-10T04:00:34.783148+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:35.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:35 smithi111 bash[22787]: audit 2024-09-10T04:00:34.788981+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:35.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:35 smithi111 bash[22787]: audit 2024-09-10T04:00:34.788981+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:35.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:35 smithi111 bash[22787]: audit 2024-09-10T04:00:34.789677+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:00:35.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:35 smithi111 bash[22787]: audit 2024-09-10T04:00:34.789677+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:00:35.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:35 smithi111 bash[22787]: audit 2024-09-10T04:00:34.795461+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:35.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:35 smithi111 bash[22787]: audit 2024-09-10T04:00:34.795461+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' 2024-09-10T04:00:35.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:35 smithi111 bash[22787]: audit 2024-09-10T04:00:34.796935+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []} : dispatch 2024-09-10T04:00:35.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:35 smithi111 bash[22787]: audit 2024-09-10T04:00:34.796935+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []} : dispatch 2024-09-10T04:00:35.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:35 smithi111 bash[22787]: audit 2024-09-10T04:00:34.800195+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]': finished 2024-09-10T04:00:35.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:35 smithi111 bash[22787]: audit 2024-09-10T04:00:34.800195+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.14118 172.21.15.111:0/1998255948' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]': finished 2024-09-10T04:00:36.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:36 smithi111 bash[22787]: cephadm 2024-09-10T04:00:35.516612+0000 mgr.a (mgr.14118) 26 : cephadm [INF] Deploying daemon agent.smithi111 on smithi111 2024-09-10T04:00:36.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:36 smithi111 bash[22787]: cephadm 2024-09-10T04:00:35.516612+0000 mgr.a (mgr.14118) 26 : cephadm [INF] Deploying daemon agent.smithi111 on smithi111 2024-09-10T04:00:36.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:36 smithi111 bash[22787]: cluster 2024-09-10T04:00:36.327845+0000 mgr.a (mgr.14118) 27 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:00:36.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:36 smithi111 bash[22787]: cluster 2024-09-10T04:00:36.327845+0000 mgr.a (mgr.14118) 27 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:00:37.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:37 smithi111 bash[22787]: audit 2024-09-10T04:00:36.674904+0000 mon.a (mon.0) 80 : audit [INF] from='client.? 172.21.15.111:0/2603672983' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-10T04:00:37.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:37 smithi111 bash[22787]: audit 2024-09-10T04:00:36.674904+0000 mon.a (mon.0) 80 : audit [INF] from='client.? 172.21.15.111:0/2603672983' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-10T04:00:37.940 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:37 smithi111 bash[23043]: ignoring --setuser ceph since I am not root 2024-09-10T04:00:37.940 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:37 smithi111 bash[23043]: ignoring --setgroup ceph since I am not root 2024-09-10T04:00:38.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:38 smithi111 bash[22787]: audit 2024-09-10T04:00:37.535518+0000 mon.a (mon.0) 81 : audit [INF] from='client.? 172.21.15.111:0/2603672983' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-10T04:00:38.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:38 smithi111 bash[22787]: audit 2024-09-10T04:00:37.535518+0000 mon.a (mon.0) 81 : audit [INF] from='client.? 172.21.15.111:0/2603672983' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-10T04:00:38.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:38 smithi111 bash[22787]: cluster 2024-09-10T04:00:37.541351+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: a(active, since 31s) 2024-09-10T04:00:38.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:38 smithi111 bash[22787]: cluster 2024-09-10T04:00:37.541351+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: a(active, since 31s) 2024-09-10T04:00:40.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:39 smithi111 bash[22787]: audit 2024-09-10T04:00:39.859016+0000 mon.a (mon.0) 83 : audit [DBG] from='client.? 172.21.15.111:0/4177464191' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-10T04:00:40.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:39 smithi111 bash[22787]: audit 2024-09-10T04:00:39.859016+0000 mon.a (mon.0) 83 : audit [DBG] from='client.? 172.21.15.111:0/4177464191' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-10T04:00:40.470 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout { 2024-09-10T04:00:40.471 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-10T04:00:40.471 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-10T04:00:40.471 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-10T04:00:40.471 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-10T04:00:40.471 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout } 2024-09-10T04:00:40.471 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for the mgr to restart... 2024-09-10T04:00:40.471 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for mgr epoch 10... 2024-09-10T04:00:43.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: cluster 2024-09-10T04:00:43.580111+0000 mon.a (mon.0) 84 : cluster [INF] Active manager daemon a restarted 2024-09-10T04:00:43.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: cluster 2024-09-10T04:00:43.580111+0000 mon.a (mon.0) 84 : cluster [INF] Active manager daemon a restarted 2024-09-10T04:00:43.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: cluster 2024-09-10T04:00:43.580664+0000 mon.a (mon.0) 85 : cluster [INF] Activating manager daemon a 2024-09-10T04:00:43.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: cluster 2024-09-10T04:00:43.580664+0000 mon.a (mon.0) 85 : cluster [INF] Activating manager daemon a 2024-09-10T04:00:43.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: cluster 2024-09-10T04:00:43.587623+0000 mon.a (mon.0) 86 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-10T04:00:43.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: cluster 2024-09-10T04:00:43.587623+0000 mon.a (mon.0) 86 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-10T04:00:43.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: cluster 2024-09-10T04:00:43.587869+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e11: a(active, starting, since 0.00746981s) 2024-09-10T04:00:43.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: cluster 2024-09-10T04:00:43.587869+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e11: a(active, starting, since 0.00746981s) 2024-09-10T04:00:43.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: audit 2024-09-10T04:00:43.590003+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:00:43.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: audit 2024-09-10T04:00:43.590003+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:00:43.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: audit 2024-09-10T04:00:43.591079+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T04:00:43.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: audit 2024-09-10T04:00:43.591079+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T04:00:43.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: audit 2024-09-10T04:00:43.591951+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:00:43.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: audit 2024-09-10T04:00:43.591951+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:00:43.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: audit 2024-09-10T04:00:43.592227+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:00:43.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: audit 2024-09-10T04:00:43.592227+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:00:43.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: audit 2024-09-10T04:00:43.592334+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:00:43.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: audit 2024-09-10T04:00:43.592334+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:00:43.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: cluster 2024-09-10T04:00:43.616170+0000 mon.a (mon.0) 93 : cluster [INF] Manager daemon a is now available 2024-09-10T04:00:43.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:43 smithi111 bash[22787]: cluster 2024-09-10T04:00:43.616170+0000 mon.a (mon.0) 93 : cluster [INF] Manager daemon a is now available 2024-09-10T04:00:45.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[22787]: audit 2024-09-10T04:00:43.874997+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:00:45.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[22787]: audit 2024-09-10T04:00:43.874997+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:00:45.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[22787]: audit 2024-09-10T04:00:43.877407+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:00:45.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[22787]: audit 2024-09-10T04:00:43.877407+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:00:45.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[22787]: audit 2024-09-10T04:00:43.895241+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:00:45.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[22787]: audit 2024-09-10T04:00:43.895241+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:00:45.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[22787]: audit 2024-09-10T04:00:43.897737+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T04:00:45.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[22787]: audit 2024-09-10T04:00:43.897737+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T04:00:45.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[22787]: audit 2024-09-10T04:00:44.586959+0000 mgr.a (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-10T04:00:45.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[22787]: audit 2024-09-10T04:00:44.586959+0000 mgr.a (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-10T04:00:45.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[22787]: cluster 2024-09-10T04:00:44.587702+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e12: a(active, since 1.00731s) 2024-09-10T04:00:45.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[22787]: cluster 2024-09-10T04:00:44.587702+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e12: a(active, since 1.00731s) 2024-09-10T04:00:45.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[22787]: audit 2024-09-10T04:00:44.600551+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T04:00:45.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[22787]: audit 2024-09-10T04:00:44.600551+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T04:00:45.191 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: debug 2024-09-10T04:00:44.904+0000 7fb3bd4fa640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:04:00:44] ENGINE Error in HTTPServer.serve 2024-09-10T04:00:45.191 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: Traceback (most recent call last): 2024-09-10T04:00:45.191 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:00:45.191 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: self._connections.run(self.expiration_interval) 2024-09-10T04:00:45.191 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:00:45.191 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: self._run(expiration_interval) 2024-09-10T04:00:45.192 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:00:45.192 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:00:45.192 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:00:45.192 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:00:45.192 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:00:45.192 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: s = self.context.wrap_socket( 2024-09-10T04:00:45.192 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:00:45.192 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: return self.sslsocket_class._create( 2024-09-10T04:00:45.192 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:00:45.192 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: self.do_handshake() 2024-09-10T04:00:45.192 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:00:45.192 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: self._sslobj.do_handshake() 2024-09-10T04:00:45.192 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:00:44 smithi111 bash[23043]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:00:45.295 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout { 2024-09-10T04:00:45.295 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-10T04:00:45.295 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-10T04:00:45.295 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout } 2024-09-10T04:00:45.295 INFO:teuthology.orchestra.run.smithi111.stdout:mgr epoch 10 is available 2024-09-10T04:00:45.296 INFO:teuthology.orchestra.run.smithi111.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-10T04:00:46.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: cephadm 2024-09-10T04:00:44.685296+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [10/Sep/2024:04:00:44] ENGINE Bus STARTING 2024-09-10T04:00:46.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: cephadm 2024-09-10T04:00:44.685296+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [10/Sep/2024:04:00:44] ENGINE Bus STARTING 2024-09-10T04:00:46.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: cephadm 2024-09-10T04:00:44.787102+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [10/Sep/2024:04:00:44] ENGINE Serving on http://172.21.15.111:8765 2024-09-10T04:00:46.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: cephadm 2024-09-10T04:00:44.787102+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [10/Sep/2024:04:00:44] ENGINE Serving on http://172.21.15.111:8765 2024-09-10T04:00:46.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: cephadm 2024-09-10T04:00:44.907444+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [10/Sep/2024:04:00:44] ENGINE Serving on https://172.21.15.111:7150 2024-09-10T04:00:46.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: cephadm 2024-09-10T04:00:44.907444+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [10/Sep/2024:04:00:44] ENGINE Serving on https://172.21.15.111:7150 2024-09-10T04:00:46.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: cephadm 2024-09-10T04:00:44.907596+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [10/Sep/2024:04:00:44] ENGINE Bus STARTED 2024-09-10T04:00:46.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: cephadm 2024-09-10T04:00:44.907596+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [10/Sep/2024:04:00:44] ENGINE Bus STARTED 2024-09-10T04:00:46.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: cephadm 2024-09-10T04:00:44.909727+0000 mgr.a (mgr.14152) 7 : cephadm [ERR] [10/Sep/2024:04:00:44] ENGINE Error in HTTPServer.serve 2024-09-10T04:00:46.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: Traceback (most recent call last): 2024-09-10T04:00:46.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:00:46.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: self._connections.run(self.expiration_interval) 2024-09-10T04:00:46.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:00:46.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: self._run(expiration_interval) 2024-09-10T04:00:46.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:00:46.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:00:46.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:00:46.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:00:46.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:00:46.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: s = self.context.wrap_socket( 2024-09-10T04:00:46.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:00:46.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: return self.sslsocket_class._create( 2024-09-10T04:00:46.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:00:46.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: self.do_handshake() 2024-09-10T04:00:46.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:00:46.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: self._sslobj.do_handshake() 2024-09-10T04:00:46.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:00:46.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: cephadm 2024-09-10T04:00:44.909727+0000 mgr.a (mgr.14152) 7 : cephadm [ERR] [10/Sep/2024:04:00:44] ENGINE Error in HTTPServer.serve 2024-09-10T04:00:46.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: Traceback (most recent call last): 2024-09-10T04:00:46.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:00:46.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: self._connections.run(self.expiration_interval) 2024-09-10T04:00:46.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:00:46.195 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: self._run(expiration_interval) 2024-09-10T04:00:46.195 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:00:46.195 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:00:46.195 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:00:46.195 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:00:46.195 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:00:46.195 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: s = self.context.wrap_socket( 2024-09-10T04:00:46.195 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:00:46.195 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: return self.sslsocket_class._create( 2024-09-10T04:00:46.196 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:00:46.196 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: self.do_handshake() 2024-09-10T04:00:46.196 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:00:46.196 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: self._sslobj.do_handshake() 2024-09-10T04:00:46.196 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:45 smithi111 bash[22787]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:00:47.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:46 smithi111 bash[22787]: cluster 2024-09-10T04:00:45.887823+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e13: a(active, since 2s) 2024-09-10T04:00:47.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:46 smithi111 bash[22787]: cluster 2024-09-10T04:00:45.887823+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e13: a(active, since 2s) 2024-09-10T04:00:48.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:47 smithi111 bash[22787]: audit 2024-09-10T04:00:46.945286+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-10T04:00:48.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:47 smithi111 bash[22787]: audit 2024-09-10T04:00:46.945286+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-10T04:00:48.836 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE/DCCAuSgAwIBAgIUXEqP6ztM1QOdL6gzoIc5pyc+nHYwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDA0MDA0OFoXDTM0\nMDkxMTA0MDA0OFowGDEWMBQGA1UEAwwNMTcyLjIxLjE1LjExMTCCAiIwDQYJKoZI\nhvcNAQEBBQADggIPADCCAgoCggIBAMaTbC4ze72HlaANs9pBYwOafpAcTmGrVolW\nRoO6WXz9Bj8xS/RGFRCQTkFE4t+8vbS3S/Ary7S9cEwP7zrxOxJx7OeJ4HXNILmP\nqh/3utCYJkqkj0Y0XI4KcV81+u4vsnIGnliB7+/7zLWhmdphozQZ3ofy6sgAg5so\nBsNEpXSNc3aRnp7V7Ctl2NcfK+eySYaWroLzoBM+bfUZ6upPZGKYZj/vhZPkUJgk\nGtz18nwWIXtPbloKV/nSDS1NyIg/8ZmW6YxcmI87sQPjkPxbLg7yqCkv4uaxiE2l\n8QznkOSmaQYwpapHkyzfOylkMy/e9dET3/BwJ1WpyTEu58KyuU/TR+WfUSMqo5rE\n8c43IolJ5cuPpfcGO/KhW6wMqcVIuOuotdwDm8x51LhQstnazc56Q+vvqbSIrkXr\nztJNYWaIk9jJ5gKd2h1BoCrOf8Swt+lT9ofIqA+tQdBjoVAyqk3DGwySorOyxyMx\n/efqhzfYoqA0VwicCH5hvXR0wB843MfOE24RM+ZPPdySO8gu3cD2awSm0AzAmMYU\nXLCVtVezYVhp4Wi88eHkg2Y8Aerya3Jj2xq7ilaC0FOvkTAc6peDYlwESmuEX2vz\npSxS0HHtoJwAXraQrL1k8Z9CQXmvp/Y3gxXudDFshXuSBEsEJhYfPBlbQ6FS5zp2\nYjlGN1adAgMBAAGjPzA9MC0GA1UdEQQmMCSCCXNtaXRoaTExMYIRZGFzaGJvYXJk\nX3NlcnZlcnOHBKwVD28wDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQsFAAOCAgEA\nXmcYZVyzWrmX0nAqQVNHB0dKxwEZVasjg7rxpTuFH2h4GFSN4wyBdnXMUf71NP1g\nNAuev1oERhS2Bjesa90Hzg23pJFTL5YnOGjqVZCDuuidOhainIoCVkbGMuR/VRgz\nFOaYg5wSekCNrLJY7sGuGECZ1Js+hUfmz6O4abITf04xYl0CdebwqGPX3mYzVAWU\nsDsN4gPJBeWb8lj+kUI91QDnukP+TqHMrdNRBZDJNMN2wheDAnkxd0yvNph7di4n\n9wx+D6GzrLKPPul9LZDIJGy8hgC1z08sgu6LYRvd8YpJofILdriekj+MUvIefMq+\n885fkL+ThRbCsSrfk0pi9ByUf7tdwDnu2flKMz9FHNAsBNAbLphp7ws9P8WfsWZU\nSIP4blcvmo3SsnOSTbJ5hg/McVId2L0FOrJcWXKdfeR4/miacBJn6MzG6y1NO8+4\nqzvGwsoLKSQzSzY9ARrmrXe5uNCi9xFH3kJcBRAJCwlC5G40tIIR7p+OmPXTIl/S\nIFRWSTrZssH/HDiXp0h5pvOC6zGTaFVkvAtX+9quNHU4aQ5GZFudeceAWHvP6cAU\nxVc4rzOYT23niYsORgYSDIasYMzZLmm9yErJJ6b9243Dyqxq0UP6caEB0hEjHf90\n608dWo54hpteXveFSiRuVo+tUl5qIGg7HHhHdRyM5wM=\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAxpNsLjN7vYeVoA2z2kFjA5p+kBxOYatWiVZGg7pZfP0GPzFL\n9EYVEJBOQUTi37y9tLdL8CvLtL1wTA/vOvE7EnHs54ngdc0guY+qH/e60JgmSqSP\nRjRcjgpxXzX67i+ycgaeWIHv7/vMtaGZ2mGjNBneh/LqyACDmygGw0SldI1zdpGe\nntXsK2XY1x8r57JJhpaugvOgEz5t9Rnq6k9kYphmP++Fk+RQmCQa3PXyfBYhe09u\nWgpX+dINLU3IiD/xmZbpjFyYjzuxA+OQ/FsuDvKoKS/i5rGITaXxDOeQ5KZpBjCl\nqkeTLN87KWQzL9710RPf8HAnVanJMS7nwrK5T9NH5Z9RIyqjmsTxzjciiUnly4+l\n9wY78qFbrAypxUi466i13AObzHnUuFCy2drNznpD6++ptIiuRevO0k1hZoiT2Mnm\nAp3aHUGgKs5/xLC36VP2h8ioD61B0GOhUDKqTcMbDJKis7LHIzH95+qHN9iioDRX\nCJwIfmG9dHTAHzjcx84TbhEz5k893JI7yC7dwPZrBKbQDMCYxhRcsJW1V7NhWGnh\naLzx4eSDZjwB6vJrcmPbGruKVoLQU6+RMBzql4NiXARKa4Rfa/OlLFLQce2gnABe\ntpCsvWTxn0JBea+n9jeDFe50MWyFe5IESwQmFh88GVtDoVLnOnZiOUY3Vp0CAwEA\nAQKCAgAvlQI6VOBM8zjtc/MZdIsNAT9b+Uhn22Y+POPjKytHyZpuWHnmg8eG40k5\nFxBVA9UiQTyrRVdHzQ/kTfopUcXxnsZhWdak65zwkeX2SIZldtvQDXv+WswlxgdS\nBO2GlvvHmmHle+c6RkgQarNi0nwInz1FLrZG6+adLltmfWO3GLDm47BSR5jSclJi\nA8hhucUoAKG647VC/zXaYhY6BIGdpX50yghkPnR4bEhak32B8cyej1M2NJ3NkSFS\nrn2Ddm0GPFTkqwhsY+V/9M7YRWH1N3yHd//C/x3V21I2ISPFQkHOt6futD1mJmx2\n99lTGnYlHgHOS5WFT4yT4jUrIGfKNi0N2ZswqWhospGK2u9lMzc/x3+NgVgUnc10\n6Q+jOAOSkWwJ3IpPZqByIgvopquIQ8cU7EFepTtZSwdKyyxcq9CKcVUdeiN+TzB9\ne3FSIPD3sZOyIpYV2MLIVLS84NRzvnPPgalZJxLPcKKdUDgWfOJAD4OOSZHMPjJs\noWo+GH0rqRKEB5AtD43q6FJ2FfMwibJ3ck+syFWh31Vxl8p8nWTmq2K8PxVFO+JS\npVY2JqQflP19PAA4zm6J/B3bgVp84tkG9QX/OdPjTn/mCRSs+kscWPhfsOxr3BBM\nN/MIR7eFeTF73iLyqnWWkiU2z4+sfU8WxXSFhDI6Y4oiGYPX6QKCAQEA9rAgpn0G\nlaeZMjuZAaZTe+NRqxe8/c/CVrEk9Y0MaiJF5PsX7uXN+pMwjIXdIKF08O3qhnrH\nDYwsz48YbaXdanWm+DdWkH9i921LOQ/aLwfoOQR7LemzgTNtfKlSVg+ioDiE6LSn\nUijoI/pkgF+/fCSwhdpHKqaew34CJvi1rzrQ0369NKx3QdvG7apTj7ONX95jqHug\nqnU4f51hm+N7KusOZaDezqH99h79a0g7fq0QqP2VHC8m3UOTt7/XPc4XdvHLAFG4\n5Pf0RKyH+k9f3/HyqZkylvY/Uv6lAfBCV0+Lm6OAG24XH9ZksqXhKNJYNJkO9lbU\npCJDgH0VQinnZQKCAQEAzhJc5wrn6cgFncbbetqEp6gGhUlKTLvr7HTkJBE6lsIA\nPFyGQ1brLzygnVDHXKR8uiJJ6nwXB1VLKb7Wpr4syxsEADDFoj5gJVXbv/Sgzke3\nFgYuwJGDyLPZN5JxKd2Mtuq6/ZbWJ5pe+gsHgdFiiq/98P823wPOisS7r2JbY0+U\nu1ns1rS34Y1LDlUj55XZ1P5S3ttqjMTMn/hUVuPGTrRTIgAcnR3NRvzbCBSfDQFI\n8foChOlHuNRJq9RNz7XU1UNzQn94GQz7YkBfokEb+1VGtRpEIvy+pFZKua4ra5ng\noGoE/A3zgsX8Gu1P4zN++bXyApI8MimMurPnHSNK2QKCAQAFRgScqoWOg3Ox8DY4\nI88bEeP4DVzb7CoSYl0Q5sACMNNfrsJ3N/BsT+M0zdPJU8pFMEDYOR2yO3HlygBS\nr74I/ZThL4WpNx/tfCekg6M9aCTduyvK8nkE5Q2NIa2B63mlhS/KLbp59ifoRP0L\nBYD5bWtcoSruTXuNYE85eA2iPlaifs4apykxfjpFcGOy6bq29vEYc/QeUL0xdTLV\n+0nxw+6d24+HyUy9izINrhCfh6GYizs5zAQ/rKcmwXIffx1fTJHzYsvaETbmlO2f\nOz0oc2qll4HOWltGMe1jGjjA1xF79UXS0EqsQpAKhaNHlR+PmEoKmBaZn6XjxEjF\nDlJFAoIBACSNm08cXyDX6y8efAYhxtAafPWdl4FfAC1UWrePGs5tIS+T1fkR7OvX\nHEJrdsGXJ8y4klX2pvsVBR0ljdvL9hQc+auy+wuZduKIhU9abD/K9s4AUMC1zyOF\ny20RG+OqOfCkWIDtBZXGyzwdQrqjUpB5QVlDXA9ZFIUG+qfUkZNfJWnKPLmlGsz2\njC7BqXnF2frvFfIUB6Vqr0Vc/lDfXGjPkcOBM5InHCeQaKXZSpE6/h52E4ZR/vfp\nKBxDr329qkAeE87i34HKDLlT4+LbG8SMTtuHCjkOjh6GdADVxTvz8qVhyPqQ2vYC\neoKoP7h0hPx0arZMDEN1nVHs4X0IqpkCggEBAOhFj68tGf+EWSehbf2mBrLiDC9+\ntSIrHhQIrh4LVQBM1BoduseiIi0VvAmC5ZhF9hMSGdXlvZXRrSKIei38ctTWE9dl\nZJ++JZjnVbJYdKNeipvLq7uj4AEZcBvPS7gbDhLHksFtBlUEA28euhqFd3rNQfAG\nbBbpW+fdo3Nd6u8RkWXugo0DMaTEa4we5CNc4AKy5s0i76ZESw4Hd/z991Gi+dAy\nXkowUMfr8WsqPc1s2vtfz7PmGZn3UAkC7cUhVnxyzjHGBgZY070G61P2JHui6ik3\nGEUYXGWjXQzgHVou2W1JRVho9CCONljFBYUKG/wazlnMyS9taGW93IoI1+w=\n-----END RSA PRIVATE KEY-----\n"} 2024-09-10T04:00:50.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:50 smithi111 bash[22787]: audit 2024-09-10T04:00:49.496440+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:00:50.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:50 smithi111 bash[22787]: audit 2024-09-10T04:00:49.496440+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:00:50.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:50 smithi111 bash[22787]: audit 2024-09-10T04:00:49.497072+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:00:50.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:50 smithi111 bash[22787]: audit 2024-09-10T04:00:49.497072+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:00:50.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:50 smithi111 bash[22787]: audit 2024-09-10T04:00:49.502897+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:00:50.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:50 smithi111 bash[22787]: audit 2024-09-10T04:00:49.502897+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:00:50.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:50 smithi111 bash[22787]: audit 2024-09-10T04:00:49.504143+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []} : dispatch 2024-09-10T04:00:50.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:50 smithi111 bash[22787]: audit 2024-09-10T04:00:49.504143+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []} : dispatch 2024-09-10T04:00:50.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:50 smithi111 bash[22787]: audit 2024-09-10T04:00:50.358622+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:00:50.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:50 smithi111 bash[22787]: audit 2024-09-10T04:00:50.358622+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:00:50.952 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-10T04:00:51.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:51 smithi111 bash[22787]: audit 2024-09-10T04:00:50.353658+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-10T04:00:51.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:51 smithi111 bash[22787]: audit 2024-09-10T04:00:50.353658+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-10T04:00:51.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:51 smithi111 bash[22787]: cephadm 2024-09-10T04:00:50.597116+0000 mgr.a (mgr.14152) 10 : cephadm [INF] Deploying daemon agent.smithi111 on smithi111 2024-09-10T04:00:51.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:51 smithi111 bash[22787]: cephadm 2024-09-10T04:00:50.597116+0000 mgr.a (mgr.14152) 10 : cephadm [INF] Deploying daemon agent.smithi111 on smithi111 2024-09-10T04:00:53.127 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-10T04:00:53.127 INFO:teuthology.orchestra.run.smithi111.stdout:Creating initial admin user... 2024-09-10T04:00:53.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:53 smithi111 bash[22787]: audit 2024-09-10T04:00:52.472511+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-10T04:00:53.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:53 smithi111 bash[22787]: audit 2024-09-10T04:00:52.472511+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-10T04:00:53.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:53 smithi111 bash[22787]: audit 2024-09-10T04:00:52.477738+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:00:53.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:53 smithi111 bash[22787]: audit 2024-09-10T04:00:52.477738+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:00:55.677 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$JV1Mg8yQ4ReguSYWAgHc3e0nMusw83GRGhaaST4BfwFpVjijhquJq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1725940855, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-10T04:00:55.677 INFO:teuthology.orchestra.run.smithi111.stdout:Fetching dashboard port number... 2024-09-10T04:00:56.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:56 smithi111 bash[22787]: audit 2024-09-10T04:00:54.846983+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-10T04:00:56.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:56 smithi111 bash[22787]: audit 2024-09-10T04:00:54.846983+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-10T04:00:56.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:56 smithi111 bash[22787]: audit 2024-09-10T04:00:55.105394+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:00:56.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:56 smithi111 bash[22787]: audit 2024-09-10T04:00:55.105394+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:00:57.413 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:57 smithi111 bash[22787]: cluster 2024-09-10T04:00:56.110538+0000 mon.a (mon.0) 107 : cluster [DBG] mgrmap e14: a(active, since 12s) 2024-09-10T04:00:57.413 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:57 smithi111 bash[22787]: cluster 2024-09-10T04:00:56.110538+0000 mon.a (mon.0) 107 : cluster [DBG] mgrmap e14: a(active, since 12s) 2024-09-10T04:00:57.784 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 8443 2024-09-10T04:00:57.784 INFO:teuthology.orchestra.run.smithi111.stdout:firewalld does not appear to be present 2024-09-10T04:00:57.784 INFO:teuthology.orchestra.run.smithi111.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-10T04:00:57.787 INFO:teuthology.orchestra.run.smithi111.stdout:Ceph Dashboard is now available at: 2024-09-10T04:00:57.787 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:00:57.787 INFO:teuthology.orchestra.run.smithi111.stdout: URL: https://smithi111.front.sepia.ceph.com:8443/ 2024-09-10T04:00:57.787 INFO:teuthology.orchestra.run.smithi111.stdout: User: admin 2024-09-10T04:00:57.787 INFO:teuthology.orchestra.run.smithi111.stdout: Password: 80zlw1f4u1 2024-09-10T04:00:57.787 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:00:57.788 INFO:teuthology.orchestra.run.smithi111.stdout:Saving cluster configuration to /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config directory 2024-09-10T04:00:58.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:58 smithi111 bash[22787]: audit 2024-09-10T04:00:57.162350+0000 mon.a (mon.0) 108 : audit [DBG] from='client.? 172.21.15.111:0/3619017850' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-10T04:00:58.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:00:58 smithi111 bash[22787]: audit 2024-09-10T04:00:57.162350+0000 mon.a (mon.0) 108 : audit [DBG] from='client.? 172.21.15.111:0/3619017850' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-10T04:01:00.067 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-10T04:01:00.067 INFO:teuthology.orchestra.run.smithi111.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-10T04:01:00.067 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:01:00.067 INFO:teuthology.orchestra.run.smithi111.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-10T04:01:00.067 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:01:00.067 INFO:teuthology.orchestra.run.smithi111.stdout:Or, if you are only running a single cluster on this host: 2024-09-10T04:01:00.067 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:01:00.068 INFO:teuthology.orchestra.run.smithi111.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-10T04:01:00.068 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:01:00.068 INFO:teuthology.orchestra.run.smithi111.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-10T04:01:00.068 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:01:00.068 INFO:teuthology.orchestra.run.smithi111.stdout: ceph telemetry on 2024-09-10T04:01:00.068 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:01:00.068 INFO:teuthology.orchestra.run.smithi111.stdout:For more information see: 2024-09-10T04:01:00.068 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:01:00.068 INFO:teuthology.orchestra.run.smithi111.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-10T04:01:00.068 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:01:00.068 INFO:teuthology.orchestra.run.smithi111.stdout:Bootstrap complete. 2024-09-10T04:01:00.122 INFO:tasks.cephadm:Fetching config... 2024-09-10T04:01:00.122 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-09-10T04:01:00.123 DEBUG:teuthology.orchestra.run.smithi111:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-10T04:01:00.127 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-10T04:01:00.128 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-09-10T04:01:00.128 DEBUG:teuthology.orchestra.run.smithi111:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-10T04:01:00.178 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-10T04:01:00.178 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-09-10T04:01:00.178 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-10T04:01:00.230 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-10T04:01:00.230 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-09-10T04:01:00.230 DEBUG:teuthology.orchestra.run.smithi111:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-10T04:01:00.278 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-10T04:01:00.278 DEBUG:teuthology.orchestra.run.smithi111:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCta0UGoE9HdadrZmJMWdjEnIKYkUn1i5Cvg2GAFgquNH+uwxczGqDDL09MgNEInsKnuqU++Fn7nW5xO6XEPhKOPDVbrDCn1G699H5Wsu4kHPx2EPKzl1WLoMRSf/8wbbP0tTM62d+mS+dQ2Njt6cY5UwkHmBwFpZH7HRjv7UL0fFD3hSga0WB88V6tQo4xLQxx8hQDD8MfgSI+iJymdZhEilMZtOc74WM27wlii2Bjx5WPSDl+AZ0iagSLFKewZpB+raZEMR1wX8zLZrccctvUFBJR8dN9mj5D8xiu5w697k74A61UraANMOQKZRmQN1nSy4UuGy8u5CHQzqPlyEvDCIE6IBSId+YyYXjW/HTxKBMFkVbmYDwk0ETI/uRZvluzKBv/yuQ9AZ56AmjNZVTSsMY/US3SlwFR8CDYP9zRCabTkJqSdk6/I8PID/giU9Wbum91lgwEaWS2HzXNp8l+pBPLKzfDcO9v1kkAZGPySc5mmnMNl4WZ9GKt5EMK7zs= ceph-d8b841fe-6f28-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T04:01:00.345 INFO:teuthology.orchestra.run.smithi111.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCta0UGoE9HdadrZmJMWdjEnIKYkUn1i5Cvg2GAFgquNH+uwxczGqDDL09MgNEInsKnuqU++Fn7nW5xO6XEPhKOPDVbrDCn1G699H5Wsu4kHPx2EPKzl1WLoMRSf/8wbbP0tTM62d+mS+dQ2Njt6cY5UwkHmBwFpZH7HRjv7UL0fFD3hSga0WB88V6tQo4xLQxx8hQDD8MfgSI+iJymdZhEilMZtOc74WM27wlii2Bjx5WPSDl+AZ0iagSLFKewZpB+raZEMR1wX8zLZrccctvUFBJR8dN9mj5D8xiu5w697k74A61UraANMOQKZRmQN1nSy4UuGy8u5CHQzqPlyEvDCIE6IBSId+YyYXjW/HTxKBMFkVbmYDwk0ETI/uRZvluzKBv/yuQ9AZ56AmjNZVTSsMY/US3SlwFR8CDYP9zRCabTkJqSdk6/I8PID/giU9Wbum91lgwEaWS2HzXNp8l+pBPLKzfDcO9v1kkAZGPySc5mmnMNl4WZ9GKt5EMK7zs= ceph-d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:01:00.352 DEBUG:teuthology.orchestra.run.smithi121:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCta0UGoE9HdadrZmJMWdjEnIKYkUn1i5Cvg2GAFgquNH+uwxczGqDDL09MgNEInsKnuqU++Fn7nW5xO6XEPhKOPDVbrDCn1G699H5Wsu4kHPx2EPKzl1WLoMRSf/8wbbP0tTM62d+mS+dQ2Njt6cY5UwkHmBwFpZH7HRjv7UL0fFD3hSga0WB88V6tQo4xLQxx8hQDD8MfgSI+iJymdZhEilMZtOc74WM27wlii2Bjx5WPSDl+AZ0iagSLFKewZpB+raZEMR1wX8zLZrccctvUFBJR8dN9mj5D8xiu5w697k74A61UraANMOQKZRmQN1nSy4UuGy8u5CHQzqPlyEvDCIE6IBSId+YyYXjW/HTxKBMFkVbmYDwk0ETI/uRZvluzKBv/yuQ9AZ56AmjNZVTSsMY/US3SlwFR8CDYP9zRCabTkJqSdk6/I8PID/giU9Wbum91lgwEaWS2HzXNp8l+pBPLKzfDcO9v1kkAZGPySc5mmnMNl4WZ9GKt5EMK7zs= ceph-d8b841fe-6f28-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T04:01:00.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:00 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:01:00.363 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:01:00 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:01:00.374 INFO:teuthology.orchestra.run.smithi121.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCta0UGoE9HdadrZmJMWdjEnIKYkUn1i5Cvg2GAFgquNH+uwxczGqDDL09MgNEInsKnuqU++Fn7nW5xO6XEPhKOPDVbrDCn1G699H5Wsu4kHPx2EPKzl1WLoMRSf/8wbbP0tTM62d+mS+dQ2Njt6cY5UwkHmBwFpZH7HRjv7UL0fFD3hSga0WB88V6tQo4xLQxx8hQDD8MfgSI+iJymdZhEilMZtOc74WM27wlii2Bjx5WPSDl+AZ0iagSLFKewZpB+raZEMR1wX8zLZrccctvUFBJR8dN9mj5D8xiu5w697k74A61UraANMOQKZRmQN1nSy4UuGy8u5CHQzqPlyEvDCIE6IBSId+YyYXjW/HTxKBMFkVbmYDwk0ETI/uRZvluzKBv/yuQ9AZ56AmjNZVTSsMY/US3SlwFR8CDYP9zRCabTkJqSdk6/I8PID/giU9Wbum91lgwEaWS2HzXNp8l+pBPLKzfDcO9v1kkAZGPySc5mmnMNl4WZ9GKt5EMK7zs= ceph-d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:01:00.384 DEBUG:teuthology.orchestra.run.smithi174:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCta0UGoE9HdadrZmJMWdjEnIKYkUn1i5Cvg2GAFgquNH+uwxczGqDDL09MgNEInsKnuqU++Fn7nW5xO6XEPhKOPDVbrDCn1G699H5Wsu4kHPx2EPKzl1WLoMRSf/8wbbP0tTM62d+mS+dQ2Njt6cY5UwkHmBwFpZH7HRjv7UL0fFD3hSga0WB88V6tQo4xLQxx8hQDD8MfgSI+iJymdZhEilMZtOc74WM27wlii2Bjx5WPSDl+AZ0iagSLFKewZpB+raZEMR1wX8zLZrccctvUFBJR8dN9mj5D8xiu5w697k74A61UraANMOQKZRmQN1nSy4UuGy8u5CHQzqPlyEvDCIE6IBSId+YyYXjW/HTxKBMFkVbmYDwk0ETI/uRZvluzKBv/yuQ9AZ56AmjNZVTSsMY/US3SlwFR8CDYP9zRCabTkJqSdk6/I8PID/giU9Wbum91lgwEaWS2HzXNp8l+pBPLKzfDcO9v1kkAZGPySc5mmnMNl4WZ9GKt5EMK7zs= ceph-d8b841fe-6f28-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T04:01:00.409 INFO:teuthology.orchestra.run.smithi174.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCta0UGoE9HdadrZmJMWdjEnIKYkUn1i5Cvg2GAFgquNH+uwxczGqDDL09MgNEInsKnuqU++Fn7nW5xO6XEPhKOPDVbrDCn1G699H5Wsu4kHPx2EPKzl1WLoMRSf/8wbbP0tTM62d+mS+dQ2Njt6cY5UwkHmBwFpZH7HRjv7UL0fFD3hSga0WB88V6tQo4xLQxx8hQDD8MfgSI+iJymdZhEilMZtOc74WM27wlii2Bjx5WPSDl+AZ0iagSLFKewZpB+raZEMR1wX8zLZrccctvUFBJR8dN9mj5D8xiu5w697k74A61UraANMOQKZRmQN1nSy4UuGy8u5CHQzqPlyEvDCIE6IBSId+YyYXjW/HTxKBMFkVbmYDwk0ETI/uRZvluzKBv/yuQ9AZ56AmjNZVTSsMY/US3SlwFR8CDYP9zRCabTkJqSdk6/I8PID/giU9Wbum91lgwEaWS2HzXNp8l+pBPLKzfDcO9v1kkAZGPySc5mmnMNl4WZ9GKt5EMK7zs= ceph-d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:01:00.419 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-10T04:01:00.664 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:01:00 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:01:00.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:00 smithi111 bash[22787]: audit 2024-09-10T04:00:59.486936+0000 mon.a (mon.0) 109 : audit [INF] from='client.? 172.21.15.111:0/684200421' entity='client.admin' 2024-09-10T04:01:00.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:00 smithi111 bash[22787]: audit 2024-09-10T04:00:59.486936+0000 mon.a (mon.0) 109 : audit [INF] from='client.? 172.21.15.111:0/684200421' entity='client.admin' 2024-09-10T04:01:00.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:00 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:01:00.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:00 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:01:00.939 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:01:00 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:01:01.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:01:01.439 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:01:01 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:01:01.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.629401+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.629401+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.633028+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.633028+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.635210+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.635210+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.643511+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:01.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.643511+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:01.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.647357+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.647357+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.649999+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.649999+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.652523+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.652523+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.654924+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.654924+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.658628+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.658628+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.667468+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:01.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.667468+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:01.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.673920+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:01.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:01 smithi111 bash[22787]: audit 2024-09-10T04:01:00.673920+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:03.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:02 smithi111 bash[22787]: audit 2024-09-10T04:01:01.728824+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:03.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:02 smithi111 bash[22787]: audit 2024-09-10T04:01:01.728824+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:04.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:03 smithi111 bash[22787]: cluster 2024-09-10T04:01:03.593579+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-10T04:01:04.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:03 smithi111 bash[22787]: cluster 2024-09-10T04:01:03.593579+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-10T04:01:05.140 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:01:05.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:04 smithi111 bash[22787]: audit 2024-09-10T04:01:03.898814+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:05.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:04 smithi111 bash[22787]: audit 2024-09-10T04:01:03.898814+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:06.798 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:06 smithi111 bash[22787]: audit 2024-09-10T04:01:05.475258+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:06.798 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:06 smithi111 bash[22787]: audit 2024-09-10T04:01:05.475258+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:06.798 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:06 smithi111 bash[22787]: audit 2024-09-10T04:01:05.478833+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:06.798 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:06 smithi111 bash[22787]: audit 2024-09-10T04:01:05.478833+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:06.798 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:06 smithi111 bash[22787]: cluster 2024-09-10T04:01:05.593976+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-10T04:01:06.799 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:06 smithi111 bash[22787]: cluster 2024-09-10T04:01:05.593976+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-10T04:01:07.398 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-10T04:01:07.398 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-10T04:01:08.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:07 smithi111 bash[22787]: audit 2024-09-10T04:01:06.784729+0000 mon.a (mon.0) 125 : audit [INF] from='client.? 172.21.15.111:0/1453223679' entity='client.admin' 2024-09-10T04:01:08.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:07 smithi111 bash[22787]: audit 2024-09-10T04:01:06.784729+0000 mon.a (mon.0) 125 : audit [INF] from='client.? 172.21.15.111:0/1453223679' entity='client.admin' 2024-09-10T04:01:08.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:07 smithi111 bash[22787]: audit 2024-09-10T04:01:06.796737+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:08.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:07 smithi111 bash[22787]: audit 2024-09-10T04:01:06.796737+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:08.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:07 smithi111 bash[22787]: audit 2024-09-10T04:01:06.807165+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:08.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:07 smithi111 bash[22787]: audit 2024-09-10T04:01:06.807165+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:08.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:07 smithi111 bash[22787]: cluster 2024-09-10T04:01:07.594339+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-10T04:01:08.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:07 smithi111 bash[22787]: cluster 2024-09-10T04:01:07.594339+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-10T04:01:09.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:09 smithi111 bash[22787]: cluster 2024-09-10T04:01:09.594687+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-10T04:01:09.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:09 smithi111 bash[22787]: cluster 2024-09-10T04:01:09.594687+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-10T04:01:11.174 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:01:11.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:11 smithi111 bash[22787]: cluster 2024-09-10T04:01:11.595158+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-10T04:01:11.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:11 smithi111 bash[22787]: cluster 2024-09-10T04:01:11.595158+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-10T04:01:14.184 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi121 2024-09-10T04:01:14.184 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-09-10T04:01:14.184 DEBUG:teuthology.orchestra.run.smithi121:> dd of=/etc/ceph/ceph.conf 2024-09-10T04:01:14.191 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-09-10T04:01:14.191 DEBUG:teuthology.orchestra.run.smithi121:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:01:14.241 INFO:tasks.cephadm:Adding host smithi121 to orchestrator... 2024-09-10T04:01:14.241 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph orch host add smithi121 2024-09-10T04:01:14.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: audit 2024-09-10T04:01:13.120695+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-10T04:01:14.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: audit 2024-09-10T04:01:13.120695+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-10T04:01:14.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: audit 2024-09-10T04:01:13.123484+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:14.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: audit 2024-09-10T04:01:13.123484+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:14.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: audit 2024-09-10T04:01:13.124717+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:14.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: audit 2024-09-10T04:01:13.124717+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:14.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: audit 2024-09-10T04:01:13.127535+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:01:14.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: audit 2024-09-10T04:01:13.127535+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:01:14.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: audit 2024-09-10T04:01:13.128487+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:01:14.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: audit 2024-09-10T04:01:13.128487+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:01:14.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: cephadm 2024-09-10T04:01:13.129613+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:01:14.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: cephadm 2024-09-10T04:01:13.129613+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:01:14.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: cephadm 2024-09-10T04:01:13.189827+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:01:14.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: cephadm 2024-09-10T04:01:13.189827+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:01:14.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: cephadm 2024-09-10T04:01:13.281979+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:01:14.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: cephadm 2024-09-10T04:01:13.281979+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:01:14.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: cephadm 2024-09-10T04:01:13.343786+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:01:14.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: cephadm 2024-09-10T04:01:13.343786+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:01:14.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: audit 2024-09-10T04:01:13.419449+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:14.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: audit 2024-09-10T04:01:13.419449+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:14.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: audit 2024-09-10T04:01:13.425121+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:14.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: audit 2024-09-10T04:01:13.425121+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:14.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: cluster 2024-09-10T04:01:13.595542+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-10T04:01:14.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:14 smithi111 bash[22787]: cluster 2024-09-10T04:01:13.595542+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-10T04:01:15.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:15 smithi111 bash[22787]: cluster 2024-09-10T04:01:15.596057+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-10T04:01:15.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:15 smithi111 bash[22787]: cluster 2024-09-10T04:01:15.596057+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-10T04:01:17.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:16 smithi111 bash[22787]: audit 2024-09-10T04:01:15.820455+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:17.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:16 smithi111 bash[22787]: audit 2024-09-10T04:01:15.820455+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:17.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:16 smithi111 bash[22787]: audit 2024-09-10T04:01:15.826868+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:17.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:16 smithi111 bash[22787]: audit 2024-09-10T04:01:15.826868+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:18.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:17 smithi111 bash[22787]: cluster 2024-09-10T04:01:17.596649+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-10T04:01:18.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:17 smithi111 bash[22787]: cluster 2024-09-10T04:01:17.596649+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-10T04:01:19.202 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:01:19.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:19 smithi111 bash[22787]: cluster 2024-09-10T04:01:19.597161+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-10T04:01:19.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:19 smithi111 bash[22787]: cluster 2024-09-10T04:01:19.597161+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-10T04:01:21.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:21 smithi111 bash[22787]: audit 2024-09-10T04:01:20.724831+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi121", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:01:21.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:21 smithi111 bash[22787]: audit 2024-09-10T04:01:20.724831+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi121", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:01:21.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:21 smithi111 bash[22787]: cluster 2024-09-10T04:01:21.597644+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:01:21.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:21 smithi111 bash[22787]: cluster 2024-09-10T04:01:21.597644+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:01:22.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:22 smithi111 bash[22787]: cephadm 2024-09-10T04:01:21.719567+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Deploying cephadm binary to smithi121 2024-09-10T04:01:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:22 smithi111 bash[22787]: cephadm 2024-09-10T04:01:21.719567+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Deploying cephadm binary to smithi121 2024-09-10T04:01:23.952 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:23 smithi111 bash[22787]: cluster 2024-09-10T04:01:23.597963+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-10T04:01:23.953 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:23 smithi111 bash[22787]: cluster 2024-09-10T04:01:23.597963+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-10T04:01:24.939 INFO:teuthology.orchestra.run.smithi111.stdout:Added host 'smithi121' with addr '172.21.15.121' 2024-09-10T04:01:25.763 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-10T04:01:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: audit 2024-09-10T04:01:24.938057+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: audit 2024-09-10T04:01:24.938057+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: cephadm 2024-09-10T04:01:24.938651+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi121 2024-09-10T04:01:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: cephadm 2024-09-10T04:01:24.938651+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi121 2024-09-10T04:01:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: audit 2024-09-10T04:01:24.939035+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: audit 2024-09-10T04:01:24.939035+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: audit 2024-09-10T04:01:25.041227+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: audit 2024-09-10T04:01:25.041227+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: audit 2024-09-10T04:01:25.043726+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: audit 2024-09-10T04:01:25.043726+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: audit 2024-09-10T04:01:25.047613+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: audit 2024-09-10T04:01:25.047613+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: audit 2024-09-10T04:01:25.429606+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: audit 2024-09-10T04:01:25.429606+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: cluster 2024-09-10T04:01:25.598289+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-10T04:01:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:25 smithi111 bash[22787]: cluster 2024-09-10T04:01:25.598289+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-10T04:01:28.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:26.941256+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:28.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:26.941256+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:28.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:26.947523+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:28.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:26.947523+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:28.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:26.949025+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"} : dispatch 2024-09-10T04:01:28.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:26.949025+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"} : dispatch 2024-09-10T04:01:28.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:26.951208+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:01:28.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:26.951208+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:01:28.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:26.953058+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:01:28.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:26.953058+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:01:28.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: cephadm 2024-09-10T04:01:26.955536+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:01:28.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: cephadm 2024-09-10T04:01:26.955536+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:01:28.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: cephadm 2024-09-10T04:01:27.069293+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:01:28.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: cephadm 2024-09-10T04:01:27.069293+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:01:28.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: cephadm 2024-09-10T04:01:27.169335+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:01:28.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: cephadm 2024-09-10T04:01:27.169335+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:01:28.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: cephadm 2024-09-10T04:01:27.262267+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:01:28.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: cephadm 2024-09-10T04:01:27.262267+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:01:28.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:27.355849+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:28.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:27.355849+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:28.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:27.361555+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:28.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:27.361555+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:28.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:27.364740+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []} : dispatch 2024-09-10T04:01:28.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:27.364740+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []} : dispatch 2024-09-10T04:01:28.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:27.366819+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]': finished 2024-09-10T04:01:28.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: audit 2024-09-10T04:01:27.366819+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]': finished 2024-09-10T04:01:28.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: cluster 2024-09-10T04:01:27.598655+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:01:28.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:27 smithi111 bash[22787]: cluster 2024-09-10T04:01:27.598655+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:01:29.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: cephadm 2024-09-10T04:01:27.859710+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi121 on smithi121 2024-09-10T04:01:29.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: cephadm 2024-09-10T04:01:27.859710+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi121 on smithi121 2024-09-10T04:01:29.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.883174+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:29.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.883174+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:29.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.889276+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:29.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.889276+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:29.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.895171+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:29.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.895171+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:29.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.908663+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:29.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.908663+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:29.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.929572+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:29.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.929572+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:29.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.933986+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:01:29.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.933986+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:01:29.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.935698+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:01:29.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.935698+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:01:29.692 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.943868+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:29.692 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.943868+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:29.692 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.980825+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:29.692 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.980825+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:29.692 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.985424+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:01:29.692 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.985424+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:01:29.692 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.986976+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:01:29.692 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.986976+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:01:29.692 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.995742+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:29.692 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:29 smithi111 bash[22787]: audit 2024-09-10T04:01:28.995742+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:30.494 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:01:30.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:30 smithi111 bash[22787]: audit 2024-09-10T04:01:29.441535+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:30.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:30 smithi111 bash[22787]: audit 2024-09-10T04:01:29.441535+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:30.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:30 smithi111 bash[22787]: cluster 2024-09-10T04:01:29.598994+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-10T04:01:30.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:30 smithi111 bash[22787]: cluster 2024-09-10T04:01:29.598994+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-10T04:01:31.918 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:01:31.919 INFO:teuthology.orchestra.run.smithi111.stdout:[{"addr": "172.21.15.111", "hostname": "smithi111", "labels": [], "status": ""}, {"addr": "172.21.15.121", "hostname": "smithi121", "labels": [], "status": ""}] 2024-09-10T04:01:31.930 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:31 smithi111 bash[22787]: audit 2024-09-10T04:01:30.507107+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:31.930 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:31 smithi111 bash[22787]: audit 2024-09-10T04:01:30.507107+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:31.930 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:31 smithi111 bash[22787]: audit 2024-09-10T04:01:30.514389+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:31.930 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:31 smithi111 bash[22787]: audit 2024-09-10T04:01:30.514389+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:32.548 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi174 2024-09-10T04:01:32.548 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-09-10T04:01:32.549 DEBUG:teuthology.orchestra.run.smithi174:> dd of=/etc/ceph/ceph.conf 2024-09-10T04:01:32.555 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-09-10T04:01:32.555 DEBUG:teuthology.orchestra.run.smithi174:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:01:32.603 INFO:tasks.cephadm:Adding host smithi174 to orchestrator... 2024-09-10T04:01:32.604 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph orch host add smithi174 2024-09-10T04:01:32.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:32 smithi111 bash[22787]: cluster 2024-09-10T04:01:31.599326+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:01:32.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:32 smithi111 bash[22787]: cluster 2024-09-10T04:01:31.599326+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:01:33.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:33 smithi111 bash[22787]: audit 2024-09-10T04:01:31.918124+0000 mgr.a (mgr.14152) 41 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:01:33.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:33 smithi111 bash[22787]: audit 2024-09-10T04:01:31.918124+0000 mgr.a (mgr.14152) 41 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:01:34.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:34 smithi111 bash[22787]: cluster 2024-09-10T04:01:33.599719+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-10T04:01:34.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:34 smithi111 bash[22787]: cluster 2024-09-10T04:01:33.599719+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-10T04:01:35.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:35 smithi111 bash[22787]: cluster 2024-09-10T04:01:35.600146+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-10T04:01:35.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:35 smithi111 bash[22787]: cluster 2024-09-10T04:01:35.600146+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-10T04:01:37.337 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:01:37.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:37 smithi111 bash[22787]: cluster 2024-09-10T04:01:37.600600+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-10T04:01:37.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:37 smithi111 bash[22787]: cluster 2024-09-10T04:01:37.600600+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-10T04:01:39.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:39 smithi111 bash[22787]: audit 2024-09-10T04:01:39.375759+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi174", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:01:39.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:39 smithi111 bash[22787]: audit 2024-09-10T04:01:39.375759+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi174", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:01:39.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:39 smithi111 bash[22787]: cluster 2024-09-10T04:01:39.600971+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-10T04:01:39.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:39 smithi111 bash[22787]: cluster 2024-09-10T04:01:39.600971+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-10T04:01:40.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:40 smithi111 bash[22787]: cephadm 2024-09-10T04:01:40.367153+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi174 2024-09-10T04:01:40.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:40 smithi111 bash[22787]: cephadm 2024-09-10T04:01:40.367153+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi174 2024-09-10T04:01:41.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:41 smithi111 bash[22787]: cluster 2024-09-10T04:01:41.601258+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-10T04:01:41.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:41 smithi111 bash[22787]: cluster 2024-09-10T04:01:41.601258+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-10T04:01:43.502 INFO:teuthology.orchestra.run.smithi111.stdout:Added host 'smithi174' with addr '172.21.15.174' 2024-09-10T04:01:44.158 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-10T04:01:44.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:44 smithi111 bash[22787]: audit 2024-09-10T04:01:43.500320+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:44.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:44 smithi111 bash[22787]: audit 2024-09-10T04:01:43.500320+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:44.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:44 smithi111 bash[22787]: cephadm 2024-09-10T04:01:43.501157+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi174 2024-09-10T04:01:44.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:44 smithi111 bash[22787]: cephadm 2024-09-10T04:01:43.501157+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi174 2024-09-10T04:01:44.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:44 smithi111 bash[22787]: audit 2024-09-10T04:01:43.501964+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:44.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:44 smithi111 bash[22787]: audit 2024-09-10T04:01:43.501964+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:44.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:44 smithi111 bash[22787]: cluster 2024-09-10T04:01:43.601631+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-10T04:01:44.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:44 smithi111 bash[22787]: cluster 2024-09-10T04:01:43.601631+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-10T04:01:44.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:44 smithi111 bash[22787]: audit 2024-09-10T04:01:43.711378+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:44.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:44 smithi111 bash[22787]: audit 2024-09-10T04:01:43.711378+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:44.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:44 smithi111 bash[22787]: audit 2024-09-10T04:01:43.719030+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:44.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:44 smithi111 bash[22787]: audit 2024-09-10T04:01:43.719030+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:44.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:44 smithi111 bash[22787]: audit 2024-09-10T04:01:44.021653+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:44.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:44 smithi111 bash[22787]: audit 2024-09-10T04:01:44.021653+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:46.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.239369+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:46.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.239369+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:46.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.245749+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:46.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.245749+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:46.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.252717+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:46.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.252717+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:46.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.535273+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:46.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.535273+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:46.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.541421+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:46.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.541421+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:46.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.542945+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"} : dispatch 2024-09-10T04:01:46.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.542945+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"} : dispatch 2024-09-10T04:01:46.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.544966+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:01:46.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.544966+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:01:46.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.546609+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:01:46.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.546609+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:01:46.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: cephadm 2024-09-10T04:01:45.549018+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:01:46.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: cephadm 2024-09-10T04:01:45.549018+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:01:46.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: cluster 2024-09-10T04:01:45.602014+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:01:46.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: cluster 2024-09-10T04:01:45.602014+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:01:46.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.949064+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:46.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.949064+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:46.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.956169+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:46.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.956169+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:46.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.958598+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []} : dispatch 2024-09-10T04:01:46.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.958598+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []} : dispatch 2024-09-10T04:01:46.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.960507+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []}]': finished 2024-09-10T04:01:46.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:46 smithi111 bash[22787]: audit 2024-09-10T04:01:45.960507+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []}]': finished 2024-09-10T04:01:47.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:47 smithi111 bash[22787]: cephadm 2024-09-10T04:01:45.664441+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:01:47.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:47 smithi111 bash[22787]: cephadm 2024-09-10T04:01:45.664441+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:01:47.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:47 smithi111 bash[22787]: cephadm 2024-09-10T04:01:45.765306+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:01:47.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:47 smithi111 bash[22787]: cephadm 2024-09-10T04:01:45.765306+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:01:47.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:47 smithi111 bash[22787]: cephadm 2024-09-10T04:01:45.856405+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:01:47.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:47 smithi111 bash[22787]: cephadm 2024-09-10T04:01:45.856405+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:01:47.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:47 smithi111 bash[22787]: cephadm 2024-09-10T04:01:46.573533+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi174 on smithi174 2024-09-10T04:01:47.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:47 smithi111 bash[22787]: cephadm 2024-09-10T04:01:46.573533+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi174 on smithi174 2024-09-10T04:01:48.630 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:01:48.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: cluster 2024-09-10T04:01:47.602396+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-10T04:01:48.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: cluster 2024-09-10T04:01:47.602396+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-10T04:01:48.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.700498+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:48.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.700498+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:48.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.706518+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:48.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.706518+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:48.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.712002+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:48.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.712002+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:48.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.759592+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:48.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.759592+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:48.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.763439+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:01:48.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.763439+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:01:48.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.764805+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:01:48.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.764805+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:01:48.945 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.771564+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:48.945 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.771564+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:48.945 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.818457+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:48.945 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.818457+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:01:48.945 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.822194+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:01:48.945 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.822194+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:01:48.945 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.823629+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:01:48.945 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.823629+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:01:48.945 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.831894+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:48.945 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:47.831894+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:48.945 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:48.251264+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:48.945 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:48 smithi111 bash[22787]: audit 2024-09-10T04:01:48.251264+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:50.116 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:01:50.116 INFO:teuthology.orchestra.run.smithi111.stdout:[{"addr": "172.21.15.111", "hostname": "smithi111", "labels": [], "status": ""}, {"addr": "172.21.15.121", "hostname": "smithi121", "labels": [], "status": ""}, {"addr": "172.21.15.174", "hostname": "smithi174", "labels": [], "status": ""}] 2024-09-10T04:01:50.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:49 smithi111 bash[22787]: audit 2024-09-10T04:01:48.915759+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:50.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:49 smithi111 bash[22787]: audit 2024-09-10T04:01:48.915759+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:50.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:49 smithi111 bash[22787]: audit 2024-09-10T04:01:49.322500+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:50.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:49 smithi111 bash[22787]: audit 2024-09-10T04:01:49.322500+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:50.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:49 smithi111 bash[22787]: audit 2024-09-10T04:01:49.329922+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:50.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:49 smithi111 bash[22787]: audit 2024-09-10T04:01:49.329922+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:50.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:49 smithi111 bash[22787]: cluster 2024-09-10T04:01:49.602782+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-10T04:01:50.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:49 smithi111 bash[22787]: cluster 2024-09-10T04:01:49.602782+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-10T04:01:50.727 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-10T04:01:50.728 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-10T04:01:51.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:51 smithi111 bash[22787]: audit 2024-09-10T04:01:50.081039+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:51.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:51 smithi111 bash[22787]: audit 2024-09-10T04:01:50.081039+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:51.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:51 smithi111 bash[22787]: audit 2024-09-10T04:01:50.086775+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:51.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:51 smithi111 bash[22787]: audit 2024-09-10T04:01:50.086775+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:51.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:51 smithi111 bash[22787]: audit 2024-09-10T04:01:50.094287+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:51.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:51 smithi111 bash[22787]: audit 2024-09-10T04:01:50.094287+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:01:51.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:51 smithi111 bash[22787]: audit 2024-09-10T04:01:50.115684+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-10T04:01:51.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:51 smithi111 bash[22787]: audit 2024-09-10T04:01:50.115684+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-10T04:01:52.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:52 smithi111 bash[22787]: cluster 2024-09-10T04:01:51.603182+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-10T04:01:52.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:52 smithi111 bash[22787]: cluster 2024-09-10T04:01:51.603182+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-10T04:01:53.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:53 smithi111 bash[22787]: cluster 2024-09-10T04:01:53.603635+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-10T04:01:53.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:53 smithi111 bash[22787]: cluster 2024-09-10T04:01:53.603635+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-10T04:01:55.456 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:01:55.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:55 smithi111 bash[22787]: cluster 2024-09-10T04:01:55.604104+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-10T04:01:55.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:55 smithi111 bash[22787]: cluster 2024-09-10T04:01:55.604104+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-10T04:01:57.588 INFO:teuthology.orchestra.run.smithi111.stderr:adjusted tunables profile to default 2024-09-10T04:01:57.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:57 smithi111 bash[22787]: audit 2024-09-10T04:01:57.536726+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.111:0/1252080328' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-10T04:01:57.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:57 smithi111 bash[22787]: audit 2024-09-10T04:01:57.536726+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.111:0/1252080328' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-10T04:01:58.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:58 smithi111 bash[22787]: audit 2024-09-10T04:01:57.588124+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.111:0/1252080328' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T04:01:58.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:58 smithi111 bash[22787]: audit 2024-09-10T04:01:57.588124+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.111:0/1252080328' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T04:01:58.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:58 smithi111 bash[22787]: cluster 2024-09-10T04:01:57.593938+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:01:58.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:58 smithi111 bash[22787]: cluster 2024-09-10T04:01:57.593938+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:01:58.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:58 smithi111 bash[22787]: cluster 2024-09-10T04:01:57.604433+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-10T04:01:58.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:01:58 smithi111 bash[22787]: cluster 2024-09-10T04:01:57.604433+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-10T04:01:58.623 INFO:tasks.cephadm:Adding mon.a on smithi111 2024-09-10T04:01:58.623 INFO:tasks.cephadm:Adding mon.b on smithi121 2024-09-10T04:01:58.623 INFO:tasks.cephadm:Adding mon.c on smithi174 2024-09-10T04:01:58.623 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph orch apply mon '3;smithi111:172.21.15.111=a;smithi121:172.21.15.121=b;smithi174:172.21.15.174=c' 2024-09-10T04:01:59.853 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:00.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:00 smithi111 bash[22787]: cluster 2024-09-10T04:01:59.604827+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-10T04:02:00.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:00 smithi111 bash[22787]: cluster 2024-09-10T04:01:59.604827+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-10T04:02:01.680 INFO:teuthology.orchestra.run.smithi174.stdout:Scheduled mon update... 2024-09-10T04:02:02.241 DEBUG:teuthology.orchestra.run.smithi121:mon.b> sudo journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mon.b.service 2024-09-10T04:02:02.244 DEBUG:teuthology.orchestra.run.smithi174:mon.c> sudo journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mon.c.service 2024-09-10T04:02:02.246 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T04:02:02.246 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T04:02:02.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: cluster 2024-09-10T04:02:01.605227+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:02.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: cluster 2024-09-10T04:02:01.605227+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: audit 2024-09-10T04:02:01.679283+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: audit 2024-09-10T04:02:01.679283+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: audit 2024-09-10T04:02:01.680413+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: audit 2024-09-10T04:02:01.680413+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: audit 2024-09-10T04:02:01.683899+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: audit 2024-09-10T04:02:01.683899+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: audit 2024-09-10T04:02:01.685053+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: audit 2024-09-10T04:02:01.685053+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: audit 2024-09-10T04:02:01.694262+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: audit 2024-09-10T04:02:01.694262+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: audit 2024-09-10T04:02:01.699285+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: audit 2024-09-10T04:02:01.699285+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:02.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: audit 2024-09-10T04:02:01.700820+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:02.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:02 smithi111 bash[22787]: audit 2024-09-10T04:02:01.700820+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:03.906 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:03.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:03 smithi111 bash[22787]: audit 2024-09-10T04:02:01.673678+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi111:172.21.15.111=a;smithi121:172.21.15.121=b;smithi174:172.21.15.174=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:03.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:03 smithi111 bash[22787]: audit 2024-09-10T04:02:01.673678+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi111:172.21.15.111=a;smithi121:172.21.15.121=b;smithi174:172.21.15.174=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:03.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:03 smithi111 bash[22787]: cephadm 2024-09-10T04:02:01.676098+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi111:172.21.15.111=a;smithi121:172.21.15.121=b;smithi174:172.21.15.174=c;count:3 2024-09-10T04:02:03.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:03 smithi111 bash[22787]: cephadm 2024-09-10T04:02:01.676098+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi111:172.21.15.111=a;smithi121:172.21.15.121=b;smithi174:172.21.15.174=c;count:3 2024-09-10T04:02:03.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:03 smithi111 bash[22787]: cephadm 2024-09-10T04:02:01.702382+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi174 2024-09-10T04:02:03.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:03 smithi111 bash[22787]: cephadm 2024-09-10T04:02:01.702382+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi174 2024-09-10T04:02:03.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:03 smithi111 bash[22787]: audit 2024-09-10T04:02:03.029753+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:03.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:03 smithi111 bash[22787]: audit 2024-09-10T04:02:03.029753+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:03.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:03 smithi111 bash[22787]: audit 2024-09-10T04:02:03.037106+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:03.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:03 smithi111 bash[22787]: audit 2024-09-10T04:02:03.037106+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:04.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:04 smithi111 bash[22787]: cluster 2024-09-10T04:02:03.605675+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-10T04:02:04.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:04 smithi111 bash[22787]: cluster 2024-09-10T04:02:03.605675+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-10T04:02:05.715 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 1 2024-09-10T04:02:05.715 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-10T04:02:05.715 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":1,"fsid":"d8b841fe-6f28-11ef-bcea-c7b262605968","modified":"2024-09-10T03:59:31.746521Z","created":"2024-09-10T03:59:31.746521Z","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.111:3300","nonce":0},{"type":"v1","addr":"172.21.15.111:6789","nonce":0}]},"addr":"172.21.15.111:6789/0","public_addr":"172.21.15.111:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T04:02:06.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:06 smithi111 bash[22787]: audit 2024-09-10T04:02:05.452164+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:06.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:06 smithi111 bash[22787]: audit 2024-09-10T04:02:05.452164+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:06.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:06 smithi111 bash[22787]: audit 2024-09-10T04:02:05.457567+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:06.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:06 smithi111 bash[22787]: audit 2024-09-10T04:02:05.457567+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:06.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:06 smithi111 bash[22787]: audit 2024-09-10T04:02:05.464831+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:06.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:06 smithi111 bash[22787]: audit 2024-09-10T04:02:05.464831+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:06.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:06 smithi111 bash[22787]: cluster 2024-09-10T04:02:05.606101+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-10T04:02:06.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:06 smithi111 bash[22787]: cluster 2024-09-10T04:02:05.606101+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-10T04:02:06.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:06 smithi111 bash[22787]: audit 2024-09-10T04:02:05.714677+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.174:0/1866140718' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:02:06.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:06 smithi111 bash[22787]: audit 2024-09-10T04:02:05.714677+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.174:0/1866140718' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:02:07.436 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T04:02:07.436 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T04:02:07.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:07 smithi174 systemd[1]: Started Ceph mon.c for d8b841fe-6f28-11ef-bcea-c7b262605968. 2024-09-10T04:02:08.648 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T04:02:08.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.636+0000 7fad610b6c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T04:02:08.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.636+0000 7fad610b6c80 0 ceph version 19.3.0-4885-g3a5e3f16 (3a5e3f16720f432aea965c40a8f6eb480095ec6c) squid (dev), process ceph-mon, pid 7 2024-09-10T04:02:08.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.636+0000 7fad610b6c80 0 pidfile_write: ignore empty --pid-file 2024-09-10T04:02:08.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.636+0000 7fad610b6c80 0 load: jerasure load: lrc 2024-09-10T04:02:08.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-10T04:02:08.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Git sha 0 2024-09-10T04:02:08.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Compile date 2024-09-10 00:49:01 2024-09-10T04:02:08.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: DB SUMMARY 2024-09-10T04:02:08.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: DB Session ID: R249ZLGGWD6JH47U6HUZ 2024-09-10T04:02:08.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: CURRENT file: CURRENT 2024-09-10T04:02:08.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T04:02:08.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-10T04:02:08.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-10T04:02:08.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-10T04:02:08.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.error_if_exists: 0 2024-09-10T04:02:08.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.create_if_missing: 0 2024-09-10T04:02:08.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T04:02:08.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-10T04:02:08.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T04:02:08.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-10T04:02:08.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.env: 0x55948ca11120 2024-09-10T04:02:08.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-10T04:02:08.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.info_log: 0x55948ef9f700 2024-09-10T04:02:08.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T04:02:08.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.statistics: (nil) 2024-09-10T04:02:08.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.use_fsync: 0 2024-09-10T04:02:08.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T04:02:08.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T04:02:08.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T04:02:08.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T04:02:08.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T04:02:08.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T04:02:08.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T04:02:08.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T04:02:08.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T04:02:08.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T04:02:08.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T04:02:08.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.db_log_dir: 2024-09-10T04:02:08.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.wal_dir: 2024-09-10T04:02:08.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T04:02:08.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T04:02:08.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T04:02:08.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T04:02:08.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T04:02:08.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T04:02:08.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T04:02:08.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T04:02:08.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.write_buffer_manager: 0x55948efa3b80 2024-09-10T04:02:08.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T04:02:08.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T04:02:08.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T04:02:08.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T04:02:08.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T04:02:08.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T04:02:08.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T04:02:08.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T04:02:08.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.unordered_write: 0 2024-09-10T04:02:08.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T04:02:08.892 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T04:02:08.892 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T04:02:08.892 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T04:02:08.892 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.row_cache: None 2024-09-10T04:02:08.892 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.wal_filter: None 2024-09-10T04:02:08.892 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T04:02:08.892 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T04:02:08.892 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.two_write_queues: 0 2024-09-10T04:02:08.892 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T04:02:08.892 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.wal_compression: 0 2024-09-10T04:02:08.892 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.atomic_flush: 0 2024-09-10T04:02:08.892 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T04:02:08.892 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T04:02:08.892 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T04:02:08.893 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-10T04:02:08.893 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T04:02:08.893 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-10T04:02:08.893 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T04:02:08.893 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T04:02:08.893 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-10T04:02:08.893 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-10T04:02:08.893 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-10T04:02:08.893 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T04:02:08.893 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T04:02:08.894 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T04:02:08.894 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T04:02:08.894 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T04:02:08.895 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T04:02:08.895 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T04:02:08.895 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T04:02:08.895 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T04:02:08.895 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T04:02:08.895 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T04:02:08.895 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_open_files: -1 2024-09-10T04:02:08.895 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T04:02:08.895 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T04:02:08.895 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T04:02:08.895 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T04:02:08.895 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T04:02:08.895 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Compression algorithms supported: 2024-09-10T04:02:08.895 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: kZSTD supported: 0 2024-09-10T04:02:08.896 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: kXpressCompression supported: 0 2024-09-10T04:02:08.896 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T04:02:08.896 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T04:02:08.896 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T04:02:08.896 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: kZlibCompression supported: 1 2024-09-10T04:02:08.896 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T04:02:08.896 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T04:02:08.896 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T04:02:08.896 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-10T04:02:08.896 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-10T04:02:08.896 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-10T04:02:08.896 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T04:02:08.897 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.merge_operator: 2024-09-10T04:02:08.897 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compaction_filter: None 2024-09-10T04:02:08.897 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T04:02:08.897 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-10T04:02:08.897 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T04:02:08.897 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T04:02:08.897 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55948ef9f320) 2024-09-10T04:02:08.897 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cache_index_and_filter_blocks: 1 2024-09-10T04:02:08.897 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T04:02:08.897 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T04:02:08.897 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: pin_top_level_index_and_filter: 1 2024-09-10T04:02:08.897 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: index_type: 0 2024-09-10T04:02:08.897 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: data_block_index_type: 0 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: index_shortening: 1 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: checksum: 4 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: no_block_cache: 0 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: block_cache: 0x55948ef95610 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: block_cache_name: BinnedLRUCache 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: block_cache_options: 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: capacity : 536870912 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: num_shard_bits : 4 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: strict_capacity_limit : 0 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: high_pri_pool_ratio: 0.000 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: block_cache_compressed: (nil) 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: persistent_cache: (nil) 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: block_size: 4096 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: block_size_deviation: 10 2024-09-10T04:02:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: block_restart_interval: 16 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: index_block_restart_interval: 1 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: metadata_block_size: 4096 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: partition_filters: 0 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: use_delta_encoding: 1 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: filter_policy: bloomfilter 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: whole_key_filtering: 1 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: verify_compression: 0 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: read_amp_bytes_per_bit: 0 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: format_version: 5 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: enable_index_compression: 1 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: block_align: 0 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: max_auto_readahead_size: 262144 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: prepopulate_block_cache: 0 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: initial_auto_readahead_size: 8192 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: num_file_reads_for_auto_readahead: 2 2024-09-10T04:02:08.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T04:02:08.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T04:02:08.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compression: NoCompression 2024-09-10T04:02:08.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T04:02:08.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T04:02:08.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T04:02:08.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.num_levels: 7 2024-09-10T04:02:08.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T04:02:08.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T04:02:08.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T04:02:08.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T04:02:08.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T04:02:08.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T04:02:08.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T04:02:08.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T04:02:08.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T04:02:08.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T04:02:08.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-10T04:02:08.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-10T04:02:08.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T04:02:08.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T04:02:08.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T04:02:08.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T04:02:08.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T04:02:08.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-10T04:02:08.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T04:02:08.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T04:02:08.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-10T04:02:08.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T04:02:08.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T04:02:08.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T04:02:08.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T04:02:08.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T04:02:08.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T04:02:08.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T04:02:08.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T04:02:08.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T04:02:08.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T04:02:08.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T04:02:08.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T04:02:08.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T04:02:08.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T04:02:08.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T04:02:08.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T04:02:08.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T04:02:08.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-10T04:02:08.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-10T04:02:08.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T04:02:08.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T04:02:08.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T04:02:08.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T04:02:08.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T04:02:08.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T04:02:08.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T04:02:08.904 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T04:02:08.904 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T04:02:08.904 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T04:02:08.904 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T04:02:08.904 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T04:02:08.904 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T04:02:08.904 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T04:02:08.904 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T04:02:08.904 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T04:02:08.904 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T04:02:08.904 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T04:02:08.904 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T04:02:08.904 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.bloom_locality: 0 2024-09-10T04:02:08.905 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T04:02:08.905 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T04:02:08.905 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T04:02:08.905 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-10T04:02:08.905 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T04:02:08.905 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.ttl: 2592000 2024-09-10T04:02:08.905 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T04:02:08.905 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-10T04:02:08.905 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-10T04:02:08.905 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.enable_blob_files: false 2024-09-10T04:02:08.905 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.min_blob_size: 0 2024-09-10T04:02:08.905 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-10T04:02:08.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T04:02:08.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T04:02:08.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T04:02:08.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-10T04:02:08.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-10T04:02:08.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-10T04:02:08.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-10T04:02:08.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 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-10T04:02:08.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-10T04:02:08.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 45ab5f7a-0217-4f33-973e-730fb8fe232d 2024-09-10T04:02:08.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725940928645958, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-10T04:02:08.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-10T04:02:08.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725940928646410, "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": 1725940928, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "45ab5f7a-0217-4f33-973e-730fb8fe232d", "db_session_id": "R249ZLGGWD6JH47U6HUZ", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-10T04:02:08.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725940928646529, "job": 1, "event": "recovery_finished"} 2024-09-10T04:02:08.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-10T04:02:08.907 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 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-10T04:02:08.909 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.640+0000 7fad610b6c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55948efc2e00 2024-09-10T04:02:08.910 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.644+0000 7fad610b6c80 4 rocksdb: DB pointer 0x55948f0c6000 2024-09-10T04:02:08.910 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.644+0000 7fad56e7e640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-10T04:02:08.910 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.644+0000 7fad56e7e640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-10T04:02:08.910 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: ** DB Stats ** 2024-09-10T04:02:08.910 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T04:02:08.910 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: 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-10T04:02:08.910 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T04:02:08.910 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T04:02:08.910 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: 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-10T04:02:08.910 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T04:02:08.910 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T04:02:08.910 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: ** Compaction Stats [default] ** 2024-09-10T04:02:08.910 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: 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-10T04:02:08.911 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-10T04:02:08.911 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: 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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T04:02:08.911 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: 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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T04:02:08.911 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: 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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T04:02:08.911 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: ** Compaction Stats [default] ** 2024-09-10T04:02:08.911 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: 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-10T04:02:08.911 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T04:02:08.911 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: 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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T04:02:08.911 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-10T04:02:08.911 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T04:02:08.911 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T04:02:08.911 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T04:02:08.911 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T04:02:08.911 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T04:02:08.912 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T04:02:08.912 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: 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-10T04:02:08.912 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: 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-10T04:02:08.912 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: 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-10T04:02:08.912 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: Block cache BinnedLRUCache@0x55948ef95610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-09-10T04:02:08.912 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: 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-10T04:02:08.912 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T04:02:08.912 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.644+0000 7fad610b6c80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-10T04:02:08.912 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.644+0000 7fad610b6c80 0 using public_addr v2:172.21.15.174:0/0 -> [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] 2024-09-10T04:02:08.912 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.644+0000 7fad610b6c80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] at bind addrs [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:08.912 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.644+0000 7fad610b6c80 1 mon.c@-1(???) e0 preinit fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:08.912 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.676+0000 7fad59e84640 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-10T04:02:08.912 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.676+0000 7fad59e84640 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-10T04:02:08.913 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: e1 2024-09-10T04:02:08.913 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: btime 2024-09-10T03:59:37:105988+0000 2024-09-10T04:02:08.913 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T04:02:08.913 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: 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-10T04:02:08.913 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: legacy client fscid: -1 2024-09-10T04:02:08.913 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: 2024-09-10T04:02:08.913 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: No filesystems configured 2024-09-10T04:02:08.913 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.676+0000 7fad59e84640 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-10T04:02:08.913 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.676+0000 7fad59e84640 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-10T04:02:08.913 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.676+0000 7fad59e84640 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-10T04:02:08.913 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.676+0000 7fad59e84640 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-10T04:02:08.913 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.676+0000 7fad59e84640 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-10T04:02:08.913 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.676+0000 7fad59e84640 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-10T04:02:08.914 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.676+0000 7fad59e84640 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T04:02:08.914 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.676+0000 7fad59e84640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T04:02:08.914 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.676+0000 7fad59e84640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T04:02:08.914 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.676+0000 7fad59e84640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T04:02:08.914 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:00:57.162350+0000 mon.a (mon.0) 108 : audit [DBG] from='client.? 172.21.15.111:0/3619017850' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-10T04:02:08.914 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:00:57.162350+0000 mon.a (mon.0) 108 : audit [DBG] from='client.? 172.21.15.111:0/3619017850' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-10T04:02:08.914 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:00:59.486936+0000 mon.a (mon.0) 109 : audit [INF] from='client.? 172.21.15.111:0/684200421' entity='client.admin' 2024-09-10T04:02:08.914 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:00:59.486936+0000 mon.a (mon.0) 109 : audit [INF] from='client.? 172.21.15.111:0/684200421' entity='client.admin' 2024-09-10T04:02:08.914 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.629401+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.914 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.629401+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.914 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.633028+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.914 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.633028+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.914 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.635210+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.914 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.635210+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.915 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.643511+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.915 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.643511+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.915 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.647357+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.915 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.647357+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.915 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.649999+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.915 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.649999+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.915 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.652523+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.915 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.652523+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.915 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.654924+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.915 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.654924+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.915 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.658628+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.915 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.658628+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.915 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.667468+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.915 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.667468+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.915 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.673920+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.916 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:00.673920+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.916 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:01.728824+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.916 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:01.728824+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.916 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:03.593579+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-10T04:02:08.916 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:03.593579+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-10T04:02:08.916 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:03.898814+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.916 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:03.898814+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.916 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:05.475258+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.916 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:05.475258+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.916 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:05.478833+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.916 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:05.478833+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.916 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:05.593976+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-10T04:02:08.916 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:05.593976+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-10T04:02:08.916 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:06.784729+0000 mon.a (mon.0) 125 : audit [INF] from='client.? 172.21.15.111:0/1453223679' entity='client.admin' 2024-09-10T04:02:08.917 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:06.784729+0000 mon.a (mon.0) 125 : audit [INF] from='client.? 172.21.15.111:0/1453223679' entity='client.admin' 2024-09-10T04:02:08.917 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:06.796737+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.917 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:06.796737+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.917 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:06.807165+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.917 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:06.807165+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.917 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:07.594339+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-10T04:02:08.917 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:07.594339+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-10T04:02:08.917 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:09.594687+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-10T04:02:08.917 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:09.594687+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-10T04:02:08.917 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:11.595158+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-10T04:02:08.917 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:11.595158+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-10T04:02:08.917 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:13.120695+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-10T04:02:08.917 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:13.120695+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-10T04:02:08.918 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:13.123484+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.918 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:13.123484+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.918 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:13.124717+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.918 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:13.124717+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.918 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:13.127535+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.918 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:13.127535+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.918 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:13.128487+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.918 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:13.128487+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.918 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:13.129613+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:08.918 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:13.129613+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:08.918 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:13.189827+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:08.918 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:13.189827+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:08.918 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:13.281979+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:02:08.918 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:13.281979+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:02:08.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:13.343786+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:02:08.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:13.343786+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:02:08.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:13.419449+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:13.419449+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:13.425121+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:13.425121+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:13.595542+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-10T04:02:08.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:13.595542+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-10T04:02:08.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:15.596057+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-10T04:02:08.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:15.596057+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-10T04:02:08.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:15.820455+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:15.820455+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:15.826868+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:15.826868+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:17.596649+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-10T04:02:08.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:17.596649+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-10T04:02:08.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:19.597161+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-10T04:02:08.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:19.597161+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-10T04:02:08.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:20.724831+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi121", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:08.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:20.724831+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi121", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:08.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:21.597644+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:08.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:21.597644+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:08.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:21.719567+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Deploying cephadm binary to smithi121 2024-09-10T04:02:08.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:21.719567+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Deploying cephadm binary to smithi121 2024-09-10T04:02:08.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:23.597963+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-10T04:02:08.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:23.597963+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-10T04:02:08.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:24.938057+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:24.938057+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:24.938651+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi121 2024-09-10T04:02:08.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:24.938651+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi121 2024-09-10T04:02:08.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:24.939035+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:24.939035+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:25.041227+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:25.041227+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:25.043726+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:25.043726+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:25.047613+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:25.047613+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:25.429606+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:25.429606+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:25.598289+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-10T04:02:08.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:25.598289+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-10T04:02:08.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:26.941256+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:26.941256+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:26.947523+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:26.947523+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:26.949025+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"} : dispatch 2024-09-10T04:02:08.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:26.949025+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"} : dispatch 2024-09-10T04:02:08.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:26.951208+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:26.951208+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:26.953058+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:26.953058+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:26.955536+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:08.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:26.955536+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:08.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:27.069293+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:08.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:27.069293+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:08.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:27.169335+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:02:08.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:27.169335+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:02:08.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:27.262267+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:02:08.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:27.262267+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:02:08.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:27.355849+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:27.355849+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:27.361555+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:27.361555+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:27.364740+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []} : dispatch 2024-09-10T04:02:08.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:27.364740+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []} : dispatch 2024-09-10T04:02:08.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:27.366819+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]': finished 2024-09-10T04:02:08.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:27.366819+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]': finished 2024-09-10T04:02:08.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:27.598655+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:08.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:27.598655+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:08.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:27.859710+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi121 on smithi121 2024-09-10T04:02:08.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:27.859710+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi121 on smithi121 2024-09-10T04:02:08.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.883174+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.883174+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.889276+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.889276+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.895171+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.895171+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.908663+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.908663+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.929572+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.929572+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.933986+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.933986+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.935698+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.935698+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.943868+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.943868+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.980825+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.980825+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.985424+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.985424+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.986976+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.986976+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.995742+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:28.995742+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:29.441535+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:29.441535+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:29.598994+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-10T04:02:08.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:29.598994+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-10T04:02:08.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:30.507107+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:30.507107+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:30.514389+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:30.514389+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:31.599326+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:08.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:31.599326+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:08.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:31.918124+0000 mgr.a (mgr.14152) 41 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:02:08.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:31.918124+0000 mgr.a (mgr.14152) 41 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:02:08.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:33.599719+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-10T04:02:08.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:33.599719+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-10T04:02:08.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:35.600146+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-10T04:02:08.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:35.600146+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-10T04:02:08.927 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:37.600600+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-10T04:02:08.927 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:37.600600+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-10T04:02:08.927 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:39.375759+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi174", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:08.927 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:39.375759+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi174", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:08.927 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:39.600971+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-10T04:02:08.927 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:39.600971+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-10T04:02:08.927 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:40.367153+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi174 2024-09-10T04:02:08.927 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:40.367153+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi174 2024-09-10T04:02:08.927 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:41.601258+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-10T04:02:08.927 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:41.601258+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-10T04:02:08.927 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:43.500320+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.927 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:43.500320+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.927 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:43.501157+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi174 2024-09-10T04:02:08.927 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:43.501157+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi174 2024-09-10T04:02:08.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:43.501964+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:43.501964+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:43.601631+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-10T04:02:08.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:43.601631+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-10T04:02:08.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:43.711378+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:43.711378+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:43.719030+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:43.719030+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:44.021653+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:44.021653+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.239369+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.239369+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.245749+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.245749+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.929 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.252717+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.929 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.252717+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.929 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.535273+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.929 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.535273+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.929 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.541421+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.929 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.541421+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.929 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.542945+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"} : dispatch 2024-09-10T04:02:08.929 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.542945+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"} : dispatch 2024-09-10T04:02:08.929 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.544966+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.929 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.544966+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.929 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.546609+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.929 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.546609+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.929 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:45.549018+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:08.929 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:45.549018+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:08.930 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:45.602014+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:08.930 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:45.602014+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:08.930 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.949064+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.930 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.949064+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.930 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.956169+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.930 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.956169+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.930 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.958598+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []} : dispatch 2024-09-10T04:02:08.930 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.958598+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []} : dispatch 2024-09-10T04:02:08.930 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.960507+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []}]': finished 2024-09-10T04:02:08.930 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:45.960507+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []}]': finished 2024-09-10T04:02:08.930 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:45.664441+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:08.930 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:45.664441+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:08.930 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:45.765306+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:02:08.930 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:45.765306+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:02:08.931 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:45.856405+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:02:08.931 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:45.856405+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:02:08.931 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:46.573533+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi174 on smithi174 2024-09-10T04:02:08.931 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:01:46.573533+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi174 on smithi174 2024-09-10T04:02:08.931 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:47.602396+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-10T04:02:08.931 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:47.602396+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-10T04:02:08.931 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.700498+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.931 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.700498+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.931 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.706518+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.931 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.706518+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.931 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.712002+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.931 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.712002+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.931 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.759592+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.931 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.759592+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.931 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.763439+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.932 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.763439+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.932 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.764805+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.932 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.764805+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.932 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.771564+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.932 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.771564+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.932 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.818457+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.932 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.818457+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.932 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.822194+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.932 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.822194+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.932 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.823629+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.932 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.823629+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.932 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.831894+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.932 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:47.831894+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.932 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:48.251264+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.933 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:48.251264+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.933 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:48.915759+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.933 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:48.915759+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.933 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:49.322500+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.933 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:49.322500+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.933 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:49.329922+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.933 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:49.329922+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.933 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:49.602782+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-10T04:02:08.933 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:49.602782+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-10T04:02:08.933 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:50.081039+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.933 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:50.081039+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.933 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:50.086775+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.933 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:50.086775+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.933 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:50.094287+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.933 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:50.094287+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.934 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:50.115684+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-10T04:02:08.934 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:50.115684+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-10T04:02:08.934 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:51.603182+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-10T04:02:08.934 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:51.603182+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-10T04:02:08.934 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:53.603635+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-10T04:02:08.934 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:53.603635+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-10T04:02:08.934 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:55.604104+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-10T04:02:08.934 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:55.604104+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-10T04:02:08.934 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:57.536726+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.111:0/1252080328' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-10T04:02:08.934 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:57.536726+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.111:0/1252080328' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-10T04:02:08.934 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:57.588124+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.111:0/1252080328' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T04:02:08.934 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:01:57.588124+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.111:0/1252080328' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T04:02:08.934 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:57.593938+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:08.934 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:57.593938+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:08.935 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:57.604433+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-10T04:02:08.935 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:57.604433+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-10T04:02:08.935 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:59.604827+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-10T04:02:08.935 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:01:59.604827+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-10T04:02:08.935 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:02:01.605227+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:08.935 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:02:01.605227+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:08.935 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.679283+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.935 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.679283+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.935 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.680413+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.935 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.680413+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:08.935 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.683899+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.935 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.683899+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.935 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.685053+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.685053+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:08.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.694262+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.694262+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.699285+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:08.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.699285+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:08.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.700820+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.700820+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.673678+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi111:172.21.15.111=a;smithi121:172.21.15.121=b;smithi174:172.21.15.174=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:08.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:01.673678+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi111:172.21.15.111=a;smithi121:172.21.15.121=b;smithi174:172.21.15.174=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:08.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:02:01.676098+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi111:172.21.15.111=a;smithi121:172.21.15.121=b;smithi174:172.21.15.174=c;count:3 2024-09-10T04:02:08.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:02:01.676098+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi111:172.21.15.111=a;smithi121:172.21.15.121=b;smithi174:172.21.15.174=c;count:3 2024-09-10T04:02:08.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:02:01.702382+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi174 2024-09-10T04:02:08.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cephadm 2024-09-10T04:02:01.702382+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi174 2024-09-10T04:02:08.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:03.029753+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:03.029753+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:03.037106+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:03.037106+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:02:03.605675+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-10T04:02:08.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:02:03.605675+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-10T04:02:08.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:05.452164+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:05.452164+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:05.457567+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:05.457567+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:05.464831+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:05.464831+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:02:05.606101+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-10T04:02:08.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:02:05.606101+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-10T04:02:08.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:05.714677+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.174:0/1866140718' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:02:08.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:05.714677+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.174:0/1866140718' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:02:08.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:02:07.606442+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-10T04:02:08.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: cluster 2024-09-10T04:02:07.606442+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-10T04:02:08.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:07.609274+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:07.609274+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:07.614975+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:07.614975+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:07.623412+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:07.623412+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:07.624742+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:08.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:07.624742+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:08.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:07.626728+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: audit 2024-09-10T04:02:07.626728+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:08 smithi174 bash[23190]: debug 2024-09-10T04:02:08.684+0000 7fad59e84640 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-10T04:02:08.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:08 smithi111 bash[22787]: cluster 2024-09-10T04:02:07.606442+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-10T04:02:08.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:08 smithi111 bash[22787]: cluster 2024-09-10T04:02:07.606442+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-10T04:02:08.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:08 smithi111 bash[22787]: audit 2024-09-10T04:02:07.609274+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:08 smithi111 bash[22787]: audit 2024-09-10T04:02:07.609274+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:08 smithi111 bash[22787]: audit 2024-09-10T04:02:07.614975+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:08 smithi111 bash[22787]: audit 2024-09-10T04:02:07.614975+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:08 smithi111 bash[22787]: audit 2024-09-10T04:02:07.623412+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:08 smithi111 bash[22787]: audit 2024-09-10T04:02:07.623412+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:08.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:08 smithi111 bash[22787]: audit 2024-09-10T04:02:07.624742+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:08.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:08 smithi111 bash[22787]: audit 2024-09-10T04:02:07.624742+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:08.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:08 smithi111 bash[22787]: audit 2024-09-10T04:02:07.626728+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:08.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:08 smithi111 bash[22787]: audit 2024-09-10T04:02:07.626728+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:12.903 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:12 smithi121 systemd[1]: Started Ceph mon.b for d8b841fe-6f28-11ef-bcea-c7b262605968. 2024-09-10T04:02:13.907 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.862+0000 7f5380d26c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T04:02:13.908 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.862+0000 7f5380d26c80 0 ceph version 19.3.0-4885-g3a5e3f16 (3a5e3f16720f432aea965c40a8f6eb480095ec6c) squid (dev), process ceph-mon, pid 7 2024-09-10T04:02:13.908 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.862+0000 7f5380d26c80 0 pidfile_write: ignore empty --pid-file 2024-09-10T04:02:13.908 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.866+0000 7f5380d26c80 0 load: jerasure load: lrc 2024-09-10T04:02:13.908 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-10T04:02:13.908 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Git sha 0 2024-09-10T04:02:13.908 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Compile date 2024-09-10 00:49:01 2024-09-10T04:02:13.908 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: DB SUMMARY 2024-09-10T04:02:13.908 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: DB Session ID: MXYYGC7O8RXT2AX6N87H 2024-09-10T04:02:13.908 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: CURRENT file: CURRENT 2024-09-10T04:02:13.908 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T04:02:13.908 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-10T04:02:13.908 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-10T04:02:13.909 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-09-10T04:02:13.909 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.error_if_exists: 0 2024-09-10T04:02:13.909 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.create_if_missing: 0 2024-09-10T04:02:13.909 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T04:02:13.909 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-10T04:02:13.909 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T04:02:13.909 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-10T04:02:13.909 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.env: 0x55c7bf609120 2024-09-10T04:02:13.909 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-10T04:02:13.909 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.info_log: 0x55c7c03c1700 2024-09-10T04:02:13.909 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T04:02:13.909 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.statistics: (nil) 2024-09-10T04:02:13.909 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.use_fsync: 0 2024-09-10T04:02:13.910 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T04:02:13.910 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T04:02:13.910 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T04:02:13.910 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T04:02:13.910 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T04:02:13.910 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T04:02:13.910 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T04:02:13.910 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T04:02:13.910 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T04:02:13.910 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T04:02:13.910 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T04:02:13.910 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.db_log_dir: 2024-09-10T04:02:13.910 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.wal_dir: 2024-09-10T04:02:13.910 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T04:02:13.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T04:02:13.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T04:02:13.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T04:02:13.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T04:02:13.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T04:02:13.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T04:02:13.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T04:02:13.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.write_buffer_manager: 0x55c7c03c5b80 2024-09-10T04:02:13.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T04:02:13.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T04:02:13.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T04:02:13.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T04:02:13.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T04:02:13.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T04:02:13.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T04:02:13.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T04:02:13.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.unordered_write: 0 2024-09-10T04:02:13.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T04:02:13.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T04:02:13.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T04:02:13.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T04:02:13.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.row_cache: None 2024-09-10T04:02:13.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.wal_filter: None 2024-09-10T04:02:13.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T04:02:13.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T04:02:13.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.two_write_queues: 0 2024-09-10T04:02:13.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T04:02:13.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.wal_compression: 0 2024-09-10T04:02:13.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.atomic_flush: 0 2024-09-10T04:02:13.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T04:02:13.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T04:02:13.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T04:02:13.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-10T04:02:13.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T04:02:13.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-10T04:02:13.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T04:02:13.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T04:02:13.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-10T04:02:13.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-10T04:02:13.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-10T04:02:13.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T04:02:13.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T04:02:13.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T04:02:13.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T04:02:13.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T04:02:13.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T04:02:13.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T04:02:13.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T04:02:13.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T04:02:13.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T04:02:13.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T04:02:13.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_open_files: -1 2024-09-10T04:02:13.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T04:02:13.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T04:02:13.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T04:02:13.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T04:02:13.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T04:02:13.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Compression algorithms supported: 2024-09-10T04:02:13.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: kZSTD supported: 0 2024-09-10T04:02:13.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: kXpressCompression supported: 0 2024-09-10T04:02:13.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T04:02:13.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T04:02:13.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T04:02:13.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: kZlibCompression supported: 1 2024-09-10T04:02:13.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T04:02:13.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T04:02:13.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T04:02:13.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-10T04:02:13.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-10T04:02:13.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-10T04:02:13.918 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T04:02:13.918 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.merge_operator: 2024-09-10T04:02:13.918 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compaction_filter: None 2024-09-10T04:02:13.918 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T04:02:13.918 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-10T04:02:13.918 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T04:02:13.918 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T04:02:13.918 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c7c03c1320) 2024-09-10T04:02:13.918 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cache_index_and_filter_blocks: 1 2024-09-10T04:02:13.918 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T04:02:13.918 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T04:02:13.918 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: pin_top_level_index_and_filter: 1 2024-09-10T04:02:13.919 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: index_type: 0 2024-09-10T04:02:13.919 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: data_block_index_type: 0 2024-09-10T04:02:13.919 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: index_shortening: 1 2024-09-10T04:02:13.919 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T04:02:13.919 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: checksum: 4 2024-09-10T04:02:13.919 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: no_block_cache: 0 2024-09-10T04:02:13.919 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: block_cache: 0x55c7c03b7610 2024-09-10T04:02:13.919 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: block_cache_name: BinnedLRUCache 2024-09-10T04:02:13.919 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: block_cache_options: 2024-09-10T04:02:13.919 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: capacity : 536870912 2024-09-10T04:02:13.919 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: num_shard_bits : 4 2024-09-10T04:02:13.919 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: strict_capacity_limit : 0 2024-09-10T04:02:13.919 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: high_pri_pool_ratio: 0.000 2024-09-10T04:02:13.919 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: block_cache_compressed: (nil) 2024-09-10T04:02:13.920 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: persistent_cache: (nil) 2024-09-10T04:02:13.920 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: block_size: 4096 2024-09-10T04:02:13.920 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: block_size_deviation: 10 2024-09-10T04:02:13.920 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: block_restart_interval: 16 2024-09-10T04:02:13.920 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: index_block_restart_interval: 1 2024-09-10T04:02:13.920 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: metadata_block_size: 4096 2024-09-10T04:02:13.920 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: partition_filters: 0 2024-09-10T04:02:13.920 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: use_delta_encoding: 1 2024-09-10T04:02:13.920 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: filter_policy: bloomfilter 2024-09-10T04:02:13.920 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: whole_key_filtering: 1 2024-09-10T04:02:13.920 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: verify_compression: 0 2024-09-10T04:02:13.920 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: read_amp_bytes_per_bit: 0 2024-09-10T04:02:13.920 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: format_version: 5 2024-09-10T04:02:13.920 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: enable_index_compression: 1 2024-09-10T04:02:13.921 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: block_align: 0 2024-09-10T04:02:13.921 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: max_auto_readahead_size: 262144 2024-09-10T04:02:13.921 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: prepopulate_block_cache: 0 2024-09-10T04:02:13.921 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: initial_auto_readahead_size: 8192 2024-09-10T04:02:13.921 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: num_file_reads_for_auto_readahead: 2 2024-09-10T04:02:13.921 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T04:02:13.921 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T04:02:13.921 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compression: NoCompression 2024-09-10T04:02:13.921 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T04:02:13.921 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T04:02:13.921 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T04:02:13.921 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.num_levels: 7 2024-09-10T04:02:13.921 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T04:02:13.921 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T04:02:13.922 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T04:02:13.922 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T04:02:13.922 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T04:02:13.922 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T04:02:13.922 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T04:02:13.922 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T04:02:13.922 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T04:02:13.922 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T04:02:13.922 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-10T04:02:13.922 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-10T04:02:13.922 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T04:02:13.922 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T04:02:13.922 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T04:02:13.922 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T04:02:13.922 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T04:02:13.923 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-10T04:02:13.923 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T04:02:13.923 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T04:02:13.923 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-10T04:02:13.923 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T04:02:13.923 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T04:02:13.923 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T04:02:13.923 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T04:02:13.923 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T04:02:13.923 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T04:02:13.923 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T04:02:13.923 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T04:02:13.923 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T04:02:13.924 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T04:02:13.924 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T04:02:13.924 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T04:02:13.924 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T04:02:13.924 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T04:02:13.924 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T04:02:13.924 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T04:02:13.924 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T04:02:13.924 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-10T04:02:13.924 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-10T04:02:13.924 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T04:02:13.924 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T04:02:13.924 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T04:02:13.924 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T04:02:13.925 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T04:02:13.925 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T04:02:13.925 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T04:02:13.925 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T04:02:13.925 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T04:02:13.925 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T04:02:13.925 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T04:02:13.925 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T04:02:13.925 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T04:02:13.925 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T04:02:13.925 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T04:02:13.925 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T04:02:13.925 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T04:02:13.925 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T04:02:13.926 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T04:02:13.926 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.bloom_locality: 0 2024-09-10T04:02:13.926 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T04:02:13.926 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T04:02:13.926 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T04:02:13.926 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-10T04:02:13.926 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T04:02:13.926 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.ttl: 2592000 2024-09-10T04:02:13.926 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T04:02:13.926 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-10T04:02:13.926 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-10T04:02:13.926 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.enable_blob_files: false 2024-09-10T04:02:13.926 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.min_blob_size: 0 2024-09-10T04:02:13.926 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-10T04:02:13.927 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T04:02:13.927 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T04:02:13.927 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T04:02:13.927 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-10T04:02:13.927 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-10T04:02:13.927 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-10T04:02:13.927 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-10T04:02:13.927 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 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-10T04:02:13.927 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-10T04:02:13.927 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b51f7714-bfc3-473d-9d7b-80626f5c7e8c 2024-09-10T04:02:13.927 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725940933876013, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-10T04:02:13.927 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-10T04:02:13.927 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725940933876597, "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": 1725940933, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b51f7714-bfc3-473d-9d7b-80626f5c7e8c", "db_session_id": "MXYYGC7O8RXT2AX6N87H", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-10T04:02:13.928 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725940933876744, "job": 1, "event": "recovery_finished"} 2024-09-10T04:02:13.928 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.870+0000 7f5380d26c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-10T04:02:13.928 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.874+0000 7f5380d26c80 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-10T04:02:13.928 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.874+0000 7f5380d26c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c7c03e4e00 2024-09-10T04:02:13.928 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.874+0000 7f5380d26c80 4 rocksdb: DB pointer 0x55c7c04e8000 2024-09-10T04:02:13.928 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.874+0000 7f5376aee640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-10T04:02:13.928 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.874+0000 7f5376aee640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-10T04:02:13.928 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: ** DB Stats ** 2024-09-10T04:02:13.928 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T04:02:13.928 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: 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-10T04:02:13.928 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T04:02:13.928 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T04:02:13.928 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: 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-10T04:02:13.928 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T04:02:13.929 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T04:02:13.929 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: ** Compaction Stats [default] ** 2024-09-10T04:02:13.929 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: 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-10T04:02:13.929 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-10T04:02:13.929 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T04:02:13.929 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T04:02:13.929 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T04:02:13.929 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: ** Compaction Stats [default] ** 2024-09-10T04:02:13.929 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: 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-10T04:02:13.929 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T04:02:13.929 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T04:02:13.929 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-10T04:02:13.929 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T04:02:13.929 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T04:02:13.930 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T04:02:13.930 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T04:02:13.930 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T04:02:13.930 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T04:02:13.930 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: Cumulative compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T04:02:13.930 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: Interval compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T04:02:13.930 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: 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-10T04:02:13.930 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: Block cache BinnedLRUCache@0x55c7c03b7610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-09-10T04:02:13.930 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: 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-10T04:02:13.930 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T04:02:13.930 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.874+0000 7f5380d26c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-10T04:02:13.930 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.874+0000 7f5380d26c80 0 using public_addr v2:172.21.15.121:0/0 -> [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] 2024-09-10T04:02:13.930 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.874+0000 7f5380d26c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] at bind addrs [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:13.931 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.874+0000 7f5380d26c80 1 mon.b@-1(???) e0 preinit fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:13.931 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.898+0000 7f5379af4640 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-10T04:02:13.931 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.898+0000 7f5379af4640 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-10T04:02:13.931 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: e1 2024-09-10T04:02:13.931 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: btime 2024-09-10T03:59:37:105988+0000 2024-09-10T04:02:13.931 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T04:02:13.931 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: 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-10T04:02:13.931 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: legacy client fscid: -1 2024-09-10T04:02:13.931 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: 2024-09-10T04:02:13.931 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: No filesystems configured 2024-09-10T04:02:13.931 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.898+0000 7f5379af4640 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-10T04:02:13.931 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.902+0000 7f5379af4640 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-10T04:02:13.931 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.902+0000 7f5379af4640 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-10T04:02:13.931 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.902+0000 7f5379af4640 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-10T04:02:13.932 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.902+0000 7f5379af4640 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-10T04:02:13.932 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.902+0000 7f5379af4640 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-10T04:02:13.932 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.902+0000 7f5379af4640 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T04:02:13.932 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.902+0000 7f5379af4640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T04:02:13.932 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.902+0000 7f5379af4640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T04:02:13.932 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.902+0000 7f5379af4640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T04:02:13.932 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:00:57.162350+0000 mon.a (mon.0) 108 : audit [DBG] from='client.? 172.21.15.111:0/3619017850' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-10T04:02:13.932 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:00:57.162350+0000 mon.a (mon.0) 108 : audit [DBG] from='client.? 172.21.15.111:0/3619017850' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-10T04:02:13.932 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:00:59.486936+0000 mon.a (mon.0) 109 : audit [INF] from='client.? 172.21.15.111:0/684200421' entity='client.admin' 2024-09-10T04:02:13.932 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:00:59.486936+0000 mon.a (mon.0) 109 : audit [INF] from='client.? 172.21.15.111:0/684200421' entity='client.admin' 2024-09-10T04:02:13.932 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.629401+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.932 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.629401+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.932 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.633028+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.932 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.633028+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.933 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.635210+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.933 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.635210+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.933 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.643511+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:13.933 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.643511+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:13.933 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.647357+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.933 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.647357+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.933 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.649999+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.933 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.649999+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.933 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.652523+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.933 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.652523+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.933 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.654924+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.933 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.654924+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.933 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.658628+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.933 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.658628+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.934 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.667468+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:13.934 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.667468+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:13.934 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.673920+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.934 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:00.673920+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.934 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:01.728824+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.934 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:01.728824+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.934 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:03.593579+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-10T04:02:13.934 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:03.593579+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-10T04:02:13.934 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:03.898814+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.934 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:03.898814+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.934 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:05.475258+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.934 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:05.475258+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.934 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:05.478833+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.935 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:05.478833+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.935 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:05.593976+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-10T04:02:13.935 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:05.593976+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-10T04:02:13.935 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:06.784729+0000 mon.a (mon.0) 125 : audit [INF] from='client.? 172.21.15.111:0/1453223679' entity='client.admin' 2024-09-10T04:02:13.935 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:06.784729+0000 mon.a (mon.0) 125 : audit [INF] from='client.? 172.21.15.111:0/1453223679' entity='client.admin' 2024-09-10T04:02:13.935 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:06.796737+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:13.935 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:06.796737+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:13.935 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:06.807165+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.935 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:06.807165+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.935 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:07.594339+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-10T04:02:13.935 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:07.594339+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-10T04:02:13.935 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:09.594687+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-10T04:02:13.935 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:09.594687+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-10T04:02:13.935 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:11.595158+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-10T04:02:13.936 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:11.595158+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-10T04:02:13.936 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:13.120695+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-10T04:02:13.936 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:13.120695+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-10T04:02:13.936 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:13.123484+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.936 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:13.123484+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.936 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:13.124717+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:13.936 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:13.124717+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:13.936 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:13.127535+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:13.936 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:13.127535+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:13.936 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:13.128487+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:13.936 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:13.128487+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:13.936 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:13.129613+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:13.936 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:13.129613+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:13.936 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:13.189827+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:13.937 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:13.189827+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:13.937 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:13.281979+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:02:13.937 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:13.281979+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:02:13.937 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:13.343786+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:02:13.937 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:13.343786+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:02:13.937 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:13.419449+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.937 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:13.419449+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.937 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:13.425121+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.937 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:13.425121+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.937 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:13.595542+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-10T04:02:13.937 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:13.595542+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-10T04:02:13.937 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:15.596057+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-10T04:02:13.937 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:15.596057+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-10T04:02:13.938 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:15.820455+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.938 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:15.820455+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.938 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:15.826868+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.938 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:15.826868+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.938 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:17.596649+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-10T04:02:13.938 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:17.596649+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-10T04:02:13.938 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:19.597161+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-10T04:02:13.938 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:19.597161+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-10T04:02:13.938 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:20.724831+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi121", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:13.938 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:20.724831+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi121", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:13.938 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:21.597644+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:13.938 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:21.597644+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:13.938 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:21.719567+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Deploying cephadm binary to smithi121 2024-09-10T04:02:13.938 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:21.719567+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Deploying cephadm binary to smithi121 2024-09-10T04:02:13.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:23.597963+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-10T04:02:13.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:23.597963+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-10T04:02:13.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:24.938057+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:24.938057+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:24.938651+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi121 2024-09-10T04:02:13.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:24.938651+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi121 2024-09-10T04:02:13.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:24.939035+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:13.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:24.939035+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:13.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:25.041227+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:25.041227+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:25.043726+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:25.043726+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:25.047613+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:25.047613+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.940 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:25.429606+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.940 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:25.429606+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.940 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:25.598289+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-10T04:02:13.940 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:25.598289+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-10T04:02:13.940 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:26.941256+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.940 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:26.941256+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.940 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:26.947523+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:13.940 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:26.947523+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:08.704299+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:02:14.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:08.704299+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:02:14.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:08.704627+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:08.704627+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:08.704908+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:14.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:08.704908+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:14.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:09.606827+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-10T04:02:14.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:09.606827+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-10T04:02:14.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:09.696850+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:09.696850+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:10.696907+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:10.696907+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:10.699107+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:14.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:10.699107+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:14.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:11.607198+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-10T04:02:14.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:11.607198+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-10T04:02:14.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:11.696359+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:11.696359+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:12.697096+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:12.697096+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.607555+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-10T04:02:14.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.607555+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-10T04:02:14.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.697085+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.138 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.697085+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.138 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.749490+0000 mon.a (mon.0) 231 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T04:02:14.140 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.749490+0000 mon.a (mon.0) 231 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T04:02:14.140 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760504+0000 mon.a (mon.0) 232 : cluster [DBG] monmap epoch 2 2024-09-10T04:02:14.140 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760504+0000 mon.a (mon.0) 232 : cluster [DBG] monmap epoch 2 2024-09-10T04:02:14.140 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760534+0000 mon.a (mon.0) 233 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:14.140 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760534+0000 mon.a (mon.0) 233 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:14.140 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760555+0000 mon.a (mon.0) 234 : cluster [DBG] last_changed 2024-09-10T04:02:08.696169+0000 2024-09-10T04:02:14.140 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760555+0000 mon.a (mon.0) 234 : cluster [DBG] last_changed 2024-09-10T04:02:08.696169+0000 2024-09-10T04:02:14.140 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760574+0000 mon.a (mon.0) 235 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:14.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760574+0000 mon.a (mon.0) 235 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:14.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760593+0000 mon.a (mon.0) 236 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:14.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760593+0000 mon.a (mon.0) 236 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:14.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760609+0000 mon.a (mon.0) 237 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:14.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760609+0000 mon.a (mon.0) 237 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:14.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760628+0000 mon.a (mon.0) 238 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:14.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760628+0000 mon.a (mon.0) 238 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:14.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760648+0000 mon.a (mon.0) 239 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:14.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.760648+0000 mon.a (mon.0) 239 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:14.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.778760+0000 mon.a (mon.0) 240 : cluster [DBG] fsmap 2024-09-10T04:02:14.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.778760+0000 mon.a (mon.0) 240 : cluster [DBG] fsmap 2024-09-10T04:02:14.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.778816+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:14.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.778816+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:14.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.779104+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e14: a(active, since 90s) 2024-09-10T04:02:14.142 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.779104+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e14: a(active, since 90s) 2024-09-10T04:02:14.142 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.779350+0000 mon.a (mon.0) 243 : cluster [INF] overall HEALTH_OK 2024-09-10T04:02:14.142 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.779350+0000 mon.a (mon.0) 243 : cluster [INF] overall HEALTH_OK 2024-09-10T04:02:14.142 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.785619+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.142 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.785619+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.142 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.791003+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.142 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.791003+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.142 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.796248+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.142 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.796248+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.142 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.801553+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.142 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.801553+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.142 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.808132+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.142 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.808132+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.142 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.813455+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.143 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.813455+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.143 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.820289+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.143 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:13 smithi174 bash[23190]: audit 2024-09-10T04:02:13.820289+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:08.704299+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:02:14.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:08.704299+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:02:14.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:08.704627+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:08.704627+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:08.704908+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:14.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:08.704908+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:14.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:09.606827+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-10T04:02:14.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:09.606827+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-10T04:02:14.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:09.696850+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:09.696850+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:10.696907+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:10.696907+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:10.699107+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:14.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:10.699107+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:14.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:11.607198+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-10T04:02:14.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:11.607198+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-10T04:02:14.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:11.696359+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:11.696359+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:12.697096+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:12.697096+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.607555+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-10T04:02:14.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.607555+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-10T04:02:14.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.697085+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.697085+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.749490+0000 mon.a (mon.0) 231 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T04:02:14.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.749490+0000 mon.a (mon.0) 231 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T04:02:14.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760504+0000 mon.a (mon.0) 232 : cluster [DBG] monmap epoch 2 2024-09-10T04:02:14.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760504+0000 mon.a (mon.0) 232 : cluster [DBG] monmap epoch 2 2024-09-10T04:02:14.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760534+0000 mon.a (mon.0) 233 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:14.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760534+0000 mon.a (mon.0) 233 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:14.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760555+0000 mon.a (mon.0) 234 : cluster [DBG] last_changed 2024-09-10T04:02:08.696169+0000 2024-09-10T04:02:14.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760555+0000 mon.a (mon.0) 234 : cluster [DBG] last_changed 2024-09-10T04:02:08.696169+0000 2024-09-10T04:02:14.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760574+0000 mon.a (mon.0) 235 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:14.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760574+0000 mon.a (mon.0) 235 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:14.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760593+0000 mon.a (mon.0) 236 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:14.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760593+0000 mon.a (mon.0) 236 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:14.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760609+0000 mon.a (mon.0) 237 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:14.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760609+0000 mon.a (mon.0) 237 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:14.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760628+0000 mon.a (mon.0) 238 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:14.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760628+0000 mon.a (mon.0) 238 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:14.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760648+0000 mon.a (mon.0) 239 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:14.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.760648+0000 mon.a (mon.0) 239 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:14.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.778760+0000 mon.a (mon.0) 240 : cluster [DBG] fsmap 2024-09-10T04:02:14.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.778760+0000 mon.a (mon.0) 240 : cluster [DBG] fsmap 2024-09-10T04:02:14.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.778816+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:14.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.778816+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:14.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.779104+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e14: a(active, since 90s) 2024-09-10T04:02:14.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.779104+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e14: a(active, since 90s) 2024-09-10T04:02:14.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.779350+0000 mon.a (mon.0) 243 : cluster [INF] overall HEALTH_OK 2024-09-10T04:02:14.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.779350+0000 mon.a (mon.0) 243 : cluster [INF] overall HEALTH_OK 2024-09-10T04:02:14.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.785619+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.785619+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.791003+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.193 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.791003+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.796248+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.796248+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.801553+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.801553+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.808132+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.808132+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.813455+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.813455+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.820289+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.194 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:13 smithi111 bash[22787]: audit 2024-09-10T04:02:13.820289+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:26.949025+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"} : dispatch 2024-09-10T04:02:14.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:26.949025+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"} : dispatch 2024-09-10T04:02:14.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:26.951208+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:26.951208+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:26.953058+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:14.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:26.953058+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:14.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:26.955536+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:14.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:26.955536+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:14.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:27.069293+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:14.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:27.069293+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:14.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:27.169335+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:02:14.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:27.169335+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:02:14.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:27.262267+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:02:14.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:27.262267+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:02:14.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:27.355849+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:27.355849+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:27.361555+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:27.361555+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:27.364740+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []} : dispatch 2024-09-10T04:02:14.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:27.364740+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []} : dispatch 2024-09-10T04:02:14.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:27.366819+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]': finished 2024-09-10T04:02:14.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:27.366819+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]': finished 2024-09-10T04:02:14.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:27.598655+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:14.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:27.598655+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:14.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:27.859710+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi121 on smithi121 2024-09-10T04:02:14.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:27.859710+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi121 on smithi121 2024-09-10T04:02:14.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.883174+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.206 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.883174+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.206 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.889276+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.206 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.889276+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.206 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.895171+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.206 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.895171+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.206 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.908663+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.206 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.908663+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.206 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.929572+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:14.206 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.929572+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:14.206 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.933986+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.206 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.933986+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.206 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.935698+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:14.206 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.935698+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:14.207 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.943868+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.207 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.943868+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.207 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.980825+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:14.207 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.980825+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:14.207 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.985424+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.207 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.985424+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.207 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.986976+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:14.207 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.986976+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:14.207 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.995742+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.207 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:28.995742+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.207 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:29.441535+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.207 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:29.441535+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.207 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:29.598994+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-10T04:02:14.207 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:29.598994+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-10T04:02:14.208 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:30.507107+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.208 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:30.507107+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.208 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:30.514389+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.208 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:30.514389+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.208 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:31.599326+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:14.208 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:31.599326+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:14.208 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:31.918124+0000 mgr.a (mgr.14152) 41 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:02:14.208 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:31.918124+0000 mgr.a (mgr.14152) 41 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:02:14.208 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:33.599719+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-10T04:02:14.208 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:33.599719+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-10T04:02:14.208 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:35.600146+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-10T04:02:14.208 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:35.600146+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-10T04:02:14.208 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:37.600600+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-10T04:02:14.208 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:37.600600+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-10T04:02:14.209 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:39.375759+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi174", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:14.209 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:39.375759+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi174", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:14.209 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:39.600971+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-10T04:02:14.209 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:39.600971+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-10T04:02:14.209 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:40.367153+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi174 2024-09-10T04:02:14.209 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:40.367153+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi174 2024-09-10T04:02:14.209 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:41.601258+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-10T04:02:14.209 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:41.601258+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-10T04:02:14.209 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:43.500320+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.209 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:43.500320+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.209 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:43.501157+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi174 2024-09-10T04:02:14.209 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:43.501157+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi174 2024-09-10T04:02:14.209 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:43.501964+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:14.209 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:43.501964+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:14.210 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:43.601631+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-10T04:02:14.210 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:43.601631+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-10T04:02:14.210 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:43.711378+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.210 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:43.711378+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.210 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:43.719030+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.210 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:43.719030+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.210 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:44.021653+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.210 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:44.021653+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.210 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.239369+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.210 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.239369+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.210 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.245749+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.210 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.245749+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.210 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.252717+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.211 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.252717+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.211 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.535273+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.211 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.535273+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.211 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.541421+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.211 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.541421+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.211 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.542945+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"} : dispatch 2024-09-10T04:02:14.211 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.542945+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"} : dispatch 2024-09-10T04:02:14.211 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.544966+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.211 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.544966+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.211 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.546609+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:14.211 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.546609+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:14.213 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:45.549018+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:14.213 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:45.549018+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:14.213 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:45.602014+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:14.213 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:45.602014+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:14.213 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.949064+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.213 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.949064+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.213 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.956169+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.213 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.956169+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.213 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.958598+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []} : dispatch 2024-09-10T04:02:14.213 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.958598+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []} : dispatch 2024-09-10T04:02:14.213 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.960507+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []}]': finished 2024-09-10T04:02:14.214 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:45.960507+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []}]': finished 2024-09-10T04:02:14.214 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:45.664441+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:14.214 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:45.664441+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:14.214 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:45.765306+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:02:14.214 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:45.765306+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:02:14.214 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:45.856405+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:02:14.214 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:45.856405+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:02:14.214 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:46.573533+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi174 on smithi174 2024-09-10T04:02:14.214 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:01:46.573533+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi174 on smithi174 2024-09-10T04:02:14.214 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:47.602396+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-10T04:02:14.214 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:47.602396+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-10T04:02:14.214 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.700498+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.214 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.700498+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.214 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.706518+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.215 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.706518+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.215 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.712002+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.215 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.712002+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.215 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.759592+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:14.215 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.759592+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:14.215 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.763439+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.215 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.763439+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.215 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.764805+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:14.215 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.764805+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:14.215 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.771564+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.215 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.771564+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.215 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.818457+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:14.215 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.818457+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:14.215 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.822194+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.216 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.822194+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.216 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.823629+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:14.216 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.823629+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:14.216 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.831894+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.216 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:47.831894+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.216 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:48.251264+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.216 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:48.251264+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.216 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:48.915759+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.216 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:48.915759+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.216 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:49.322500+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.216 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:49.322500+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.216 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:49.329922+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.216 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:49.329922+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.216 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:49.602782+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-10T04:02:14.217 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:49.602782+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-10T04:02:14.217 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:50.081039+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.217 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:50.081039+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.217 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:50.086775+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.217 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:50.086775+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.217 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:50.094287+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.217 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:50.094287+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.217 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:50.115684+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-10T04:02:14.217 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:50.115684+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-10T04:02:14.217 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:51.603182+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-10T04:02:14.217 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:51.603182+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-10T04:02:14.217 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:53.603635+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-10T04:02:14.217 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:53.603635+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-10T04:02:14.217 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:55.604104+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-10T04:02:14.217 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:55.604104+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-10T04:02:14.218 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:57.536726+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.111:0/1252080328' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-10T04:02:14.218 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:57.536726+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.111:0/1252080328' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-10T04:02:14.218 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:57.588124+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.111:0/1252080328' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T04:02:14.218 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:01:57.588124+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.111:0/1252080328' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T04:02:14.218 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:57.593938+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:14.218 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:57.593938+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:14.218 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:57.604433+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-10T04:02:14.218 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:57.604433+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-10T04:02:14.218 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:59.604827+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-10T04:02:14.218 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:01:59.604827+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-10T04:02:14.218 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:01.605227+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:14.218 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:01.605227+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:14.218 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.679283+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.218 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.679283+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.219 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.680413+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:14.219 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.680413+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:14.219 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.683899+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.219 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.683899+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.219 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.685053+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:14.219 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.685053+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:14.219 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.694262+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.219 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.694262+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.219 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.699285+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:14.219 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.699285+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:14.219 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.700820+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.219 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.700820+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.219 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.673678+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi111:172.21.15.111=a;smithi121:172.21.15.121=b;smithi174:172.21.15.174=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:14.219 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:01.673678+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi111:172.21.15.111=a;smithi121:172.21.15.121=b;smithi174:172.21.15.174=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:14.219 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:02:01.676098+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi111:172.21.15.111=a;smithi121:172.21.15.121=b;smithi174:172.21.15.174=c;count:3 2024-09-10T04:02:14.220 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:02:01.676098+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi111:172.21.15.111=a;smithi121:172.21.15.121=b;smithi174:172.21.15.174=c;count:3 2024-09-10T04:02:14.220 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:02:01.702382+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi174 2024-09-10T04:02:14.220 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cephadm 2024-09-10T04:02:01.702382+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi174 2024-09-10T04:02:14.220 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:03.029753+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.220 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:03.029753+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.220 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:03.037106+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.220 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:03.037106+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.220 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:03.605675+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-10T04:02:14.220 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:03.605675+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-10T04:02:14.220 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:05.452164+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.220 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:05.452164+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.220 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:05.457567+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.220 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:05.457567+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.220 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:05.464831+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.221 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:05.464831+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.221 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:05.606101+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-10T04:02:14.221 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:05.606101+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-10T04:02:14.221 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:05.714677+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.174:0/1866140718' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:02:14.221 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:05.714677+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.174:0/1866140718' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:02:14.221 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:07.606442+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-10T04:02:14.221 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:07.606442+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-10T04:02:14.221 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:07.609274+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.221 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:07.609274+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.221 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:07.614975+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.221 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:07.614975+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.221 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:07.623412+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.221 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:07.623412+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.221 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:07.624742+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:14.222 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:07.624742+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:14.222 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:07.626728+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.222 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:07.626728+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:14.222 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:08.704299+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:02:14.222 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:08.704299+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:02:14.222 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:08.704627+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.222 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:08.704627+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.222 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:08.704908+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:14.222 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:08.704908+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:14.222 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:09.606827+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-10T04:02:14.222 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:09.606827+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-10T04:02:14.222 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:09.696850+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.222 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:09.696850+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.222 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:10.696907+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.222 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:10.696907+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.223 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:10.699107+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:14.223 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:10.699107+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:14.223 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:11.607198+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-10T04:02:14.223 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:11.607198+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-10T04:02:14.223 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:11.696359+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.223 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:11.696359+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.223 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:12.697096+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.223 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:12.697096+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.223 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.607555+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-10T04:02:14.223 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.607555+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-10T04:02:14.223 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.697085+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.223 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.697085+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:14.223 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.749490+0000 mon.a (mon.0) 231 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T04:02:14.223 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.749490+0000 mon.a (mon.0) 231 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T04:02:14.224 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760504+0000 mon.a (mon.0) 232 : cluster [DBG] monmap epoch 2 2024-09-10T04:02:14.224 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760504+0000 mon.a (mon.0) 232 : cluster [DBG] monmap epoch 2 2024-09-10T04:02:14.224 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760534+0000 mon.a (mon.0) 233 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:14.224 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760534+0000 mon.a (mon.0) 233 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:14.224 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760555+0000 mon.a (mon.0) 234 : cluster [DBG] last_changed 2024-09-10T04:02:08.696169+0000 2024-09-10T04:02:14.224 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760555+0000 mon.a (mon.0) 234 : cluster [DBG] last_changed 2024-09-10T04:02:08.696169+0000 2024-09-10T04:02:14.224 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760574+0000 mon.a (mon.0) 235 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:14.224 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760574+0000 mon.a (mon.0) 235 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:14.224 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760593+0000 mon.a (mon.0) 236 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:14.224 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760593+0000 mon.a (mon.0) 236 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:14.224 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760609+0000 mon.a (mon.0) 237 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:14.224 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760609+0000 mon.a (mon.0) 237 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:14.224 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760628+0000 mon.a (mon.0) 238 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:14.224 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760628+0000 mon.a (mon.0) 238 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:14.224 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760648+0000 mon.a (mon.0) 239 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:14.225 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.760648+0000 mon.a (mon.0) 239 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:14.225 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.778760+0000 mon.a (mon.0) 240 : cluster [DBG] fsmap 2024-09-10T04:02:14.225 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.778760+0000 mon.a (mon.0) 240 : cluster [DBG] fsmap 2024-09-10T04:02:14.225 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.778816+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:14.225 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.778816+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:14.225 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.779104+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e14: a(active, since 90s) 2024-09-10T04:02:14.225 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.779104+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e14: a(active, since 90s) 2024-09-10T04:02:14.225 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.779350+0000 mon.a (mon.0) 243 : cluster [INF] overall HEALTH_OK 2024-09-10T04:02:14.225 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.779350+0000 mon.a (mon.0) 243 : cluster [INF] overall HEALTH_OK 2024-09-10T04:02:14.225 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.785619+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.225 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.785619+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.225 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.791003+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.225 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.791003+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.225 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.796248+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.226 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.796248+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.226 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.801553+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.226 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.801553+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.226 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.808132+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.226 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.808132+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.226 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.813455+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.226 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.813455+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.226 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.820289+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.226 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: audit 2024-09-10T04:02:13.820289+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:14.226 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:13 smithi121 bash[23503]: debug 2024-09-10T04:02:13.914+0000 7f5379af4640 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-10T04:02:15.189 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:02:14 smithi111 bash[23043]: debug 2024-09-10T04:02:14.694+0000 7fb3f66ec640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-10T04:02:18.974 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 3 2024-09-10T04:02:18.974 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-10T04:02:18.974 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":3,"fsid":"d8b841fe-6f28-11ef-bcea-c7b262605968","modified":"2024-09-10T04:02:13.924449Z","created":"2024-09-10T03:59:31.746521Z","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.111:3300","nonce":0},{"type":"v1","addr":"172.21.15.111:6789","nonce":0}]},"addr":"172.21.15.111:6789/0","public_addr":"172.21.15.111:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:3300","nonce":0},{"type":"v1","addr":"172.21.15.174:6789","nonce":0}]},"addr":"172.21.15.174:6789/0","public_addr":"172.21.15.174:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:3300","nonce":0},{"type":"v1","addr":"172.21.15.121:6789","nonce":0}]},"addr":"172.21.15.121:6789/0","public_addr":"172.21.15.121:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-10T04:02:19.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cephadm 2024-09-10T04:02:13.863441+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:19.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cephadm 2024-09-10T04:02:13.863441+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:19.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cephadm 2024-09-10T04:02:13.863647+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:19.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cephadm 2024-09-10T04:02:13.863647+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:19.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cephadm 2024-09-10T04:02:13.864326+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:19.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cephadm 2024-09-10T04:02:13.864326+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:19.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:13.928502+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:02:19.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:13.928502+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:02:19.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.928684+0000 mon.a (mon.0) 257 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:19.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.928684+0000 mon.a (mon.0) 257 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:19.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.928986+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:19.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:13.928986+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:19.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:13.946423+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:13.946423+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:13.946542+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:19.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:13.946542+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:19.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cephadm 2024-09-10T04:02:14.006479+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:19.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cephadm 2024-09-10T04:02:14.006479+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:19.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cephadm 2024-09-10T04:02:14.006698+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:19.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cephadm 2024-09-10T04:02:14.006698+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:19.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cephadm 2024-09-10T04:02:14.006834+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:19.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cephadm 2024-09-10T04:02:14.006834+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:19.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:14.158669+0000 mon.a (mon.0) 260 : audit [DBG] from='client.? 172.21.15.174:0/1416284478' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:02:19.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:14.158669+0000 mon.a (mon.0) 260 : audit [DBG] from='client.? 172.21.15.174:0/1416284478' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:02:19.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:14.924510+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:14.924510+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:15.607885+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:19.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:15.607885+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:19.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:15.925150+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:15.925150+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:16.924759+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:16.924759+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:17.608258+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:19.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:17.608258+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:19.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:17.925092+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:17.925092+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:18.925307+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:18.925307+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.946692+0000 mon.a (mon.0) 266 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T04:02:19.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.946692+0000 mon.a (mon.0) 266 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T04:02:19.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952749+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-09-10T04:02:19.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952749+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-09-10T04:02:19.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952790+0000 mon.a (mon.0) 268 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:19.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952790+0000 mon.a (mon.0) 268 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:19.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952813+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:02:19.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952813+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:02:19.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952842+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:19.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952842+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:19.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952865+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:19.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952865+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:19.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952891+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:19.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952891+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:19.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952920+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:19.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952920+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:19.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952948+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:19.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952948+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:19.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952971+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:02:19.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.952971+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:02:19.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.970782+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-09-10T04:02:19.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.970782+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-09-10T04:02:19.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.970850+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:19.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.970850+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:19.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.971182+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e14: a(active, since 95s) 2024-09-10T04:02:19.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.971182+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e14: a(active, since 95s) 2024-09-10T04:02:19.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.971514+0000 mon.a (mon.0) 279 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-10T04:02:19.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.971514+0000 mon.a (mon.0) 279 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-10T04:02:19.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.979271+0000 mon.a (mon.0) 280 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-10T04:02:19.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.979271+0000 mon.a (mon.0) 280 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-10T04:02:19.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.979300+0000 mon.a (mon.0) 281 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-10T04:02:19.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.979300+0000 mon.a (mon.0) 281 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-10T04:02:19.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.979316+0000 mon.a (mon.0) 282 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] is down (out of quorum) 2024-09-10T04:02:19.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: cluster 2024-09-10T04:02:18.979316+0000 mon.a (mon.0) 282 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] is down (out of quorum) 2024-09-10T04:02:19.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:18.983332+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:18.983332+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:18.988095+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:18.988095+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:18.991951+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:18.991951+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:18.995107+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:18.995107+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:18.997989+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:18.997989+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.000745+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.000745+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.003354+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.003354+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.005768+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.005768+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.008109+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.008109+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.011163+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.011163+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.013605+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.013605+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.017020+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.017020+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.021333+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:19 smithi111 bash[22787]: audit 2024-09-10T04:02:19.021333+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cephadm 2024-09-10T04:02:13.863441+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:19.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cephadm 2024-09-10T04:02:13.863441+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:19.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cephadm 2024-09-10T04:02:13.863647+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:19.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cephadm 2024-09-10T04:02:13.863647+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:19.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cephadm 2024-09-10T04:02:13.864326+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:19.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cephadm 2024-09-10T04:02:13.864326+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:19.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:13.928502+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:02:19.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:13.928502+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:02:19.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.928684+0000 mon.a (mon.0) 257 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:19.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.928684+0000 mon.a (mon.0) 257 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:19.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.928986+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:19.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:13.928986+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:19.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:13.946423+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:13.946423+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:13.946542+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:19.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:13.946542+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:19.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cephadm 2024-09-10T04:02:14.006479+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:19.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cephadm 2024-09-10T04:02:14.006479+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:19.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cephadm 2024-09-10T04:02:14.006698+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:19.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cephadm 2024-09-10T04:02:14.006698+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:19.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cephadm 2024-09-10T04:02:14.006834+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:19.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cephadm 2024-09-10T04:02:14.006834+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:19.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:14.158669+0000 mon.a (mon.0) 260 : audit [DBG] from='client.? 172.21.15.174:0/1416284478' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:02:19.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:14.158669+0000 mon.a (mon.0) 260 : audit [DBG] from='client.? 172.21.15.174:0/1416284478' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:02:19.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:14.924510+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.389 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:14.924510+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.389 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:15.607885+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:19.389 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:15.607885+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:19.389 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:15.925150+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.389 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:15.925150+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.389 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:16.924759+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.389 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:16.924759+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.389 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:17.608258+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:19.389 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:17.608258+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:19.390 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:17.925092+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.390 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:17.925092+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.390 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:18.925307+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.390 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:18.925307+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:19.390 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.946692+0000 mon.a (mon.0) 266 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T04:02:19.390 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.946692+0000 mon.a (mon.0) 266 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T04:02:19.390 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952749+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-09-10T04:02:19.390 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952749+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-09-10T04:02:19.390 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952790+0000 mon.a (mon.0) 268 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:19.390 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952790+0000 mon.a (mon.0) 268 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:19.390 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952813+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:02:19.390 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952813+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:02:19.390 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952842+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:19.390 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952842+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:19.391 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952865+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:19.391 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952865+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:19.391 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952891+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:19.391 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952891+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:19.391 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952920+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:19.391 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952920+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:19.391 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952948+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:19.391 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952948+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:19.391 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952971+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:02:19.391 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.952971+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:02:19.391 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.970782+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-09-10T04:02:19.392 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.970782+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-09-10T04:02:19.392 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.970850+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:19.392 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.970850+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:19.392 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.971182+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e14: a(active, since 95s) 2024-09-10T04:02:19.392 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.971182+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e14: a(active, since 95s) 2024-09-10T04:02:19.392 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.971514+0000 mon.a (mon.0) 279 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-10T04:02:19.392 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.971514+0000 mon.a (mon.0) 279 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-10T04:02:19.392 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.979271+0000 mon.a (mon.0) 280 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-10T04:02:19.392 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.979271+0000 mon.a (mon.0) 280 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-10T04:02:19.392 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.979300+0000 mon.a (mon.0) 281 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-10T04:02:19.393 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.979300+0000 mon.a (mon.0) 281 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-10T04:02:19.393 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.979316+0000 mon.a (mon.0) 282 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] is down (out of quorum) 2024-09-10T04:02:19.393 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: cluster 2024-09-10T04:02:18.979316+0000 mon.a (mon.0) 282 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] is down (out of quorum) 2024-09-10T04:02:19.393 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:18.983332+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.393 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:18.983332+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.393 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:18.988095+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.393 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:18.988095+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.393 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:18.991951+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.393 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:18.991951+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.393 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:18.995107+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.393 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:18.995107+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.393 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:18.997989+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.394 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:18.997989+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.394 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.000745+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.394 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.000745+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.394 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.003354+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.394 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.003354+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.394 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.005768+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.394 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.005768+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.394 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.008109+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.394 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.008109+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.394 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.011163+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.394 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.011163+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.395 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.013605+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.395 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.013605+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.395 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.017020+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.395 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.017020+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.395 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.021333+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.395 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:19 smithi174 bash[23190]: audit 2024-09-10T04:02:19.021333+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:19.566 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-10T04:02:19.566 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-10T04:02:20.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: cephadm 2024-09-10T04:02:19.017466+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:20.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: cephadm 2024-09-10T04:02:19.017466+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:20.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: cephadm 2024-09-10T04:02:19.053266+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T04:02:20.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: cephadm 2024-09-10T04:02:19.053266+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T04:02:20.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.053786+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:20.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.053786+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:20.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.054807+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:20.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.054807+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:20.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.055678+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:20.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.055678+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:20.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: cephadm 2024-09-10T04:02:19.056741+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi111 2024-09-10T04:02:20.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: cephadm 2024-09-10T04:02:19.056741+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi111 2024-09-10T04:02:20.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.125309+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.125309+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.128984+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.128984+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.133487+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.133487+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.163547+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.163547+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: cluster 2024-09-10T04:02:19.608556+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-10T04:02:20.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: cluster 2024-09-10T04:02:19.608556+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-10T04:02:20.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.925215+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:20.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:20 smithi174 bash[23190]: audit 2024-09-10T04:02:19.925215+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:20.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: cephadm 2024-09-10T04:02:19.017466+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:20.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: cephadm 2024-09-10T04:02:19.017466+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:20.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: cephadm 2024-09-10T04:02:19.053266+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T04:02:20.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: cephadm 2024-09-10T04:02:19.053266+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T04:02:20.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.053786+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:20.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.053786+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:20.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.054807+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:20.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.054807+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:20.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.055678+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:20.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.055678+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:20.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: cephadm 2024-09-10T04:02:19.056741+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi111 2024-09-10T04:02:20.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: cephadm 2024-09-10T04:02:19.056741+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi111 2024-09-10T04:02:20.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.125309+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.125309+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.128984+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.128984+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.133487+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.133487+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.163547+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.163547+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:20.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: cluster 2024-09-10T04:02:19.608556+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-10T04:02:20.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: cluster 2024-09-10T04:02:19.608556+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-10T04:02:20.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.925215+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:20.442 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:20 smithi111 bash[22787]: audit 2024-09-10T04:02:19.925215+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:21.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:13.863441+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:21.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:13.863441+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:21.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:13.863647+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:21.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:13.863647+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:21.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:13.864326+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:21.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:13.864326+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:21.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:13.928502+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:02:21.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:13.928502+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:02:21.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.928684+0000 mon.a (mon.0) 257 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:21.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.928684+0000 mon.a (mon.0) 257 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:21.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.928986+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:21.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:13.928986+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:21.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:13.946423+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:21.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:13.946423+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:21.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:13.946542+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:21.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:13.946542+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:02:21.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:14.006479+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:21.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:14.006479+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:21.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:14.006698+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:21.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:14.006698+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:21.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:14.006834+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:21.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:14.006834+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:21.455 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:14.158669+0000 mon.a (mon.0) 260 : audit [DBG] from='client.? 172.21.15.174:0/1416284478' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:02:21.455 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:14.158669+0000 mon.a (mon.0) 260 : audit [DBG] from='client.? 172.21.15.174:0/1416284478' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:02:21.455 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:14.924510+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:21.455 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:14.924510+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:21.455 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:15.607885+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:21.456 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:15.607885+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:21.456 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:15.925150+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:21.456 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:15.925150+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:21.456 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:16.924759+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:21.456 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:16.924759+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:21.456 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:17.608258+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:21.456 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:17.608258+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:21.456 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:17.925092+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:21.456 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:17.925092+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:21.456 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:18.925307+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:21.456 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:18.925307+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:21.456 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.946692+0000 mon.a (mon.0) 266 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T04:02:21.456 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.946692+0000 mon.a (mon.0) 266 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T04:02:21.457 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952749+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-09-10T04:02:21.457 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952749+0000 mon.a (mon.0) 267 : cluster [DBG] monmap epoch 3 2024-09-10T04:02:21.457 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952790+0000 mon.a (mon.0) 268 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:21.457 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952790+0000 mon.a (mon.0) 268 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:21.457 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952813+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:02:21.457 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952813+0000 mon.a (mon.0) 269 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:02:21.457 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952842+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:21.457 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952842+0000 mon.a (mon.0) 270 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:21.457 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952865+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:21.457 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952865+0000 mon.a (mon.0) 271 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:21.457 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952891+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:21.457 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952891+0000 mon.a (mon.0) 272 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:21.457 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952920+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:21.457 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952920+0000 mon.a (mon.0) 273 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:21.458 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952948+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:21.458 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952948+0000 mon.a (mon.0) 274 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:21.458 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952971+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:02:21.458 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.952971+0000 mon.a (mon.0) 275 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:02:21.458 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.970782+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-09-10T04:02:21.458 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.970782+0000 mon.a (mon.0) 276 : cluster [DBG] fsmap 2024-09-10T04:02:21.458 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.970850+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:21.458 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.970850+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:21.458 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.971182+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e14: a(active, since 95s) 2024-09-10T04:02:21.458 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.971182+0000 mon.a (mon.0) 278 : cluster [DBG] mgrmap e14: a(active, since 95s) 2024-09-10T04:02:21.458 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.971514+0000 mon.a (mon.0) 279 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-10T04:02:21.458 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.971514+0000 mon.a (mon.0) 279 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-10T04:02:21.458 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.979271+0000 mon.a (mon.0) 280 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-10T04:02:21.458 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.979271+0000 mon.a (mon.0) 280 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-10T04:02:21.459 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.979300+0000 mon.a (mon.0) 281 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-10T04:02:21.459 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.979300+0000 mon.a (mon.0) 281 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-10T04:02:21.459 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.979316+0000 mon.a (mon.0) 282 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] is down (out of quorum) 2024-09-10T04:02:21.459 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:18.979316+0000 mon.a (mon.0) 282 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] is down (out of quorum) 2024-09-10T04:02:21.459 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:18.983332+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.459 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:18.983332+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.459 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:18.988095+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.459 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:18.988095+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.459 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:18.991951+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.459 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:18.991951+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.459 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:18.995107+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.459 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:18.995107+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.459 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:18.997989+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.460 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:18.997989+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.460 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.000745+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.460 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.000745+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.460 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.003354+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.460 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.003354+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.460 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.005768+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.460 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.005768+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.460 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.008109+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.460 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.008109+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.460 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.011163+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.460 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.011163+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.460 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.013605+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.461 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.013605+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.461 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.017020+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.461 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.017020+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.461 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.021333+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.461 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.021333+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.461 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:19.017466+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:21.461 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:19.017466+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:21.461 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:19.053266+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T04:02:21.461 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:19.053266+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T04:02:21.462 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.053786+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:21.462 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.053786+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:21.462 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.054807+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:21.462 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.054807+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:21.462 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.055678+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:21.462 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.055678+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:21.462 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:19.056741+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi111 2024-09-10T04:02:21.462 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cephadm 2024-09-10T04:02:19.056741+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi111 2024-09-10T04:02:21.462 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.125309+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.462 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.125309+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.462 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.128984+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.462 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.128984+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.462 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.133487+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.463 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.133487+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.463 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.163547+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.463 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.163547+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:21.463 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:19.608556+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-10T04:02:21.463 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: cluster 2024-09-10T04:02:19.608556+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-10T04:02:21.463 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.925215+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:21.463 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:20 smithi121 bash[23503]: audit 2024-09-10T04:02:19.925215+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:21.600 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:15.926683+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T04:02:21.600 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:15.926683+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T04:02:21.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:20.970049+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-10T04:02:21.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:20.970049+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-10T04:02:21.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:20.971313+0000 mon.a (mon.0) 308 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:21.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:20.971313+0000 mon.a (mon.0) 308 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:21.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:20.971818+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:21.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:20.971818+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:21.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.013396+0000 mon.a (mon.0) 309 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T04:02:21.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.013396+0000 mon.a (mon.0) 309 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T04:02:21.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026521+0000 mon.a (mon.0) 310 : cluster [DBG] monmap epoch 3 2024-09-10T04:02:21.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026521+0000 mon.a (mon.0) 310 : cluster [DBG] monmap epoch 3 2024-09-10T04:02:21.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026552+0000 mon.a (mon.0) 311 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:21.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026552+0000 mon.a (mon.0) 311 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:21.602 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026582+0000 mon.a (mon.0) 312 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:02:21.602 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026582+0000 mon.a (mon.0) 312 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:02:21.602 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026605+0000 mon.a (mon.0) 313 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:21.602 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026605+0000 mon.a (mon.0) 313 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:21.602 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026625+0000 mon.a (mon.0) 314 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:21.602 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026625+0000 mon.a (mon.0) 314 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:21.602 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026644+0000 mon.a (mon.0) 315 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:21.602 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026644+0000 mon.a (mon.0) 315 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:21.602 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026663+0000 mon.a (mon.0) 316 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:21.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:15.926683+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T04:02:21.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:15.926683+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T04:02:21.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:20.970049+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-10T04:02:21.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:20.970049+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-10T04:02:21.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:20.971313+0000 mon.a (mon.0) 308 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:21.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:20.971313+0000 mon.a (mon.0) 308 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:21.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:20.971818+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:21.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:20.971818+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:21.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.013396+0000 mon.a (mon.0) 309 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T04:02:21.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.013396+0000 mon.a (mon.0) 309 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T04:02:21.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026521+0000 mon.a (mon.0) 310 : cluster [DBG] monmap epoch 3 2024-09-10T04:02:21.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026521+0000 mon.a (mon.0) 310 : cluster [DBG] monmap epoch 3 2024-09-10T04:02:21.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026552+0000 mon.a (mon.0) 311 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:21.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026552+0000 mon.a (mon.0) 311 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:21.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026582+0000 mon.a (mon.0) 312 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:02:21.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026582+0000 mon.a (mon.0) 312 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:02:21.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026605+0000 mon.a (mon.0) 313 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:21.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026605+0000 mon.a (mon.0) 313 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:21.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026625+0000 mon.a (mon.0) 314 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:21.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026625+0000 mon.a (mon.0) 314 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:21.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026644+0000 mon.a (mon.0) 315 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:21.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026644+0000 mon.a (mon.0) 315 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:21.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026663+0000 mon.a (mon.0) 316 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:21.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026663+0000 mon.a (mon.0) 316 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:21.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026682+0000 mon.a (mon.0) 317 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:21.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026682+0000 mon.a (mon.0) 317 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:21.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026703+0000 mon.a (mon.0) 318 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:02:21.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.026703+0000 mon.a (mon.0) 318 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:02:21.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.046396+0000 mon.a (mon.0) 319 : cluster [DBG] fsmap 2024-09-10T04:02:21.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.046396+0000 mon.a (mon.0) 319 : cluster [DBG] fsmap 2024-09-10T04:02:21.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.046442+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:21.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.046442+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:21.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.046642+0000 mon.a (mon.0) 321 : cluster [DBG] mgrmap e14: a(active, since 97s) 2024-09-10T04:02:21.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.046642+0000 mon.a (mon.0) 321 : cluster [DBG] mgrmap e14: a(active, since 97s) 2024-09-10T04:02:21.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.046805+0000 mon.a (mon.0) 322 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-10T04:02:21.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.046805+0000 mon.a (mon.0) 322 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-10T04:02:21.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.046821+0000 mon.a (mon.0) 323 : cluster [INF] Cluster is now healthy 2024-09-10T04:02:21.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.046821+0000 mon.a (mon.0) 323 : cluster [INF] Cluster is now healthy 2024-09-10T04:02:21.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.050685+0000 mon.a (mon.0) 324 : cluster [INF] overall HEALTH_OK 2024-09-10T04:02:21.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:21 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.050685+0000 mon.a (mon.0) 324 : cluster [INF] overall HEALTH_OK 2024-09-10T04:02:21.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026663+0000 mon.a (mon.0) 316 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:21.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026682+0000 mon.a (mon.0) 317 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:21.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026682+0000 mon.a (mon.0) 317 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:21.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026703+0000 mon.a (mon.0) 318 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:02:21.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.026703+0000 mon.a (mon.0) 318 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:02:21.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.046396+0000 mon.a (mon.0) 319 : cluster [DBG] fsmap 2024-09-10T04:02:21.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.046396+0000 mon.a (mon.0) 319 : cluster [DBG] fsmap 2024-09-10T04:02:21.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.046442+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:21.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.046442+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:21.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.046642+0000 mon.a (mon.0) 321 : cluster [DBG] mgrmap e14: a(active, since 97s) 2024-09-10T04:02:21.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.046642+0000 mon.a (mon.0) 321 : cluster [DBG] mgrmap e14: a(active, since 97s) 2024-09-10T04:02:21.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.046805+0000 mon.a (mon.0) 322 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-10T04:02:21.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.046805+0000 mon.a (mon.0) 322 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-10T04:02:21.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.046821+0000 mon.a (mon.0) 323 : cluster [INF] Cluster is now healthy 2024-09-10T04:02:21.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.046821+0000 mon.a (mon.0) 323 : cluster [INF] Cluster is now healthy 2024-09-10T04:02:21.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.050685+0000 mon.a (mon.0) 324 : cluster [INF] overall HEALTH_OK 2024-09-10T04:02:21.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:21 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.050685+0000 mon.a (mon.0) 324 : cluster [INF] overall HEALTH_OK 2024-09-10T04:02:21.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:15.926683+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T04:02:21.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:15.926683+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T04:02:21.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:20.970049+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-10T04:02:21.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:20.970049+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-10T04:02:21.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:20.971313+0000 mon.a (mon.0) 308 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:21.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:20.971313+0000 mon.a (mon.0) 308 : cluster [INF] mon.a calling monitor election 2024-09-10T04:02:21.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:20.971818+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:21.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:20.971818+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-10T04:02:21.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.013396+0000 mon.a (mon.0) 309 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T04:02:21.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.013396+0000 mon.a (mon.0) 309 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T04:02:21.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026521+0000 mon.a (mon.0) 310 : cluster [DBG] monmap epoch 3 2024-09-10T04:02:21.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026521+0000 mon.a (mon.0) 310 : cluster [DBG] monmap epoch 3 2024-09-10T04:02:21.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026552+0000 mon.a (mon.0) 311 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:21.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026552+0000 mon.a (mon.0) 311 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:21.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026582+0000 mon.a (mon.0) 312 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:02:21.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026582+0000 mon.a (mon.0) 312 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:02:21.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026605+0000 mon.a (mon.0) 313 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:21.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026605+0000 mon.a (mon.0) 313 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:02:21.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026625+0000 mon.a (mon.0) 314 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:21.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026625+0000 mon.a (mon.0) 314 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:02:21.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026644+0000 mon.a (mon.0) 315 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:21.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026644+0000 mon.a (mon.0) 315 : cluster [DBG] election_strategy: 1 2024-09-10T04:02:21.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026663+0000 mon.a (mon.0) 316 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:21.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026663+0000 mon.a (mon.0) 316 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:02:21.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026682+0000 mon.a (mon.0) 317 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:21.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026682+0000 mon.a (mon.0) 317 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:02:21.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026703+0000 mon.a (mon.0) 318 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:02:21.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.026703+0000 mon.a (mon.0) 318 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:02:21.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.046396+0000 mon.a (mon.0) 319 : cluster [DBG] fsmap 2024-09-10T04:02:21.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.046396+0000 mon.a (mon.0) 319 : cluster [DBG] fsmap 2024-09-10T04:02:21.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.046442+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:21.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.046442+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:02:21.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.046642+0000 mon.a (mon.0) 321 : cluster [DBG] mgrmap e14: a(active, since 97s) 2024-09-10T04:02:21.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.046642+0000 mon.a (mon.0) 321 : cluster [DBG] mgrmap e14: a(active, since 97s) 2024-09-10T04:02:21.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.046805+0000 mon.a (mon.0) 322 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-10T04:02:21.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.046805+0000 mon.a (mon.0) 322 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-10T04:02:21.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.046821+0000 mon.a (mon.0) 323 : cluster [INF] Cluster is now healthy 2024-09-10T04:02:21.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.046821+0000 mon.a (mon.0) 323 : cluster [INF] Cluster is now healthy 2024-09-10T04:02:21.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.050685+0000 mon.a (mon.0) 324 : cluster [INF] overall HEALTH_OK 2024-09-10T04:02:21.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:21 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.050685+0000 mon.a (mon.0) 324 : cluster [INF] overall HEALTH_OK 2024-09-10T04:02:22.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:22 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.608971+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:22.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:22 smithi121 bash[23503]: cluster 2024-09-10T04:02:21.608971+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:22.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:22 smithi121 bash[23503]: audit 2024-09-10T04:02:21.806371+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:22.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:22 smithi121 bash[23503]: audit 2024-09-10T04:02:21.806371+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:22.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:22 smithi121 bash[23503]: audit 2024-09-10T04:02:21.813157+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:22.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:22 smithi121 bash[23503]: audit 2024-09-10T04:02:21.813157+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:22.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:22 smithi121 bash[23503]: audit 2024-09-10T04:02:21.815884+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:22.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:22 smithi121 bash[23503]: audit 2024-09-10T04:02:21.815884+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:22.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:22 smithi121 bash[23503]: audit 2024-09-10T04:02:21.817508+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:22.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:22 smithi121 bash[23503]: audit 2024-09-10T04:02:21.817508+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:22.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:22 smithi121 bash[23503]: audit 2024-09-10T04:02:21.819467+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:22.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:22 smithi121 bash[23503]: audit 2024-09-10T04:02:21.819467+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:22.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:22 smithi121 bash[23503]: audit 2024-09-10T04:02:21.925643+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:22.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:22 smithi121 bash[23503]: audit 2024-09-10T04:02:21.925643+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:22.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:22 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.608971+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:22.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:22 smithi174 bash[23190]: cluster 2024-09-10T04:02:21.608971+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:22.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:22 smithi174 bash[23190]: audit 2024-09-10T04:02:21.806371+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:22 smithi174 bash[23190]: audit 2024-09-10T04:02:21.806371+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:22 smithi174 bash[23190]: audit 2024-09-10T04:02:21.813157+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:22 smithi174 bash[23190]: audit 2024-09-10T04:02:21.813157+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:22 smithi174 bash[23190]: audit 2024-09-10T04:02:21.815884+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:22 smithi174 bash[23190]: audit 2024-09-10T04:02:21.815884+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:22 smithi174 bash[23190]: audit 2024-09-10T04:02:21.817508+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:22 smithi174 bash[23190]: audit 2024-09-10T04:02:21.817508+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:22 smithi174 bash[23190]: audit 2024-09-10T04:02:21.819467+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:22 smithi174 bash[23190]: audit 2024-09-10T04:02:21.819467+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:22 smithi174 bash[23190]: audit 2024-09-10T04:02:21.925643+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:22 smithi174 bash[23190]: audit 2024-09-10T04:02:21.925643+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:22 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.608971+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:22 smithi111 bash[22787]: cluster 2024-09-10T04:02:21.608971+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:22 smithi111 bash[22787]: audit 2024-09-10T04:02:21.806371+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:22 smithi111 bash[22787]: audit 2024-09-10T04:02:21.806371+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:22 smithi111 bash[22787]: audit 2024-09-10T04:02:21.813157+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:22 smithi111 bash[22787]: audit 2024-09-10T04:02:21.813157+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:22 smithi111 bash[22787]: audit 2024-09-10T04:02:21.815884+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:22 smithi111 bash[22787]: audit 2024-09-10T04:02:21.815884+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:22 smithi111 bash[22787]: audit 2024-09-10T04:02:21.817508+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:22 smithi111 bash[22787]: audit 2024-09-10T04:02:21.817508+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:22 smithi111 bash[22787]: audit 2024-09-10T04:02:21.819467+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:22 smithi111 bash[22787]: audit 2024-09-10T04:02:21.819467+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:22 smithi111 bash[22787]: audit 2024-09-10T04:02:21.925643+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:22 smithi111 bash[22787]: audit 2024-09-10T04:02:21.925643+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:02:23.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:23 smithi174 bash[23190]: cephadm 2024-09-10T04:02:21.815321+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T04:02:23.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:23 smithi174 bash[23190]: cephadm 2024-09-10T04:02:21.815321+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T04:02:23.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:23 smithi174 bash[23190]: cephadm 2024-09-10T04:02:21.822062+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi121 2024-09-10T04:02:23.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:23 smithi174 bash[23190]: cephadm 2024-09-10T04:02:21.822062+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi121 2024-09-10T04:02:23.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:23 smithi111 bash[22787]: cephadm 2024-09-10T04:02:21.815321+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T04:02:23.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:23 smithi111 bash[22787]: cephadm 2024-09-10T04:02:21.815321+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T04:02:23.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:23 smithi111 bash[22787]: cephadm 2024-09-10T04:02:21.822062+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi121 2024-09-10T04:02:23.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:23 smithi111 bash[22787]: cephadm 2024-09-10T04:02:21.822062+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi121 2024-09-10T04:02:23.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:23 smithi121 bash[23503]: cephadm 2024-09-10T04:02:21.815321+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T04:02:23.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:23 smithi121 bash[23503]: cephadm 2024-09-10T04:02:21.815321+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T04:02:23.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:23 smithi121 bash[23503]: cephadm 2024-09-10T04:02:21.822062+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi121 2024-09-10T04:02:23.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:23 smithi121 bash[23503]: cephadm 2024-09-10T04:02:21.822062+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi121 2024-09-10T04:02:24.289 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:02:24.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:24 smithi174 bash[23190]: cluster 2024-09-10T04:02:23.609340+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:24.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:24 smithi174 bash[23190]: cluster 2024-09-10T04:02:23.609340+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:24.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:24 smithi174 bash[23190]: audit 2024-09-10T04:02:23.977720+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:24.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:24 smithi174 bash[23190]: audit 2024-09-10T04:02:23.977720+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:24.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:24 smithi174 bash[23190]: audit 2024-09-10T04:02:23.984962+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:24.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:24 smithi174 bash[23190]: audit 2024-09-10T04:02:23.984962+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:24.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:24 smithi174 bash[23190]: audit 2024-09-10T04:02:23.987520+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:24.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:24 smithi174 bash[23190]: audit 2024-09-10T04:02:23.987520+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:24.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:24 smithi174 bash[23190]: audit 2024-09-10T04:02:23.989289+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:24.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:24 smithi174 bash[23190]: audit 2024-09-10T04:02:23.989289+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:24.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:24 smithi174 bash[23190]: audit 2024-09-10T04:02:23.990920+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:24.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:24 smithi174 bash[23190]: audit 2024-09-10T04:02:23.990920+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:24.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:24 smithi111 bash[22787]: cluster 2024-09-10T04:02:23.609340+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:24.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:24 smithi111 bash[22787]: cluster 2024-09-10T04:02:23.609340+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:24.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:24 smithi111 bash[22787]: audit 2024-09-10T04:02:23.977720+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:24.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:24 smithi111 bash[22787]: audit 2024-09-10T04:02:23.977720+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:24.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:24 smithi111 bash[22787]: audit 2024-09-10T04:02:23.984962+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:24.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:24 smithi111 bash[22787]: audit 2024-09-10T04:02:23.984962+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:24.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:24 smithi111 bash[22787]: audit 2024-09-10T04:02:23.987520+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:24.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:24 smithi111 bash[22787]: audit 2024-09-10T04:02:23.987520+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:24.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:24 smithi111 bash[22787]: audit 2024-09-10T04:02:23.989289+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:24.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:24 smithi111 bash[22787]: audit 2024-09-10T04:02:23.989289+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:24.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:24 smithi111 bash[22787]: audit 2024-09-10T04:02:23.990920+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:24.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:24 smithi111 bash[22787]: audit 2024-09-10T04:02:23.990920+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:24.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:24 smithi121 bash[23503]: cluster 2024-09-10T04:02:23.609340+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:24.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:24 smithi121 bash[23503]: cluster 2024-09-10T04:02:23.609340+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:24.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:24 smithi121 bash[23503]: audit 2024-09-10T04:02:23.977720+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:24.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:24 smithi121 bash[23503]: audit 2024-09-10T04:02:23.977720+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:24.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:24 smithi121 bash[23503]: audit 2024-09-10T04:02:23.984962+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:24.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:24 smithi121 bash[23503]: audit 2024-09-10T04:02:23.984962+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:24.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:24 smithi121 bash[23503]: audit 2024-09-10T04:02:23.987520+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:24.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:24 smithi121 bash[23503]: audit 2024-09-10T04:02:23.987520+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:02:24.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:24 smithi121 bash[23503]: audit 2024-09-10T04:02:23.989289+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:24.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:24 smithi121 bash[23503]: audit 2024-09-10T04:02:23.989289+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:02:24.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:24 smithi121 bash[23503]: audit 2024-09-10T04:02:23.990920+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:24.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:24 smithi121 bash[23503]: audit 2024-09-10T04:02:23.990920+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:25.796 INFO:teuthology.orchestra.run.smithi111.stdout:# minimal ceph.conf for d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:25.796 INFO:teuthology.orchestra.run.smithi111.stdout:[global] 2024-09-10T04:02:25.796 INFO:teuthology.orchestra.run.smithi111.stdout: fsid = d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:02:25.796 INFO:teuthology.orchestra.run.smithi111.stdout: mon_host = [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] 2024-09-10T04:02:25.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:25 smithi111 bash[22787]: cephadm 2024-09-10T04:02:23.986906+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T04:02:25.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:25 smithi111 bash[22787]: cephadm 2024-09-10T04:02:23.986906+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T04:02:25.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:25 smithi111 bash[22787]: cephadm 2024-09-10T04:02:23.992803+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi174 2024-09-10T04:02:25.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:25 smithi111 bash[22787]: cephadm 2024-09-10T04:02:23.992803+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi174 2024-09-10T04:02:25.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:25 smithi111 bash[22787]: audit 2024-09-10T04:02:25.586569+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:25 smithi111 bash[22787]: audit 2024-09-10T04:02:25.586569+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:25 smithi111 bash[22787]: audit 2024-09-10T04:02:25.590440+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:25 smithi111 bash[22787]: audit 2024-09-10T04:02:25.590440+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:25 smithi111 bash[22787]: audit 2024-09-10T04:02:25.596296+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:25 smithi111 bash[22787]: audit 2024-09-10T04:02:25.596296+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.821 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:25 smithi174 bash[23190]: cephadm 2024-09-10T04:02:23.986906+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T04:02:25.821 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:25 smithi174 bash[23190]: cephadm 2024-09-10T04:02:23.986906+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T04:02:25.821 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:25 smithi174 bash[23190]: cephadm 2024-09-10T04:02:23.992803+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi174 2024-09-10T04:02:25.822 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:25 smithi174 bash[23190]: cephadm 2024-09-10T04:02:23.992803+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi174 2024-09-10T04:02:25.822 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:25 smithi174 bash[23190]: audit 2024-09-10T04:02:25.586569+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.822 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:25 smithi174 bash[23190]: audit 2024-09-10T04:02:25.586569+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.822 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:25 smithi174 bash[23190]: audit 2024-09-10T04:02:25.590440+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.822 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:25 smithi174 bash[23190]: audit 2024-09-10T04:02:25.590440+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.822 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:25 smithi174 bash[23190]: audit 2024-09-10T04:02:25.596296+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.822 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:25 smithi174 bash[23190]: audit 2024-09-10T04:02:25.596296+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:25 smithi121 bash[23503]: cephadm 2024-09-10T04:02:23.986906+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T04:02:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:25 smithi121 bash[23503]: cephadm 2024-09-10T04:02:23.986906+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T04:02:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:25 smithi121 bash[23503]: cephadm 2024-09-10T04:02:23.992803+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi174 2024-09-10T04:02:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:25 smithi121 bash[23503]: cephadm 2024-09-10T04:02:23.992803+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi174 2024-09-10T04:02:25.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:25 smithi121 bash[23503]: audit 2024-09-10T04:02:25.586569+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:25 smithi121 bash[23503]: audit 2024-09-10T04:02:25.586569+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:25 smithi121 bash[23503]: audit 2024-09-10T04:02:25.590440+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:25 smithi121 bash[23503]: audit 2024-09-10T04:02:25.590440+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:25 smithi121 bash[23503]: audit 2024-09-10T04:02:25.596296+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:25.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:25 smithi121 bash[23503]: audit 2024-09-10T04:02:25.596296+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.452 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-10T04:02:26.452 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-09-10T04:02:26.452 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T04:02:26.461 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-09-10T04:02:26.462 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:02:26.516 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-09-10T04:02:26.516 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T04:02:26.529 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-09-10T04:02:26.529 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:02:26.591 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-09-10T04:02:26.591 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T04:02:26.605 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-09-10T04:02:26.605 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:02:26.661 INFO:tasks.cephadm:Adding mgr.a on smithi111 2024-09-10T04:02:26.661 INFO:tasks.cephadm:Adding mgr.b on smithi121 2024-09-10T04:02:26.661 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph orch apply mgr '2;smithi111=a;smithi121=b' 2024-09-10T04:02:26.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: cluster 2024-09-10T04:02:25.609627+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:26.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: cluster 2024-09-10T04:02:25.609627+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:26.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:25.796323+0000 mon.a (mon.0) 339 : audit [DBG] from='client.? 172.21.15.111:0/576731663' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:26.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:25.796323+0000 mon.a (mon.0) 339 : audit [DBG] from='client.? 172.21.15.111:0/576731663' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:26.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.214345+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.214345+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.221314+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.221314+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.223698+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:26.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.223698+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:26.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.227945+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:26.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.227945+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:26.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.229481+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:26.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.229481+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:26.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.508892+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.508892+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.514151+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.514151+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.518648+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.518648+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.522667+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.522667+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.526788+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.526788+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.531234+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.531234+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.535642+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:26 smithi174 bash[23190]: audit 2024-09-10T04:02:26.535642+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: cluster 2024-09-10T04:02:25.609627+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:26.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: cluster 2024-09-10T04:02:25.609627+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:26.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:25.796323+0000 mon.a (mon.0) 339 : audit [DBG] from='client.? 172.21.15.111:0/576731663' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:26.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:25.796323+0000 mon.a (mon.0) 339 : audit [DBG] from='client.? 172.21.15.111:0/576731663' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:26.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.214345+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.214345+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.221314+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.221314+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.223698+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:26.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.223698+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:26.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.227945+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:26.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.227945+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:26.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.229481+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:26.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.229481+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:26.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.508892+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.508892+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.514151+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.514151+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.518648+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.518648+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.522667+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.522667+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.526788+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.526788+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.531234+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.531234+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.535642+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:26 smithi111 bash[22787]: audit 2024-09-10T04:02:26.535642+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: cluster 2024-09-10T04:02:25.609627+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:26.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: cluster 2024-09-10T04:02:25.609627+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:26.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:25.796323+0000 mon.a (mon.0) 339 : audit [DBG] from='client.? 172.21.15.111:0/576731663' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:26.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:25.796323+0000 mon.a (mon.0) 339 : audit [DBG] from='client.? 172.21.15.111:0/576731663' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:26.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.214345+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.214345+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.221314+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.221314+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.223698+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:26.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.223698+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:26.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.227945+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:26.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.227945+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:26.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.229481+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:26.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.229481+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:26.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.508892+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.508892+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.514151+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.514151+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.518648+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.518648+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.522667+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.522667+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.526788+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.526788+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.531234+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.531234+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.535642+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:26.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:26 smithi121 bash[23503]: audit 2024-09-10T04:02:26.535642+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:27.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:27 smithi174 bash[23190]: cephadm 2024-09-10T04:02:26.231703+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:27.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:27 smithi174 bash[23190]: cephadm 2024-09-10T04:02:26.231703+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:27.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:27 smithi174 bash[23190]: cephadm 2024-09-10T04:02:26.232291+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:27.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:27 smithi174 bash[23190]: cephadm 2024-09-10T04:02:26.232291+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:27.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:27 smithi174 bash[23190]: cephadm 2024-09-10T04:02:26.233307+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:27.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:27 smithi174 bash[23190]: cephadm 2024-09-10T04:02:26.233307+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:27.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:27 smithi174 bash[23190]: cephadm 2024-09-10T04:02:26.394507+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:27 smithi174 bash[23190]: cephadm 2024-09-10T04:02:26.394507+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:27 smithi174 bash[23190]: cephadm 2024-09-10T04:02:26.394908+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:27 smithi174 bash[23190]: cephadm 2024-09-10T04:02:26.394908+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:27 smithi174 bash[23190]: cephadm 2024-09-10T04:02:26.395319+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:27 smithi174 bash[23190]: cephadm 2024-09-10T04:02:26.395319+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:27 smithi111 bash[22787]: cephadm 2024-09-10T04:02:26.231703+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:27.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:27 smithi111 bash[22787]: cephadm 2024-09-10T04:02:26.231703+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:27.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:27 smithi111 bash[22787]: cephadm 2024-09-10T04:02:26.232291+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:27.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:27 smithi111 bash[22787]: cephadm 2024-09-10T04:02:26.232291+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:27.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:27 smithi111 bash[22787]: cephadm 2024-09-10T04:02:26.233307+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:27.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:27 smithi111 bash[22787]: cephadm 2024-09-10T04:02:26.233307+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:27.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:27 smithi111 bash[22787]: cephadm 2024-09-10T04:02:26.394507+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:27 smithi111 bash[22787]: cephadm 2024-09-10T04:02:26.394507+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:27 smithi111 bash[22787]: cephadm 2024-09-10T04:02:26.394908+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:27 smithi111 bash[22787]: cephadm 2024-09-10T04:02:26.394908+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:27 smithi111 bash[22787]: cephadm 2024-09-10T04:02:26.395319+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:27 smithi111 bash[22787]: cephadm 2024-09-10T04:02:26.395319+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:27 smithi121 bash[23503]: cephadm 2024-09-10T04:02:26.231703+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:27.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:27 smithi121 bash[23503]: cephadm 2024-09-10T04:02:26.231703+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:02:27.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:27 smithi121 bash[23503]: cephadm 2024-09-10T04:02:26.232291+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:27.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:27 smithi121 bash[23503]: cephadm 2024-09-10T04:02:26.232291+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:02:27.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:27 smithi121 bash[23503]: cephadm 2024-09-10T04:02:26.233307+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:27.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:27 smithi121 bash[23503]: cephadm 2024-09-10T04:02:26.233307+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:02:27.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:27 smithi121 bash[23503]: cephadm 2024-09-10T04:02:26.394507+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:27 smithi121 bash[23503]: cephadm 2024-09-10T04:02:26.394507+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:27 smithi121 bash[23503]: cephadm 2024-09-10T04:02:26.394908+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:27 smithi121 bash[23503]: cephadm 2024-09-10T04:02:26.394908+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:27 smithi121 bash[23503]: cephadm 2024-09-10T04:02:26.395319+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:27.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:27 smithi121 bash[23503]: cephadm 2024-09-10T04:02:26.395319+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:02:28.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:28 smithi174 bash[23190]: cluster 2024-09-10T04:02:27.610007+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:28.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:28 smithi174 bash[23190]: cluster 2024-09-10T04:02:27.610007+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:28.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:28 smithi111 bash[22787]: cluster 2024-09-10T04:02:27.610007+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:28.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:28 smithi111 bash[22787]: cluster 2024-09-10T04:02:27.610007+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:28.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:28 smithi121 bash[23503]: cluster 2024-09-10T04:02:27.610007+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:28.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:28 smithi121 bash[23503]: cluster 2024-09-10T04:02:27.610007+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:29.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:29 smithi111 bash[22787]: cluster 2024-09-10T04:02:29.610361+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:29.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:29 smithi111 bash[22787]: cluster 2024-09-10T04:02:29.610361+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:29.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:29 smithi121 bash[23503]: cluster 2024-09-10T04:02:29.610361+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:29.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:29 smithi121 bash[23503]: cluster 2024-09-10T04:02:29.610361+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:30.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:29 smithi174 bash[23190]: cluster 2024-09-10T04:02:29.610361+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:30.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:29 smithi174 bash[23190]: cluster 2024-09-10T04:02:29.610361+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:30.420 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T04:02:31.731 INFO:teuthology.orchestra.run.smithi174.stdout:Scheduled mgr update... 2024-09-10T04:02:31.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:31 smithi174 bash[23190]: cluster 2024-09-10T04:02:31.610805+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:31.928 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:31 smithi174 bash[23190]: cluster 2024-09-10T04:02:31.610805+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:31.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:31 smithi111 bash[22787]: cluster 2024-09-10T04:02:31.610805+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:31.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:31 smithi111 bash[22787]: cluster 2024-09-10T04:02:31.610805+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:31.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:31 smithi121 bash[23503]: cluster 2024-09-10T04:02:31.610805+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:31.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:31 smithi121 bash[23503]: cluster 2024-09-10T04:02:31.610805+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:32.540 DEBUG:teuthology.orchestra.run.smithi121:mgr.b> sudo journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mgr.b.service 2024-09-10T04:02:32.542 DEBUG:tasks.cephadm:set 0 configs 2024-09-10T04:02:32.542 INFO:tasks.cephadm:Deploying OSDs... 2024-09-10T04:02:32.543 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-09-10T04:02:32.543 DEBUG:teuthology.orchestra.run.smithi111:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T04:02:32.551 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-10T04:02:32.551 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_1 2024-09-10T04:02:32.598 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T04:02:32.598 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:02:32.598 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 884 Links: 1 2024-09-10T04:02:32.599 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:02:32.599 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2024-09-10 03:52:13.036789011 +0000 2024-09-10T04:02:32.599 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2024-09-10 03:52:12.804791084 +0000 2024-09-10T04:02:32.599 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2024-09-10 03:52:12.804791084 +0000 2024-09-10T04:02:32.599 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2024-09-10T04:02:32.599 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T04:02:32.652 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2024-09-10T04:02:32.652 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2024-09-10T04:02:32.652 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000420645 s, 1.2 MB/s 2024-09-10T04:02:32.653 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T04:02:32.703 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_2 2024-09-10T04:02:32.750 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T04:02:32.750 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:02:32.750 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-09-10T04:02:32.750 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:02:32.751 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2024-09-10 03:52:13.520784687 +0000 2024-09-10T04:02:32.751 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2024-09-10 03:52:13.280786832 +0000 2024-09-10T04:02:32.751 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2024-09-10 03:52:13.280786832 +0000 2024-09-10T04:02:32.751 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2024-09-10T04:02:32.751 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T04:02:32.805 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2024-09-10T04:02:32.805 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2024-09-10T04:02:32.805 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000424004 s, 1.2 MB/s 2024-09-10T04:02:32.806 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T04:02:32.859 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_3 2024-09-10T04:02:32.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.721049+0000 mgr.a (mgr.14152) 104 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi111=a;smithi121=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:32.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.721049+0000 mgr.a (mgr.14152) 104 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi111=a;smithi121=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:32.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: cephadm 2024-09-10T04:02:31.724099+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Saving service mgr spec with placement smithi111=a;smithi121=b;count:2 2024-09-10T04:02:32.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: cephadm 2024-09-10T04:02:31.724099+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Saving service mgr spec with placement smithi111=a;smithi121=b;count:2 2024-09-10T04:02:32.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.730379+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:32.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.730379+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:32.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.732137+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:32.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.732137+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:32.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.736865+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:32.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.736865+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:32.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.738680+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:32.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.738680+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:32.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.748154+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:32.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.748154+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:32.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.752740+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:02:32.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.752740+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:02:32.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.755674+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T04:02:32.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.755674+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T04:02:32.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.760617+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:02:32.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.760617+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:02:32.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.762632+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:32.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: audit 2024-09-10T04:02:31.762632+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:32.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: cephadm 2024-09-10T04:02:31.764582+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Deploying daemon mgr.b on smithi121 2024-09-10T04:02:32.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:32 smithi174 bash[23190]: cephadm 2024-09-10T04:02:31.764582+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Deploying daemon mgr.b on smithi121 2024-09-10T04:02:32.905 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T04:02:32.906 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:02:32.906 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 914 Links: 1 2024-09-10T04:02:32.906 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:02:32.906 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2024-09-10 03:52:14.020780222 +0000 2024-09-10T04:02:32.906 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2024-09-10 03:52:13.740782722 +0000 2024-09-10T04:02:32.906 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2024-09-10 03:52:13.740782722 +0000 2024-09-10T04:02:32.906 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2024-09-10T04:02:32.907 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T04:02:32.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.721049+0000 mgr.a (mgr.14152) 104 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi111=a;smithi121=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:32.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.721049+0000 mgr.a (mgr.14152) 104 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi111=a;smithi121=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:32.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: cephadm 2024-09-10T04:02:31.724099+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Saving service mgr spec with placement smithi111=a;smithi121=b;count:2 2024-09-10T04:02:32.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: cephadm 2024-09-10T04:02:31.724099+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Saving service mgr spec with placement smithi111=a;smithi121=b;count:2 2024-09-10T04:02:32.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.730379+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:32.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.730379+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:32.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.732137+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:32.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.732137+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:32.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.736865+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:32.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.736865+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:32.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.738680+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:32.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.738680+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:32.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.748154+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:32.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.748154+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:32.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.752740+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:02:32.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.752740+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:02:32.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.755674+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T04:02:32.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.755674+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T04:02:32.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.760617+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:02:32.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.760617+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:02:32.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.762632+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:32.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: audit 2024-09-10T04:02:31.762632+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:32.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: cephadm 2024-09-10T04:02:31.764582+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Deploying daemon mgr.b on smithi121 2024-09-10T04:02:32.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:32 smithi111 bash[22787]: cephadm 2024-09-10T04:02:31.764582+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Deploying daemon mgr.b on smithi121 2024-09-10T04:02:32.951 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2024-09-10T04:02:32.951 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2024-09-10T04:02:32.952 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000302215 s, 1.7 MB/s 2024-09-10T04:02:32.953 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T04:02:32.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.721049+0000 mgr.a (mgr.14152) 104 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi111=a;smithi121=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:32.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.721049+0000 mgr.a (mgr.14152) 104 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi111=a;smithi121=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:32.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: cephadm 2024-09-10T04:02:31.724099+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Saving service mgr spec with placement smithi111=a;smithi121=b;count:2 2024-09-10T04:02:32.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: cephadm 2024-09-10T04:02:31.724099+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Saving service mgr spec with placement smithi111=a;smithi121=b;count:2 2024-09-10T04:02:32.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.730379+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:32.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.730379+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:32.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.732137+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:32.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.732137+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:32.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.736865+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:32.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.736865+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:32.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.738680+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:32.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.738680+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:32.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.748154+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:32.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.748154+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:32.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.752740+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:02:32.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.752740+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:02:32.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.755674+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T04:02:32.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.755674+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T04:02:32.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.760617+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:02:32.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.760617+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:02:32.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.762632+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:32.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: audit 2024-09-10T04:02:31.762632+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:32.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: cephadm 2024-09-10T04:02:31.764582+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Deploying daemon mgr.b on smithi121 2024-09-10T04:02:32.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:32 smithi121 bash[23503]: cephadm 2024-09-10T04:02:31.764582+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Deploying daemon mgr.b on smithi121 2024-09-10T04:02:33.003 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_4 2024-09-10T04:02:33.050 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T04:02:33.050 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:02:33.050 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 935 Links: 1 2024-09-10T04:02:33.050 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:02:33.050 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2024-09-10 03:52:14.524775720 +0000 2024-09-10T04:02:33.050 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2024-09-10 03:52:14.260778078 +0000 2024-09-10T04:02:33.051 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2024-09-10 03:52:14.260778078 +0000 2024-09-10T04:02:33.051 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2024-09-10T04:02:33.051 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T04:02:33.104 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2024-09-10T04:02:33.104 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2024-09-10T04:02:33.104 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000354323 s, 1.4 MB/s 2024-09-10T04:02:33.105 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T04:02:33.155 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-09-10T04:02:33.155 DEBUG:teuthology.orchestra.run.smithi121:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T04:02:33.161 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-10T04:02:33.161 DEBUG:teuthology.orchestra.run.smithi121:> stat /dev/vg_nvme/lv_1 2024-09-10T04:02:33.211 INFO:teuthology.orchestra.run.smithi121.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T04:02:33.211 INFO:teuthology.orchestra.run.smithi121.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:02:33.211 INFO:teuthology.orchestra.run.smithi121.stdout:Device: 5h/5d Inode: 865 Links: 1 2024-09-10T04:02:33.211 INFO:teuthology.orchestra.run.smithi121.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:02:33.211 INFO:teuthology.orchestra.run.smithi121.stdout:Access: 2024-09-10 03:52:05.811112119 +0000 2024-09-10T04:02:33.211 INFO:teuthology.orchestra.run.smithi121.stdout:Modify: 2024-09-10 03:52:05.551114441 +0000 2024-09-10T04:02:33.211 INFO:teuthology.orchestra.run.smithi121.stdout:Change: 2024-09-10 03:52:05.551114441 +0000 2024-09-10T04:02:33.211 INFO:teuthology.orchestra.run.smithi121.stdout: Birth: - 2024-09-10T04:02:33.212 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T04:02:33.265 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records in 2024-09-10T04:02:33.266 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records out 2024-09-10T04:02:33.266 INFO:teuthology.orchestra.run.smithi121.stderr:512 bytes copied, 0.000342019 s, 1.5 MB/s 2024-09-10T04:02:33.267 DEBUG:teuthology.orchestra.run.smithi121:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T04:02:33.315 DEBUG:teuthology.orchestra.run.smithi121:> stat /dev/vg_nvme/lv_2 2024-09-10T04:02:33.362 INFO:teuthology.orchestra.run.smithi121.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T04:02:33.362 INFO:teuthology.orchestra.run.smithi121.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:02:33.363 INFO:teuthology.orchestra.run.smithi121.stdout:Device: 5h/5d Inode: 881 Links: 1 2024-09-10T04:02:33.363 INFO:teuthology.orchestra.run.smithi121.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:02:33.363 INFO:teuthology.orchestra.run.smithi121.stdout:Access: 2024-09-10 03:52:06.295107795 +0000 2024-09-10T04:02:33.363 INFO:teuthology.orchestra.run.smithi121.stdout:Modify: 2024-09-10 03:52:06.051109976 +0000 2024-09-10T04:02:33.363 INFO:teuthology.orchestra.run.smithi121.stdout:Change: 2024-09-10 03:52:06.051109976 +0000 2024-09-10T04:02:33.363 INFO:teuthology.orchestra.run.smithi121.stdout: Birth: - 2024-09-10T04:02:33.363 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T04:02:33.418 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records in 2024-09-10T04:02:33.418 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records out 2024-09-10T04:02:33.418 INFO:teuthology.orchestra.run.smithi121.stderr:512 bytes copied, 0.000415126 s, 1.2 MB/s 2024-09-10T04:02:33.419 DEBUG:teuthology.orchestra.run.smithi121:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T04:02:33.468 DEBUG:teuthology.orchestra.run.smithi121:> stat /dev/vg_nvme/lv_3 2024-09-10T04:02:33.514 INFO:teuthology.orchestra.run.smithi121.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T04:02:33.514 INFO:teuthology.orchestra.run.smithi121.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:02:33.515 INFO:teuthology.orchestra.run.smithi121.stdout:Device: 5h/5d Inode: 904 Links: 1 2024-09-10T04:02:33.515 INFO:teuthology.orchestra.run.smithi121.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:02:33.515 INFO:teuthology.orchestra.run.smithi121.stdout:Access: 2024-09-10 03:52:06.783103437 +0000 2024-09-10T04:02:33.515 INFO:teuthology.orchestra.run.smithi121.stdout:Modify: 2024-09-10 03:52:06.527105724 +0000 2024-09-10T04:02:33.515 INFO:teuthology.orchestra.run.smithi121.stdout:Change: 2024-09-10 03:52:06.527105724 +0000 2024-09-10T04:02:33.515 INFO:teuthology.orchestra.run.smithi121.stdout: Birth: - 2024-09-10T04:02:33.515 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T04:02:33.569 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records in 2024-09-10T04:02:33.569 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records out 2024-09-10T04:02:33.570 INFO:teuthology.orchestra.run.smithi121.stderr:512 bytes copied, 0.00042339 s, 1.2 MB/s 2024-09-10T04:02:33.571 DEBUG:teuthology.orchestra.run.smithi121:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T04:02:33.620 DEBUG:teuthology.orchestra.run.smithi121:> stat /dev/vg_nvme/lv_4 2024-09-10T04:02:33.670 INFO:teuthology.orchestra.run.smithi121.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T04:02:33.671 INFO:teuthology.orchestra.run.smithi121.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:02:33.671 INFO:teuthology.orchestra.run.smithi121.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-09-10T04:02:33.671 INFO:teuthology.orchestra.run.smithi121.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:02:33.671 INFO:teuthology.orchestra.run.smithi121.stdout:Access: 2024-09-10 03:52:07.283098971 +0000 2024-09-10T04:02:33.671 INFO:teuthology.orchestra.run.smithi121.stdout:Modify: 2024-09-10 03:52:06.999101507 +0000 2024-09-10T04:02:33.671 INFO:teuthology.orchestra.run.smithi121.stdout:Change: 2024-09-10 03:52:06.999101507 +0000 2024-09-10T04:02:33.671 INFO:teuthology.orchestra.run.smithi121.stdout: Birth: - 2024-09-10T04:02:33.671 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T04:02:33.727 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records in 2024-09-10T04:02:33.727 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records out 2024-09-10T04:02:33.727 INFO:teuthology.orchestra.run.smithi121.stderr:512 bytes copied, 0.000306088 s, 1.7 MB/s 2024-09-10T04:02:33.728 DEBUG:teuthology.orchestra.run.smithi121:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T04:02:33.775 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-09-10T04:02:33.775 DEBUG:teuthology.orchestra.run.smithi174:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T04:02:33.781 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-10T04:02:33.781 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_1 2024-09-10T04:02:33.817 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:33 smithi121 bash[23503]: cluster 2024-09-10T04:02:33.611313+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:33.817 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:33 smithi121 bash[23503]: cluster 2024-09-10T04:02:33.611313+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:33.827 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T04:02:33.827 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:02:33.827 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-09-10T04:02:33.827 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:02:33.827 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-09-10 03:52:05.811653412 +0000 2024-09-10T04:02:33.827 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-09-10 03:52:05.571655550 +0000 2024-09-10T04:02:33.827 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-09-10 03:52:05.571655550 +0000 2024-09-10T04:02:33.828 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-09-10T04:02:33.828 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T04:02:33.886 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-09-10T04:02:33.886 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-09-10T04:02:33.886 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000384505 s, 1.3 MB/s 2024-09-10T04:02:33.887 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T04:02:33.937 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_2 2024-09-10T04:02:33.984 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T04:02:33.984 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:02:33.984 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-09-10T04:02:33.984 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:02:33.985 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-09-10 03:52:06.319648886 +0000 2024-09-10T04:02:33.985 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-09-10 03:52:06.047651309 +0000 2024-09-10T04:02:33.985 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-09-10 03:52:06.047651309 +0000 2024-09-10T04:02:33.985 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-09-10T04:02:33.986 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T04:02:34.037 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:33 smithi174 bash[23190]: cluster 2024-09-10T04:02:33.611313+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:34.037 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:33 smithi174 bash[23190]: cluster 2024-09-10T04:02:33.611313+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:34.039 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-09-10T04:02:34.039 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-09-10T04:02:34.039 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000324862 s, 1.6 MB/s 2024-09-10T04:02:34.040 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T04:02:34.089 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_3 2024-09-10T04:02:34.135 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T04:02:34.136 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:02:34.136 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 914 Links: 1 2024-09-10T04:02:34.136 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:02:34.136 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-09-10 03:52:06.575646606 +0000 2024-09-10T04:02:34.136 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-09-10 03:52:06.571646641 +0000 2024-09-10T04:02:34.136 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-09-10 03:52:06.571646641 +0000 2024-09-10T04:02:34.136 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-09-10T04:02:34.136 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T04:02:34.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:33 smithi111 bash[22787]: cluster 2024-09-10T04:02:33.611313+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:34.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:33 smithi111 bash[22787]: cluster 2024-09-10T04:02:33.611313+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:34.189 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-09-10T04:02:34.190 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-09-10T04:02:34.190 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000327101 s, 1.6 MB/s 2024-09-10T04:02:34.191 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T04:02:34.246 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_4 2024-09-10T04:02:34.291 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T04:02:34.292 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:02:34.292 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 933 Links: 1 2024-09-10T04:02:34.292 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:02:34.292 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-09-10 03:52:07.311640048 +0000 2024-09-10T04:02:34.292 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-09-10 03:52:07.055642328 +0000 2024-09-10T04:02:34.292 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-09-10 03:52:07.055642328 +0000 2024-09-10T04:02:34.293 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-09-10T04:02:34.293 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T04:02:34.345 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-09-10T04:02:34.346 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-09-10T04:02:34.346 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000273588 s, 1.9 MB/s 2024-09-10T04:02:34.347 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T04:02:34.397 INFO:tasks.cephadm:Deploying osd.0 on smithi111 with /dev/vg_nvme/lv_4... 2024-09-10T04:02:34.398 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-10T04:02:34.864 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:34 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:02:34.864 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:02:34 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:02:34.865 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:02:34 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:02:34.865 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:02:34 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:02:35.202 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:02:34 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:02:35.202 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:02:34 smithi121 systemd[1]: Started Ceph mgr.b for d8b841fe-6f28-11ef-bcea-c7b262605968. 2024-09-10T04:02:35.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:34 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:02:36.322 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.016205+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.322 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.016205+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.322 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.025071+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.323 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.025071+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.323 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.033884+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.323 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.033884+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.323 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.042129+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.323 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.042129+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.323 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.091200+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:36.323 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.091200+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:36.323 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.095694+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:36.323 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.095694+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:36.323 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.096891+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:36.323 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.096891+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:36.323 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.105523+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.323 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.105523+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.324 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: cephadm 2024-09-10T04:02:35.106181+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:36.324 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: cephadm 2024-09-10T04:02:35.106181+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:36.324 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: cephadm 2024-09-10T04:02:35.150483+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-10T04:02:36.324 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: cephadm 2024-09-10T04:02:35.150483+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-10T04:02:36.324 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.151169+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:02:36.324 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.151169+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:02:36.324 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.152862+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:02:36.324 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.152862+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:02:36.324 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.154106+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:36.324 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: audit 2024-09-10T04:02:35.154106+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:36.324 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: cephadm 2024-09-10T04:02:35.155459+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Reconfiguring daemon mgr.a on smithi111 2024-09-10T04:02:36.324 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: cephadm 2024-09-10T04:02:35.155459+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Reconfiguring daemon mgr.a on smithi111 2024-09-10T04:02:36.324 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: cluster 2024-09-10T04:02:35.611681+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:36.325 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:36 smithi111 bash[22787]: cluster 2024-09-10T04:02:35.611681+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:36.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.016205+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.016205+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.025071+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.025071+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.033884+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.033884+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.042129+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.042129+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.091200+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:36.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.091200+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:36.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.095694+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:36.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.095694+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:36.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.096891+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:36.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.096891+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:36.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.105523+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.105523+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: cephadm 2024-09-10T04:02:35.106181+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:36.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: cephadm 2024-09-10T04:02:35.106181+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:36.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: cephadm 2024-09-10T04:02:35.150483+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-10T04:02:36.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: cephadm 2024-09-10T04:02:35.150483+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-10T04:02:36.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.151169+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:02:36.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.151169+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:02:36.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.152862+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:02:36.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.152862+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:02:36.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.154106+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:36.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: audit 2024-09-10T04:02:35.154106+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:36.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: cephadm 2024-09-10T04:02:35.155459+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Reconfiguring daemon mgr.a on smithi111 2024-09-10T04:02:36.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: cephadm 2024-09-10T04:02:35.155459+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Reconfiguring daemon mgr.a on smithi111 2024-09-10T04:02:36.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: cluster 2024-09-10T04:02:35.611681+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:36.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:36 smithi174 bash[23190]: cluster 2024-09-10T04:02:35.611681+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:36.414 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.016205+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.414 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.016205+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.414 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.025071+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.414 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.025071+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.414 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.033884+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.414 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.033884+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.414 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.042129+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.414 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.042129+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.414 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.091200+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:36.414 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.091200+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:36.414 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.095694+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:36.415 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.095694+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:36.415 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.096891+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:36.415 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.096891+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:36.415 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.105523+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.415 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.105523+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:36.415 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: cephadm 2024-09-10T04:02:35.106181+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:36.415 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: cephadm 2024-09-10T04:02:35.106181+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:36.415 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: cephadm 2024-09-10T04:02:35.150483+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-10T04:02:36.415 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: cephadm 2024-09-10T04:02:35.150483+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-10T04:02:36.415 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.151169+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:02:36.415 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.151169+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:02:36.415 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.152862+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:02:36.415 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.152862+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:02:36.415 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.154106+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:36.416 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: audit 2024-09-10T04:02:35.154106+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:36.416 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: cephadm 2024-09-10T04:02:35.155459+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Reconfiguring daemon mgr.a on smithi111 2024-09-10T04:02:36.416 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: cephadm 2024-09-10T04:02:35.155459+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Reconfiguring daemon mgr.a on smithi111 2024-09-10T04:02:36.416 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: cluster 2024-09-10T04:02:35.611681+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:36.416 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[23503]: cluster 2024-09-10T04:02:35.611681+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:36.702 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:02:36 smithi121 bash[24277]: debug 2024-09-10T04:02:36.518+0000 7fc6756d4640 1 -- 172.21.15.121:0/1038124951 <== mon.2 v2:172.21.15.121:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x564e5da9f0e0 con 0x564e5daa1800 2024-09-10T04:02:37.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:37 smithi111 bash[22787]: cluster 2024-09-10T04:02:37.611942+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:37.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:37 smithi111 bash[22787]: cluster 2024-09-10T04:02:37.611942+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:37.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:37 smithi121 bash[23503]: cluster 2024-09-10T04:02:37.611942+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:37.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:37 smithi121 bash[23503]: cluster 2024-09-10T04:02:37.611942+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:38.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:37 smithi174 bash[23190]: cluster 2024-09-10T04:02:37.611942+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:38.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:37 smithi174 bash[23190]: cluster 2024-09-10T04:02:37.611942+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:39.438 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:02:39.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.329456+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.329456+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.336529+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.336529+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.345539+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.345539+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.900488+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.900488+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.905006+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.905006+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.909105+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:39.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.909105+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:39.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.912974+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:39.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.912974+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:39.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.914360+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:39.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.914360+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:39.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.920653+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.920653+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.931652+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:39 smithi111 bash[22787]: audit 2024-09-10T04:02:38.931652+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.329456+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.329456+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.336529+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.336529+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.345539+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.345539+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.900488+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.900488+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.905006+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.905006+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.909105+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:39.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.909105+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:39.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.912974+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:39.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.912974+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:39.638 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.914360+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:39.638 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.914360+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:39.638 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.920653+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.638 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.920653+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.638 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.931652+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.638 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:39 smithi174 bash[23190]: audit 2024-09-10T04:02:38.931652+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.329456+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.329456+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.336529+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.336529+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.345539+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.345539+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.900488+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.900488+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.905006+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.905006+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.704 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.909105+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:39.704 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.909105+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:39.704 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.912974+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:39.704 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.912974+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:39.704 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.914360+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:39.704 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.914360+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:39.704 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.920653+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.704 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.920653+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.704 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.931652+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:39.705 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:39 smithi121 bash[23503]: audit 2024-09-10T04:02:38.931652+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:40.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:40 smithi111 bash[22787]: cephadm 2024-09-10T04:02:38.921264+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:40.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:40 smithi111 bash[22787]: cephadm 2024-09-10T04:02:38.921264+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:40.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:40 smithi111 bash[22787]: cluster 2024-09-10T04:02:39.612334+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:40.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:40 smithi111 bash[22787]: cluster 2024-09-10T04:02:39.612334+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:40.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:40 smithi111 bash[22787]: audit 2024-09-10T04:02:39.769669+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:40.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:40 smithi111 bash[22787]: audit 2024-09-10T04:02:39.769669+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:40.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:40 smithi174 bash[23190]: cephadm 2024-09-10T04:02:38.921264+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:40.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:40 smithi174 bash[23190]: cephadm 2024-09-10T04:02:38.921264+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:40.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:40 smithi174 bash[23190]: cluster 2024-09-10T04:02:39.612334+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:40.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:40 smithi174 bash[23190]: cluster 2024-09-10T04:02:39.612334+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:40.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:40 smithi174 bash[23190]: audit 2024-09-10T04:02:39.769669+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:40.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:40 smithi174 bash[23190]: audit 2024-09-10T04:02:39.769669+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:40.658 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:40 smithi121 bash[23503]: cephadm 2024-09-10T04:02:38.921264+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:40.658 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:40 smithi121 bash[23503]: cephadm 2024-09-10T04:02:38.921264+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:02:40.658 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:40 smithi121 bash[23503]: cluster 2024-09-10T04:02:39.612334+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:40.658 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:40 smithi121 bash[23503]: cluster 2024-09-10T04:02:39.612334+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:40.658 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:40 smithi121 bash[23503]: audit 2024-09-10T04:02:39.769669+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:40.659 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:40 smithi121 bash[23503]: audit 2024-09-10T04:02:39.769669+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:41 smithi111 bash[22787]: cluster 2024-09-10T04:02:41.612711+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:41 smithi111 bash[22787]: cluster 2024-09-10T04:02:41.612711+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:41.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:41 smithi121 bash[23503]: cluster 2024-09-10T04:02:41.612711+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:41.939 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:41 smithi121 bash[23503]: cluster 2024-09-10T04:02:41.612711+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:42.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:41 smithi174 bash[23190]: cluster 2024-09-10T04:02:41.612711+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:42.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:41 smithi174 bash[23190]: cluster 2024-09-10T04:02:41.612711+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:42.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:42 smithi111 bash[22787]: cluster 2024-09-10T04:02:42.654652+0000 mon.a (mon.0) 383 : cluster [DBG] Standby manager daemon b started 2024-09-10T04:02:42.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:42 smithi111 bash[22787]: cluster 2024-09-10T04:02:42.654652+0000 mon.a (mon.0) 383 : cluster [DBG] Standby manager daemon b started 2024-09-10T04:02:42.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:42 smithi111 bash[22787]: audit 2024-09-10T04:02:42.654970+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T04:02:42.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:42 smithi111 bash[22787]: audit 2024-09-10T04:02:42.654970+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T04:02:42.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:42 smithi111 bash[22787]: audit 2024-09-10T04:02:42.655407+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:02:42.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:42 smithi111 bash[22787]: audit 2024-09-10T04:02:42.655407+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:02:42.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:42 smithi111 bash[22787]: audit 2024-09-10T04:02:42.656267+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T04:02:42.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:42 smithi111 bash[22787]: audit 2024-09-10T04:02:42.656267+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T04:02:42.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:42 smithi111 bash[22787]: audit 2024-09-10T04:02:42.656630+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:02:42.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:42 smithi111 bash[22787]: audit 2024-09-10T04:02:42.656630+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:02:42.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:42 smithi121 bash[23503]: cluster 2024-09-10T04:02:42.654652+0000 mon.a (mon.0) 383 : cluster [DBG] Standby manager daemon b started 2024-09-10T04:02:42.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:42 smithi121 bash[23503]: cluster 2024-09-10T04:02:42.654652+0000 mon.a (mon.0) 383 : cluster [DBG] Standby manager daemon b started 2024-09-10T04:02:42.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:42 smithi121 bash[23503]: audit 2024-09-10T04:02:42.654970+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T04:02:42.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:42 smithi121 bash[23503]: audit 2024-09-10T04:02:42.654970+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T04:02:42.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:42 smithi121 bash[23503]: audit 2024-09-10T04:02:42.655407+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:02:42.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:42 smithi121 bash[23503]: audit 2024-09-10T04:02:42.655407+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:02:42.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:42 smithi121 bash[23503]: audit 2024-09-10T04:02:42.656267+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T04:02:42.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:42 smithi121 bash[23503]: audit 2024-09-10T04:02:42.656267+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T04:02:42.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:42 smithi121 bash[23503]: audit 2024-09-10T04:02:42.656630+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:02:42.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:42 smithi121 bash[23503]: audit 2024-09-10T04:02:42.656630+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:02:43.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:42 smithi174 bash[23190]: cluster 2024-09-10T04:02:42.654652+0000 mon.a (mon.0) 383 : cluster [DBG] Standby manager daemon b started 2024-09-10T04:02:43.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:42 smithi174 bash[23190]: cluster 2024-09-10T04:02:42.654652+0000 mon.a (mon.0) 383 : cluster [DBG] Standby manager daemon b started 2024-09-10T04:02:43.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:42 smithi174 bash[23190]: audit 2024-09-10T04:02:42.654970+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T04:02:43.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:42 smithi174 bash[23190]: audit 2024-09-10T04:02:42.654970+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T04:02:43.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:42 smithi174 bash[23190]: audit 2024-09-10T04:02:42.655407+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:02:43.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:42 smithi174 bash[23190]: audit 2024-09-10T04:02:42.655407+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:02:43.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:42 smithi174 bash[23190]: audit 2024-09-10T04:02:42.656267+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T04:02:43.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:42 smithi174 bash[23190]: audit 2024-09-10T04:02:42.656267+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T04:02:43.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:42 smithi174 bash[23190]: audit 2024-09-10T04:02:42.656630+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:02:43.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:42 smithi174 bash[23190]: audit 2024-09-10T04:02:42.656630+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.121:0/3318777389' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:02:43.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.702448+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:43.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.702448+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:43.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: cluster 2024-09-10T04:02:42.703703+0000 mon.a (mon.0) 385 : cluster [DBG] mgrmap e15: a(active, since 119s), standbys: b 2024-09-10T04:02:43.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: cluster 2024-09-10T04:02:42.703703+0000 mon.a (mon.0) 385 : cluster [DBG] mgrmap e15: a(active, since 119s), standbys: b 2024-09-10T04:02:43.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.704032+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T04:02:43.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.704032+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T04:02:43.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.712727+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:43.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.712727+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:43.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.717175+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:43.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.717175+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:43.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.723819+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:43.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.723819+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:43.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.724532+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:43.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.724532+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:43.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.726693+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:43.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.726693+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:43.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.737630+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:43.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:42.737630+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:43.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:43.371796+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:43.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:43.371796+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:43.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:43.381196+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:43.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:43.381196+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:43.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:43.392760+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:43.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: audit 2024-09-10T04:02:43.392760+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:43.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: cluster 2024-09-10T04:02:43.613101+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:43.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:43 smithi121 bash[23503]: cluster 2024-09-10T04:02:43.613101+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:44.028 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.702448+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.028 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.702448+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.028 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: cluster 2024-09-10T04:02:42.703703+0000 mon.a (mon.0) 385 : cluster [DBG] mgrmap e15: a(active, since 119s), standbys: b 2024-09-10T04:02:44.029 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: cluster 2024-09-10T04:02:42.703703+0000 mon.a (mon.0) 385 : cluster [DBG] mgrmap e15: a(active, since 119s), standbys: b 2024-09-10T04:02:44.029 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.704032+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T04:02:44.029 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.704032+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T04:02:44.029 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.712727+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.029 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.712727+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.029 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.717175+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:44.029 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.717175+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:44.029 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.723819+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.029 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.723819+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.029 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.724532+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:44.029 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.724532+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:44.029 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.726693+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:44.029 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.726693+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:44.029 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.737630+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.030 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:42.737630+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.030 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:43.371796+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.030 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:43.371796+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.030 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:43.381196+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.030 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:43.381196+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.030 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:43.392760+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.030 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: audit 2024-09-10T04:02:43.392760+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.030 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: cluster 2024-09-10T04:02:43.613101+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:44.030 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:43 smithi111 bash[22787]: cluster 2024-09-10T04:02:43.613101+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:44.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.702448+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.702448+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: cluster 2024-09-10T04:02:42.703703+0000 mon.a (mon.0) 385 : cluster [DBG] mgrmap e15: a(active, since 119s), standbys: b 2024-09-10T04:02:44.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: cluster 2024-09-10T04:02:42.703703+0000 mon.a (mon.0) 385 : cluster [DBG] mgrmap e15: a(active, since 119s), standbys: b 2024-09-10T04:02:44.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.704032+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T04:02:44.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.704032+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T04:02:44.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.712727+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.712727+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.717175+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:44.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.717175+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:02:44.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.723819+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.723819+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.724532+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:44.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.724532+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:44.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.726693+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:44.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.726693+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:02:44.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.737630+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:42.737630+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:43.371796+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:43.371796+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:43.381196+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.138 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:43.381196+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.138 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:43.392760+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.138 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: audit 2024-09-10T04:02:43.392760+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:44.138 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: cluster 2024-09-10T04:02:43.613101+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:44.138 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:43 smithi174 bash[23190]: cluster 2024-09-10T04:02:43.613101+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:44.718 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:02:44.768 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi111:vg_nvme/lv_4 2024-09-10T04:02:45.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:45 smithi111 bash[22787]: cluster 2024-09-10T04:02:45.613539+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:45.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:45 smithi111 bash[22787]: cluster 2024-09-10T04:02:45.613539+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:45.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:45 smithi121 bash[23503]: cluster 2024-09-10T04:02:45.613539+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:45.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:45 smithi121 bash[23503]: cluster 2024-09-10T04:02:45.613539+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:46.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:45 smithi174 bash[23190]: cluster 2024-09-10T04:02:45.613539+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:46.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:45 smithi174 bash[23190]: cluster 2024-09-10T04:02:45.613539+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:47.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:46 smithi174 bash[23190]: audit 2024-09-10T04:02:45.796342+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:46 smithi174 bash[23190]: audit 2024-09-10T04:02:45.796342+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:46 smithi174 bash[23190]: audit 2024-09-10T04:02:45.803298+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:46 smithi174 bash[23190]: audit 2024-09-10T04:02:45.803298+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:46 smithi174 bash[23190]: audit 2024-09-10T04:02:45.812704+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:46 smithi174 bash[23190]: audit 2024-09-10T04:02:45.812704+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:46 smithi111 bash[22787]: audit 2024-09-10T04:02:45.796342+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:46 smithi111 bash[22787]: audit 2024-09-10T04:02:45.796342+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:46 smithi111 bash[22787]: audit 2024-09-10T04:02:45.803298+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:46 smithi111 bash[22787]: audit 2024-09-10T04:02:45.803298+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:46 smithi111 bash[22787]: audit 2024-09-10T04:02:45.812704+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:46 smithi111 bash[22787]: audit 2024-09-10T04:02:45.812704+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:46 smithi121 bash[23503]: audit 2024-09-10T04:02:45.796342+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:46 smithi121 bash[23503]: audit 2024-09-10T04:02:45.796342+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:46 smithi121 bash[23503]: audit 2024-09-10T04:02:45.803298+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:46 smithi121 bash[23503]: audit 2024-09-10T04:02:45.803298+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:46 smithi121 bash[23503]: audit 2024-09-10T04:02:45.812704+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:47.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:46 smithi121 bash[23503]: audit 2024-09-10T04:02:45.812704+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:48.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:47 smithi174 bash[23190]: cluster 2024-09-10T04:02:47.614034+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:48.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:47 smithi174 bash[23190]: cluster 2024-09-10T04:02:47.614034+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:48.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:47 smithi111 bash[22787]: cluster 2024-09-10T04:02:47.614034+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:48.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:47 smithi111 bash[22787]: cluster 2024-09-10T04:02:47.614034+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:48.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:47 smithi121 bash[23503]: cluster 2024-09-10T04:02:47.614034+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:48.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:47 smithi121 bash[23503]: cluster 2024-09-10T04:02:47.614034+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:49.238 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:02:49.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:49 smithi111 bash[22787]: cluster 2024-09-10T04:02:49.614424+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:49.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:49 smithi111 bash[22787]: cluster 2024-09-10T04:02:49.614424+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:49.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:49 smithi121 bash[23503]: cluster 2024-09-10T04:02:49.614424+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:49.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:49 smithi121 bash[23503]: cluster 2024-09-10T04:02:49.614424+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:50.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:49 smithi174 bash[23190]: cluster 2024-09-10T04:02:49.614424+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:50.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:49 smithi174 bash[23190]: cluster 2024-09-10T04:02:49.614424+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:51.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:50 smithi174 bash[23190]: audit 2024-09-10T04:02:50.814900+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:02:51.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:50 smithi174 bash[23190]: audit 2024-09-10T04:02:50.814900+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:02:51.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:50 smithi174 bash[23190]: audit 2024-09-10T04:02:50.818483+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:02:51.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:50 smithi174 bash[23190]: audit 2024-09-10T04:02:50.818483+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:02:51.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:50 smithi174 bash[23190]: audit 2024-09-10T04:02:50.819757+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:51.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:50 smithi174 bash[23190]: audit 2024-09-10T04:02:50.819757+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:51.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:50 smithi111 bash[22787]: audit 2024-09-10T04:02:50.814900+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:02:51.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:50 smithi111 bash[22787]: audit 2024-09-10T04:02:50.814900+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:02:51.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:50 smithi111 bash[22787]: audit 2024-09-10T04:02:50.818483+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:02:51.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:50 smithi111 bash[22787]: audit 2024-09-10T04:02:50.818483+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:02:51.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:50 smithi111 bash[22787]: audit 2024-09-10T04:02:50.819757+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:51.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:50 smithi111 bash[22787]: audit 2024-09-10T04:02:50.819757+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:51.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:50 smithi121 bash[23503]: audit 2024-09-10T04:02:50.814900+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:02:51.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:50 smithi121 bash[23503]: audit 2024-09-10T04:02:50.814900+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:02:51.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:50 smithi121 bash[23503]: audit 2024-09-10T04:02:50.818483+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:02:51.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:50 smithi121 bash[23503]: audit 2024-09-10T04:02:50.818483+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:02:51.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:50 smithi121 bash[23503]: audit 2024-09-10T04:02:50.819757+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:51.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:50 smithi121 bash[23503]: audit 2024-09-10T04:02:50.819757+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:02:52.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:51 smithi174 bash[23190]: audit 2024-09-10T04:02:50.810909+0000 mgr.a (mgr.14152) 120 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:52.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:51 smithi174 bash[23190]: audit 2024-09-10T04:02:50.810909+0000 mgr.a (mgr.14152) 120 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:52.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:51 smithi174 bash[23190]: cluster 2024-09-10T04:02:51.614804+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:52.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:51 smithi174 bash[23190]: cluster 2024-09-10T04:02:51.614804+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:52.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:51 smithi111 bash[22787]: audit 2024-09-10T04:02:50.810909+0000 mgr.a (mgr.14152) 120 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:52.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:51 smithi111 bash[22787]: audit 2024-09-10T04:02:50.810909+0000 mgr.a (mgr.14152) 120 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:52.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:51 smithi111 bash[22787]: cluster 2024-09-10T04:02:51.614804+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:52.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:51 smithi111 bash[22787]: cluster 2024-09-10T04:02:51.614804+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:52.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:51 smithi121 bash[23503]: audit 2024-09-10T04:02:50.810909+0000 mgr.a (mgr.14152) 120 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:52.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:51 smithi121 bash[23503]: audit 2024-09-10T04:02:50.810909+0000 mgr.a (mgr.14152) 120 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:02:52.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:51 smithi121 bash[23503]: cluster 2024-09-10T04:02:51.614804+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:52.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:51 smithi121 bash[23503]: cluster 2024-09-10T04:02:51.614804+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:53.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:53 smithi111 bash[22787]: cluster 2024-09-10T04:02:53.615230+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:53.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:53 smithi111 bash[22787]: cluster 2024-09-10T04:02:53.615230+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:53.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:53 smithi121 bash[23503]: cluster 2024-09-10T04:02:53.615230+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:53.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:53 smithi121 bash[23503]: cluster 2024-09-10T04:02:53.615230+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:54.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:53 smithi174 bash[23190]: cluster 2024-09-10T04:02:53.615230+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:54.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:53 smithi174 bash[23190]: cluster 2024-09-10T04:02:53.615230+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:55.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:55 smithi111 bash[22787]: cluster 2024-09-10T04:02:55.615671+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:55.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:55 smithi111 bash[22787]: cluster 2024-09-10T04:02:55.615671+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:55.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:55 smithi121 bash[23503]: cluster 2024-09-10T04:02:55.615671+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:55.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:55 smithi121 bash[23503]: cluster 2024-09-10T04:02:55.615671+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:56.041 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:55 smithi174 bash[23190]: cluster 2024-09-10T04:02:55.615671+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:56.041 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:55 smithi174 bash[23190]: cluster 2024-09-10T04:02:55.615671+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:58.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:58 smithi174 bash[23190]: audit 2024-09-10T04:02:57.540555+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:58 smithi174 bash[23190]: audit 2024-09-10T04:02:57.540555+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:58 smithi174 bash[23190]: audit 2024-09-10T04:02:57.549202+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:58 smithi174 bash[23190]: audit 2024-09-10T04:02:57.549202+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:58 smithi174 bash[23190]: audit 2024-09-10T04:02:57.559743+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:58 smithi174 bash[23190]: audit 2024-09-10T04:02:57.559743+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:58 smithi174 bash[23190]: cluster 2024-09-10T04:02:57.616183+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:58.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:58 smithi174 bash[23190]: cluster 2024-09-10T04:02:57.616183+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:58.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:58 smithi111 bash[22787]: audit 2024-09-10T04:02:57.540555+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:58 smithi111 bash[22787]: audit 2024-09-10T04:02:57.540555+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:58 smithi111 bash[22787]: audit 2024-09-10T04:02:57.549202+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:58 smithi111 bash[22787]: audit 2024-09-10T04:02:57.549202+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:58 smithi111 bash[22787]: audit 2024-09-10T04:02:57.559743+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:58 smithi111 bash[22787]: audit 2024-09-10T04:02:57.559743+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:58 smithi111 bash[22787]: cluster 2024-09-10T04:02:57.616183+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:58.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:58 smithi111 bash[22787]: cluster 2024-09-10T04:02:57.616183+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:58.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:58 smithi121 bash[23503]: audit 2024-09-10T04:02:57.540555+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:58 smithi121 bash[23503]: audit 2024-09-10T04:02:57.540555+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:58 smithi121 bash[23503]: audit 2024-09-10T04:02:57.549202+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:58 smithi121 bash[23503]: audit 2024-09-10T04:02:57.549202+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:58 smithi121 bash[23503]: audit 2024-09-10T04:02:57.559743+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:58 smithi121 bash[23503]: audit 2024-09-10T04:02:57.559743+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:02:58.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:58 smithi121 bash[23503]: cluster 2024-09-10T04:02:57.616183+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:58.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:58 smithi121 bash[23503]: cluster 2024-09-10T04:02:57.616183+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:59.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:59 smithi111 bash[22787]: cluster 2024-09-10T04:02:59.616545+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:59.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:02:59 smithi111 bash[22787]: cluster 2024-09-10T04:02:59.616545+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:59.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:59 smithi121 bash[23503]: cluster 2024-09-10T04:02:59.616545+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:02:59.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:02:59 smithi121 bash[23503]: cluster 2024-09-10T04:02:59.616545+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:00.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:59 smithi174 bash[23190]: cluster 2024-09-10T04:02:59.616545+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:00.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:02:59 smithi174 bash[23190]: cluster 2024-09-10T04:02:59.616545+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:00.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:00 smithi111 bash[22787]: audit 2024-09-10T04:03:00.187385+0000 mon.a (mon.0) 405 : audit [INF] from='client.? 172.21.15.111:0/1212051909' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c31dd9f0-d23e-44d4-a338-2872880e7c5a"} : dispatch 2024-09-10T04:03:00.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:00 smithi111 bash[22787]: audit 2024-09-10T04:03:00.187385+0000 mon.a (mon.0) 405 : audit [INF] from='client.? 172.21.15.111:0/1212051909' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c31dd9f0-d23e-44d4-a338-2872880e7c5a"} : dispatch 2024-09-10T04:03:00.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:00 smithi111 bash[22787]: audit 2024-09-10T04:03:00.191357+0000 mon.a (mon.0) 406 : audit [INF] from='client.? 172.21.15.111:0/1212051909' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c31dd9f0-d23e-44d4-a338-2872880e7c5a"}]': finished 2024-09-10T04:03:00.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:00 smithi111 bash[22787]: audit 2024-09-10T04:03:00.191357+0000 mon.a (mon.0) 406 : audit [INF] from='client.? 172.21.15.111:0/1212051909' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c31dd9f0-d23e-44d4-a338-2872880e7c5a"}]': finished 2024-09-10T04:03:00.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:00 smithi111 bash[22787]: cluster 2024-09-10T04:03:00.198031+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-10T04:03:00.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:00 smithi111 bash[22787]: cluster 2024-09-10T04:03:00.198031+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-10T04:03:00.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:00 smithi111 bash[22787]: audit 2024-09-10T04:03:00.198386+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:00.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:00 smithi111 bash[22787]: audit 2024-09-10T04:03:00.198386+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:00.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:00 smithi111 bash[22787]: audit 2024-09-10T04:03:00.271025+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:00.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:00 smithi111 bash[22787]: audit 2024-09-10T04:03:00.271025+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:00.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:00 smithi111 bash[22787]: audit 2024-09-10T04:03:00.279316+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:00.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:00 smithi111 bash[22787]: audit 2024-09-10T04:03:00.279316+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:00.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:00 smithi111 bash[22787]: audit 2024-09-10T04:03:00.287814+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:00.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:00 smithi111 bash[22787]: audit 2024-09-10T04:03:00.287814+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:00.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:00 smithi121 bash[23503]: audit 2024-09-10T04:03:00.187385+0000 mon.a (mon.0) 405 : audit [INF] from='client.? 172.21.15.111:0/1212051909' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c31dd9f0-d23e-44d4-a338-2872880e7c5a"} : dispatch 2024-09-10T04:03:00.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:00 smithi121 bash[23503]: audit 2024-09-10T04:03:00.187385+0000 mon.a (mon.0) 405 : audit [INF] from='client.? 172.21.15.111:0/1212051909' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c31dd9f0-d23e-44d4-a338-2872880e7c5a"} : dispatch 2024-09-10T04:03:00.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:00 smithi121 bash[23503]: audit 2024-09-10T04:03:00.191357+0000 mon.a (mon.0) 406 : audit [INF] from='client.? 172.21.15.111:0/1212051909' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c31dd9f0-d23e-44d4-a338-2872880e7c5a"}]': finished 2024-09-10T04:03:00.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:00 smithi121 bash[23503]: audit 2024-09-10T04:03:00.191357+0000 mon.a (mon.0) 406 : audit [INF] from='client.? 172.21.15.111:0/1212051909' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c31dd9f0-d23e-44d4-a338-2872880e7c5a"}]': finished 2024-09-10T04:03:00.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:00 smithi121 bash[23503]: cluster 2024-09-10T04:03:00.198031+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-10T04:03:00.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:00 smithi121 bash[23503]: cluster 2024-09-10T04:03:00.198031+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-10T04:03:00.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:00 smithi121 bash[23503]: audit 2024-09-10T04:03:00.198386+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:00.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:00 smithi121 bash[23503]: audit 2024-09-10T04:03:00.198386+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:00.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:00 smithi121 bash[23503]: audit 2024-09-10T04:03:00.271025+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:00.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:00 smithi121 bash[23503]: audit 2024-09-10T04:03:00.271025+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:00.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:00 smithi121 bash[23503]: audit 2024-09-10T04:03:00.279316+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:00.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:00 smithi121 bash[23503]: audit 2024-09-10T04:03:00.279316+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:00.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:00 smithi121 bash[23503]: audit 2024-09-10T04:03:00.287814+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:00.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:00 smithi121 bash[23503]: audit 2024-09-10T04:03:00.287814+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:01.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:00 smithi174 bash[23190]: audit 2024-09-10T04:03:00.187385+0000 mon.a (mon.0) 405 : audit [INF] from='client.? 172.21.15.111:0/1212051909' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c31dd9f0-d23e-44d4-a338-2872880e7c5a"} : dispatch 2024-09-10T04:03:01.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:00 smithi174 bash[23190]: audit 2024-09-10T04:03:00.187385+0000 mon.a (mon.0) 405 : audit [INF] from='client.? 172.21.15.111:0/1212051909' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c31dd9f0-d23e-44d4-a338-2872880e7c5a"} : dispatch 2024-09-10T04:03:01.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:00 smithi174 bash[23190]: audit 2024-09-10T04:03:00.191357+0000 mon.a (mon.0) 406 : audit [INF] from='client.? 172.21.15.111:0/1212051909' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c31dd9f0-d23e-44d4-a338-2872880e7c5a"}]': finished 2024-09-10T04:03:01.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:00 smithi174 bash[23190]: audit 2024-09-10T04:03:00.191357+0000 mon.a (mon.0) 406 : audit [INF] from='client.? 172.21.15.111:0/1212051909' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c31dd9f0-d23e-44d4-a338-2872880e7c5a"}]': finished 2024-09-10T04:03:01.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:00 smithi174 bash[23190]: cluster 2024-09-10T04:03:00.198031+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-10T04:03:01.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:00 smithi174 bash[23190]: cluster 2024-09-10T04:03:00.198031+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-10T04:03:01.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:00 smithi174 bash[23190]: audit 2024-09-10T04:03:00.198386+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:01.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:00 smithi174 bash[23190]: audit 2024-09-10T04:03:00.198386+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:01.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:00 smithi174 bash[23190]: audit 2024-09-10T04:03:00.271025+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:01.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:00 smithi174 bash[23190]: audit 2024-09-10T04:03:00.271025+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:01.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:00 smithi174 bash[23190]: audit 2024-09-10T04:03:00.279316+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:01.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:00 smithi174 bash[23190]: audit 2024-09-10T04:03:00.279316+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:01.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:00 smithi174 bash[23190]: audit 2024-09-10T04:03:00.287814+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:01.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:00 smithi174 bash[23190]: audit 2024-09-10T04:03:00.287814+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:01.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:01 smithi121 bash[23503]: audit 2024-09-10T04:03:00.831191+0000 mon.a (mon.0) 412 : audit [DBG] from='client.? 172.21.15.111:0/3449859901' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:03:01.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:01 smithi121 bash[23503]: audit 2024-09-10T04:03:00.831191+0000 mon.a (mon.0) 412 : audit [DBG] from='client.? 172.21.15.111:0/3449859901' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:03:01.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:01 smithi121 bash[23503]: cluster 2024-09-10T04:03:01.616982+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:01.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:01 smithi121 bash[23503]: cluster 2024-09-10T04:03:01.616982+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:01 smithi174 bash[23190]: audit 2024-09-10T04:03:00.831191+0000 mon.a (mon.0) 412 : audit [DBG] from='client.? 172.21.15.111:0/3449859901' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:03:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:01 smithi174 bash[23190]: audit 2024-09-10T04:03:00.831191+0000 mon.a (mon.0) 412 : audit [DBG] from='client.? 172.21.15.111:0/3449859901' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:03:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:01 smithi174 bash[23190]: cluster 2024-09-10T04:03:01.616982+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:01 smithi174 bash[23190]: cluster 2024-09-10T04:03:01.616982+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:01 smithi111 bash[22787]: audit 2024-09-10T04:03:00.831191+0000 mon.a (mon.0) 412 : audit [DBG] from='client.? 172.21.15.111:0/3449859901' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:03:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:01 smithi111 bash[22787]: audit 2024-09-10T04:03:00.831191+0000 mon.a (mon.0) 412 : audit [DBG] from='client.? 172.21.15.111:0/3449859901' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:03:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:01 smithi111 bash[22787]: cluster 2024-09-10T04:03:01.616982+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:01 smithi111 bash[22787]: cluster 2024-09-10T04:03:01.616982+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:03.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:03 smithi111 bash[22787]: cluster 2024-09-10T04:03:03.617473+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:03.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:03 smithi111 bash[22787]: cluster 2024-09-10T04:03:03.617473+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:03.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:03 smithi121 bash[23503]: cluster 2024-09-10T04:03:03.617473+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:03.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:03 smithi121 bash[23503]: cluster 2024-09-10T04:03:03.617473+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:04.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:03 smithi174 bash[23190]: cluster 2024-09-10T04:03:03.617473+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:04.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:03 smithi174 bash[23190]: cluster 2024-09-10T04:03:03.617473+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:05.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:05 smithi111 bash[22787]: cluster 2024-09-10T04:03:05.617931+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:05.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:05 smithi111 bash[22787]: cluster 2024-09-10T04:03:05.617931+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:05.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:05 smithi121 bash[23503]: cluster 2024-09-10T04:03:05.617931+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:05.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:05 smithi121 bash[23503]: cluster 2024-09-10T04:03:05.617931+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:06.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:05 smithi174 bash[23190]: cluster 2024-09-10T04:03:05.617931+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:06.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:05 smithi174 bash[23190]: cluster 2024-09-10T04:03:05.617931+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:07.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:06 smithi111 bash[22787]: audit 2024-09-10T04:03:05.925120+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:06 smithi111 bash[22787]: audit 2024-09-10T04:03:05.925120+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:06 smithi111 bash[22787]: audit 2024-09-10T04:03:05.931261+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:06 smithi111 bash[22787]: audit 2024-09-10T04:03:05.931261+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:06 smithi111 bash[22787]: audit 2024-09-10T04:03:05.938818+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:06 smithi111 bash[22787]: audit 2024-09-10T04:03:05.938818+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:06 smithi121 bash[23503]: audit 2024-09-10T04:03:05.925120+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:06 smithi121 bash[23503]: audit 2024-09-10T04:03:05.925120+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:06 smithi121 bash[23503]: audit 2024-09-10T04:03:05.931261+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:06 smithi121 bash[23503]: audit 2024-09-10T04:03:05.931261+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:06 smithi121 bash[23503]: audit 2024-09-10T04:03:05.938818+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:06 smithi121 bash[23503]: audit 2024-09-10T04:03:05.938818+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:06 smithi174 bash[23190]: audit 2024-09-10T04:03:05.925120+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:06 smithi174 bash[23190]: audit 2024-09-10T04:03:05.925120+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:06 smithi174 bash[23190]: audit 2024-09-10T04:03:05.931261+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:06 smithi174 bash[23190]: audit 2024-09-10T04:03:05.931261+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:06 smithi174 bash[23190]: audit 2024-09-10T04:03:05.938818+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:06 smithi174 bash[23190]: audit 2024-09-10T04:03:05.938818+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:08.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:07 smithi111 bash[22787]: cluster 2024-09-10T04:03:07.618309+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:08.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:07 smithi111 bash[22787]: cluster 2024-09-10T04:03:07.618309+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:08.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:07 smithi121 bash[23503]: cluster 2024-09-10T04:03:07.618309+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:08.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:07 smithi121 bash[23503]: cluster 2024-09-10T04:03:07.618309+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:08.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:07 smithi174 bash[23190]: cluster 2024-09-10T04:03:07.618309+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:08.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:07 smithi174 bash[23190]: cluster 2024-09-10T04:03:07.618309+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:09.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:09 smithi111 bash[22787]: cluster 2024-09-10T04:03:09.618672+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:09.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:09 smithi111 bash[22787]: cluster 2024-09-10T04:03:09.618672+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:09.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:09 smithi121 bash[23503]: cluster 2024-09-10T04:03:09.618672+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:09.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:09 smithi121 bash[23503]: cluster 2024-09-10T04:03:09.618672+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:10.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:09 smithi174 bash[23190]: cluster 2024-09-10T04:03:09.618672+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:10.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:09 smithi174 bash[23190]: cluster 2024-09-10T04:03:09.618672+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:11.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:11 smithi111 bash[22787]: cluster 2024-09-10T04:03:11.619050+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:11.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:11 smithi111 bash[22787]: cluster 2024-09-10T04:03:11.619050+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:11.965 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:11 smithi121 bash[23503]: cluster 2024-09-10T04:03:11.619050+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:11.966 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:11 smithi121 bash[23503]: cluster 2024-09-10T04:03:11.619050+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:12.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:11 smithi174 bash[23190]: cluster 2024-09-10T04:03:11.619050+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:12.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:11 smithi174 bash[23190]: cluster 2024-09-10T04:03:11.619050+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:13.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:13 smithi174 bash[23190]: cluster 2024-09-10T04:03:13.619492+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:13.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:13 smithi174 bash[23190]: cluster 2024-09-10T04:03:13.619492+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:13.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:13 smithi111 bash[22787]: cluster 2024-09-10T04:03:13.619492+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:13.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:13 smithi111 bash[22787]: cluster 2024-09-10T04:03:13.619492+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:13.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:13 smithi121 bash[23503]: cluster 2024-09-10T04:03:13.619492+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:13.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:13 smithi121 bash[23503]: cluster 2024-09-10T04:03:13.619492+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:14.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:14 smithi174 bash[23190]: audit 2024-09-10T04:03:13.955654+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T04:03:14.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:14 smithi174 bash[23190]: audit 2024-09-10T04:03:13.955654+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T04:03:14.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:14 smithi174 bash[23190]: audit 2024-09-10T04:03:13.957174+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:14.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:14 smithi174 bash[23190]: audit 2024-09-10T04:03:13.957174+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:14.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:14 smithi174 bash[23190]: cephadm 2024-09-10T04:03:13.958472+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Deploying daemon osd.0 on smithi111 2024-09-10T04:03:14.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:14 smithi174 bash[23190]: cephadm 2024-09-10T04:03:13.958472+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Deploying daemon osd.0 on smithi111 2024-09-10T04:03:14.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:14 smithi111 bash[22787]: audit 2024-09-10T04:03:13.955654+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T04:03:14.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:14 smithi111 bash[22787]: audit 2024-09-10T04:03:13.955654+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T04:03:14.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:14 smithi111 bash[22787]: audit 2024-09-10T04:03:13.957174+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:14.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:14 smithi111 bash[22787]: audit 2024-09-10T04:03:13.957174+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:14.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:14 smithi111 bash[22787]: cephadm 2024-09-10T04:03:13.958472+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Deploying daemon osd.0 on smithi111 2024-09-10T04:03:14.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:14 smithi111 bash[22787]: cephadm 2024-09-10T04:03:13.958472+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Deploying daemon osd.0 on smithi111 2024-09-10T04:03:14.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:14 smithi121 bash[23503]: audit 2024-09-10T04:03:13.955654+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T04:03:14.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:14 smithi121 bash[23503]: audit 2024-09-10T04:03:13.955654+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T04:03:14.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:14 smithi121 bash[23503]: audit 2024-09-10T04:03:13.957174+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:14.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:14 smithi121 bash[23503]: audit 2024-09-10T04:03:13.957174+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:14.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:14 smithi121 bash[23503]: cephadm 2024-09-10T04:03:13.958472+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Deploying daemon osd.0 on smithi111 2024-09-10T04:03:14.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:14 smithi121 bash[23503]: cephadm 2024-09-10T04:03:13.958472+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Deploying daemon osd.0 on smithi111 2024-09-10T04:03:15.858 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:15 smithi174 bash[23190]: cluster 2024-09-10T04:03:15.619841+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:15.858 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:15 smithi174 bash[23190]: cluster 2024-09-10T04:03:15.619841+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:15.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:15 smithi111 bash[22787]: cluster 2024-09-10T04:03:15.619841+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:15.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:15 smithi111 bash[22787]: cluster 2024-09-10T04:03:15.619841+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:15.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:15 smithi121 bash[23503]: cluster 2024-09-10T04:03:15.619841+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:15.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:15 smithi121 bash[23503]: cluster 2024-09-10T04:03:15.619841+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:17.734 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:17 smithi111 bash[22787]: cluster 2024-09-10T04:03:17.620110+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:17.735 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:17 smithi111 bash[22787]: cluster 2024-09-10T04:03:17.620110+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:17.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:17 smithi121 bash[23503]: cluster 2024-09-10T04:03:17.620110+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:17.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:17 smithi121 bash[23503]: cluster 2024-09-10T04:03:17.620110+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:18.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:17 smithi174 bash[23190]: cluster 2024-09-10T04:03:17.620110+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:18.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:17 smithi174 bash[23190]: cluster 2024-09-10T04:03:17.620110+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:18.837 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:03:18 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:03:18.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:18 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:03:18.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:18 smithi111 bash[22787]: audit 2024-09-10T04:03:17.732917+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:18.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:18 smithi111 bash[22787]: audit 2024-09-10T04:03:17.732917+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:18.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:18 smithi111 bash[22787]: audit 2024-09-10T04:03:17.738590+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:18.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:18 smithi111 bash[22787]: audit 2024-09-10T04:03:17.738590+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:18.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:18 smithi111 bash[22787]: audit 2024-09-10T04:03:17.744887+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:18.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:18 smithi111 bash[22787]: audit 2024-09-10T04:03:17.744887+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:19.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:18 smithi174 bash[23190]: audit 2024-09-10T04:03:17.732917+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:19.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:18 smithi174 bash[23190]: audit 2024-09-10T04:03:17.732917+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:19.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:18 smithi174 bash[23190]: audit 2024-09-10T04:03:17.738590+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:19.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:18 smithi174 bash[23190]: audit 2024-09-10T04:03:17.738590+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:19.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:18 smithi174 bash[23190]: audit 2024-09-10T04:03:17.744887+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:19.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:18 smithi174 bash[23190]: audit 2024-09-10T04:03:17.744887+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:19.175 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:18 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:03:19.176 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:03:18 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:03:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:18 smithi121 bash[23503]: audit 2024-09-10T04:03:17.732917+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:18 smithi121 bash[23503]: audit 2024-09-10T04:03:17.732917+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:18 smithi121 bash[23503]: audit 2024-09-10T04:03:17.738590+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:18 smithi121 bash[23503]: audit 2024-09-10T04:03:17.738590+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:18 smithi121 bash[23503]: audit 2024-09-10T04:03:17.744887+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:18 smithi121 bash[23503]: audit 2024-09-10T04:03:17.744887+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:19 smithi174 bash[23190]: audit 2024-09-10T04:03:19.094426+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:20.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:19 smithi174 bash[23190]: audit 2024-09-10T04:03:19.094426+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:19 smithi174 bash[23190]: audit 2024-09-10T04:03:19.096985+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:19 smithi174 bash[23190]: audit 2024-09-10T04:03:19.096985+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:19 smithi174 bash[23190]: audit 2024-09-10T04:03:19.097621+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:19 smithi174 bash[23190]: audit 2024-09-10T04:03:19.097621+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:19 smithi174 bash[23190]: audit 2024-09-10T04:03:19.100183+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:19 smithi174 bash[23190]: audit 2024-09-10T04:03:19.100183+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:19 smithi174 bash[23190]: audit 2024-09-10T04:03:19.104905+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:19 smithi174 bash[23190]: audit 2024-09-10T04:03:19.104905+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:19 smithi174 bash[23190]: audit 2024-09-10T04:03:19.110352+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:19 smithi174 bash[23190]: audit 2024-09-10T04:03:19.110352+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:19 smithi174 bash[23190]: cluster 2024-09-10T04:03:19.620353+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:20.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:19 smithi174 bash[23190]: cluster 2024-09-10T04:03:19.620353+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:20.154 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:19 smithi111 bash[22787]: audit 2024-09-10T04:03:19.094426+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:20.154 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:19 smithi111 bash[22787]: audit 2024-09-10T04:03:19.094426+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:20.154 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:19 smithi111 bash[22787]: audit 2024-09-10T04:03:19.096985+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:20.154 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:19 smithi111 bash[22787]: audit 2024-09-10T04:03:19.096985+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:20.154 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:19 smithi111 bash[22787]: audit 2024-09-10T04:03:19.097621+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:20.154 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:19 smithi111 bash[22787]: audit 2024-09-10T04:03:19.097621+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:20.154 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:19 smithi111 bash[22787]: audit 2024-09-10T04:03:19.100183+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.154 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:19 smithi111 bash[22787]: audit 2024-09-10T04:03:19.100183+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.154 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:19 smithi111 bash[22787]: audit 2024-09-10T04:03:19.104905+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.154 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:19 smithi111 bash[22787]: audit 2024-09-10T04:03:19.104905+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.154 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:19 smithi111 bash[22787]: audit 2024-09-10T04:03:19.110352+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.154 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:19 smithi111 bash[22787]: audit 2024-09-10T04:03:19.110352+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.154 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:19 smithi111 bash[22787]: cluster 2024-09-10T04:03:19.620353+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:20.154 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:19 smithi111 bash[22787]: cluster 2024-09-10T04:03:19.620353+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:20.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:19 smithi121 bash[23503]: audit 2024-09-10T04:03:19.094426+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:20.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:19 smithi121 bash[23503]: audit 2024-09-10T04:03:19.094426+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:19 smithi121 bash[23503]: audit 2024-09-10T04:03:19.096985+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:19 smithi121 bash[23503]: audit 2024-09-10T04:03:19.096985+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:19 smithi121 bash[23503]: audit 2024-09-10T04:03:19.097621+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:19 smithi121 bash[23503]: audit 2024-09-10T04:03:19.097621+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:19 smithi121 bash[23503]: audit 2024-09-10T04:03:19.100183+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:19 smithi121 bash[23503]: audit 2024-09-10T04:03:19.100183+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:19 smithi121 bash[23503]: audit 2024-09-10T04:03:19.104905+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:19 smithi121 bash[23503]: audit 2024-09-10T04:03:19.104905+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:19 smithi121 bash[23503]: audit 2024-09-10T04:03:19.110352+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:19 smithi121 bash[23503]: audit 2024-09-10T04:03:19.110352+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:19 smithi121 bash[23503]: cluster 2024-09-10T04:03:19.620353+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:19 smithi121 bash[23503]: cluster 2024-09-10T04:03:19.620353+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:21.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:21 smithi111 bash[22787]: audit 2024-09-10T04:03:20.473195+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:21 smithi111 bash[22787]: audit 2024-09-10T04:03:20.473195+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:21 smithi111 bash[22787]: audit 2024-09-10T04:03:20.478562+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:21 smithi111 bash[22787]: audit 2024-09-10T04:03:20.478562+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:21 smithi111 bash[22787]: audit 2024-09-10T04:03:20.486406+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:21 smithi111 bash[22787]: audit 2024-09-10T04:03:20.486406+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.803 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:21 smithi121 bash[23503]: audit 2024-09-10T04:03:20.473195+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.803 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:21 smithi121 bash[23503]: audit 2024-09-10T04:03:20.473195+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.803 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:21 smithi121 bash[23503]: audit 2024-09-10T04:03:20.478562+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.803 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:21 smithi121 bash[23503]: audit 2024-09-10T04:03:20.478562+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.803 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:21 smithi121 bash[23503]: audit 2024-09-10T04:03:20.486406+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.803 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:21 smithi121 bash[23503]: audit 2024-09-10T04:03:20.486406+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:21 smithi174 bash[23190]: audit 2024-09-10T04:03:20.473195+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:21 smithi174 bash[23190]: audit 2024-09-10T04:03:20.473195+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:21 smithi174 bash[23190]: audit 2024-09-10T04:03:20.478562+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:21 smithi174 bash[23190]: audit 2024-09-10T04:03:20.478562+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:21 smithi174 bash[23190]: audit 2024-09-10T04:03:20.486406+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:21.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:21 smithi174 bash[23190]: audit 2024-09-10T04:03:20.486406+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:22.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:22 smithi111 bash[22787]: cluster 2024-09-10T04:03:21.620712+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:22.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:22 smithi111 bash[22787]: cluster 2024-09-10T04:03:21.620712+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:22.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:22 smithi174 bash[23190]: cluster 2024-09-10T04:03:21.620712+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:22.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:22 smithi174 bash[23190]: cluster 2024-09-10T04:03:21.620712+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:22.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:22 smithi121 bash[23503]: cluster 2024-09-10T04:03:21.620712+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:22.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:22 smithi121 bash[23503]: cluster 2024-09-10T04:03:21.620712+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:23.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:23 smithi121 bash[23503]: cluster 2024-09-10T04:03:23.621049+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:23.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:23 smithi121 bash[23503]: cluster 2024-09-10T04:03:23.621049+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:24.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:23 smithi174 bash[23190]: cluster 2024-09-10T04:03:23.621049+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:24.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:23 smithi174 bash[23190]: cluster 2024-09-10T04:03:23.621049+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:24.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:23 smithi111 bash[22787]: cluster 2024-09-10T04:03:23.621049+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:24.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:23 smithi111 bash[22787]: cluster 2024-09-10T04:03:23.621049+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:25.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:25 smithi111 bash[22787]: cluster 2024-09-10T04:03:25.621337+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:25.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:25 smithi111 bash[22787]: cluster 2024-09-10T04:03:25.621337+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:25 smithi121 bash[23503]: cluster 2024-09-10T04:03:25.621337+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:25 smithi121 bash[23503]: cluster 2024-09-10T04:03:25.621337+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:25 smithi174 bash[23190]: cluster 2024-09-10T04:03:25.621337+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:25 smithi174 bash[23190]: cluster 2024-09-10T04:03:25.621337+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:27.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: audit 2024-09-10T04:03:26.120055+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: audit 2024-09-10T04:03:26.120055+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: audit 2024-09-10T04:03:26.126370+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: audit 2024-09-10T04:03:26.126370+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: cephadm 2024-09-10T04:03:26.128041+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi111 2024-09-10T04:03:27.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: cephadm 2024-09-10T04:03:26.128041+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi111 2024-09-10T04:03:27.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: audit 2024-09-10T04:03:26.129309+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:27.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: audit 2024-09-10T04:03:26.129309+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:27.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: audit 2024-09-10T04:03:26.134788+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: audit 2024-09-10T04:03:26.134788+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: audit 2024-09-10T04:03:26.135364+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:27.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: audit 2024-09-10T04:03:26.135364+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:27.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: audit 2024-09-10T04:03:26.137362+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:27.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: audit 2024-09-10T04:03:26.137362+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:27.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: audit 2024-09-10T04:03:26.146289+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:27 smithi111 bash[22787]: audit 2024-09-10T04:03:26.146289+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: audit 2024-09-10T04:03:26.120055+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: audit 2024-09-10T04:03:26.120055+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: audit 2024-09-10T04:03:26.126370+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: audit 2024-09-10T04:03:26.126370+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: cephadm 2024-09-10T04:03:26.128041+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi111 2024-09-10T04:03:27.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: cephadm 2024-09-10T04:03:26.128041+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi111 2024-09-10T04:03:27.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: audit 2024-09-10T04:03:26.129309+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:27.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: audit 2024-09-10T04:03:26.129309+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:27.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: audit 2024-09-10T04:03:26.134788+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: audit 2024-09-10T04:03:26.134788+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: audit 2024-09-10T04:03:26.135364+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:27.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: audit 2024-09-10T04:03:26.135364+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:27.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: audit 2024-09-10T04:03:26.137362+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:27.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: audit 2024-09-10T04:03:26.137362+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:27.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: audit 2024-09-10T04:03:26.146289+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:27 smithi174 bash[23190]: audit 2024-09-10T04:03:26.146289+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: audit 2024-09-10T04:03:26.120055+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: audit 2024-09-10T04:03:26.120055+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: audit 2024-09-10T04:03:26.126370+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: audit 2024-09-10T04:03:26.126370+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: cephadm 2024-09-10T04:03:26.128041+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi111 2024-09-10T04:03:27.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: cephadm 2024-09-10T04:03:26.128041+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi111 2024-09-10T04:03:27.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: audit 2024-09-10T04:03:26.129309+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:27.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: audit 2024-09-10T04:03:26.129309+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:27.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: audit 2024-09-10T04:03:26.134788+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: audit 2024-09-10T04:03:26.134788+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: audit 2024-09-10T04:03:26.135364+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:27.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: audit 2024-09-10T04:03:26.135364+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:27.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: audit 2024-09-10T04:03:26.137362+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:27.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: audit 2024-09-10T04:03:26.137362+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:27.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: audit 2024-09-10T04:03:26.146289+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:27.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:27 smithi121 bash[23503]: audit 2024-09-10T04:03:26.146289+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:28.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:28 smithi174 bash[23190]: cluster 2024-09-10T04:03:27.621839+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:28.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:28 smithi174 bash[23190]: cluster 2024-09-10T04:03:27.621839+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:28.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:28 smithi111 bash[22787]: cluster 2024-09-10T04:03:27.621839+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:28.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:28 smithi111 bash[22787]: cluster 2024-09-10T04:03:27.621839+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:28.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:28 smithi121 bash[23503]: cluster 2024-09-10T04:03:27.621839+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:28.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:28 smithi121 bash[23503]: cluster 2024-09-10T04:03:27.621839+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:29.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:29 smithi111 bash[22787]: cluster 2024-09-10T04:03:29.622230+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:29.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:29 smithi111 bash[22787]: cluster 2024-09-10T04:03:29.622230+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:29.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:29 smithi121 bash[23503]: cluster 2024-09-10T04:03:29.622230+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:29.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:29 smithi121 bash[23503]: cluster 2024-09-10T04:03:29.622230+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:30.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:29 smithi174 bash[23190]: cluster 2024-09-10T04:03:29.622230+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:30.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:29 smithi174 bash[23190]: cluster 2024-09-10T04:03:29.622230+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:30.946 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:30 smithi111 bash[22787]: audit 2024-09-10T04:03:30.173627+0000 mon.a (mon.0) 437 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T04:03:30.946 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:30 smithi111 bash[22787]: audit 2024-09-10T04:03:30.173627+0000 mon.a (mon.0) 437 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T04:03:30.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:30 smithi121 bash[23503]: audit 2024-09-10T04:03:30.173627+0000 mon.a (mon.0) 437 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T04:03:30.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:30 smithi121 bash[23503]: audit 2024-09-10T04:03:30.173627+0000 mon.a (mon.0) 437 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T04:03:31.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:30 smithi174 bash[23190]: audit 2024-09-10T04:03:30.173627+0000 mon.a (mon.0) 437 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T04:03:31.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:30 smithi174 bash[23190]: audit 2024-09-10T04:03:30.173627+0000 mon.a (mon.0) 437 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T04:03:31.651 INFO:teuthology.orchestra.run.smithi111.stdout:Created osd(s) 0 on host 'smithi111' 2024-09-10T04:03:31.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:30.700685+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T04:03:31.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:30.700685+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T04:03:31.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: cluster 2024-09-10T04:03:30.707041+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-10T04:03:31.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: cluster 2024-09-10T04:03:30.707041+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-10T04:03:31.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:30.707502+0000 mon.a (mon.0) 440 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]} : dispatch 2024-09-10T04:03:31.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:30.707502+0000 mon.a (mon.0) 440 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]} : dispatch 2024-09-10T04:03:31.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:30.708036+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:31.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:30.708036+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:31.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: cluster 2024-09-10T04:03:31.622665+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:31.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: cluster 2024-09-10T04:03:31.622665+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:31.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:31.633295+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:31.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:31.633295+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:31.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:31.640768+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:31.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:31.640768+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:31.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:31.641541+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:03:31.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:31.641541+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:03:31.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:31.644011+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:31.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:31.644011+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:31.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:31.649093+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:31.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:31.649093+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:31.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:31.649950+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:31.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:31.649950+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:31.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:31.658765+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:31.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:31 smithi111 bash[22787]: audit 2024-09-10T04:03:31.658765+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:32.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:30.700685+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T04:03:32.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:30.700685+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T04:03:32.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: cluster 2024-09-10T04:03:30.707041+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-10T04:03:32.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: cluster 2024-09-10T04:03:30.707041+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-10T04:03:32.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:30.707502+0000 mon.a (mon.0) 440 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]} : dispatch 2024-09-10T04:03:32.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:30.707502+0000 mon.a (mon.0) 440 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]} : dispatch 2024-09-10T04:03:32.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:30.708036+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:32.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:30.708036+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:32.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: cluster 2024-09-10T04:03:31.622665+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:32.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: cluster 2024-09-10T04:03:31.622665+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:32.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:31.633295+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:32.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:31.633295+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:32.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:31.640768+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:32.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:31.640768+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:32.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:31.641541+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:03:32.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:31.641541+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:03:32.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:31.644011+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:32.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:31.644011+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:32.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:31.649093+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:32.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:31.649093+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:32.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:31.649950+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:32.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:31.649950+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:32.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:31.658765+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:32.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:31 smithi174 bash[23190]: audit 2024-09-10T04:03:31.658765+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:32.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:30.700685+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T04:03:32.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:30.700685+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T04:03:32.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: cluster 2024-09-10T04:03:30.707041+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-10T04:03:32.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: cluster 2024-09-10T04:03:30.707041+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-10T04:03:32.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:30.707502+0000 mon.a (mon.0) 440 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]} : dispatch 2024-09-10T04:03:32.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:30.707502+0000 mon.a (mon.0) 440 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]} : dispatch 2024-09-10T04:03:32.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:30.708036+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:32.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:30.708036+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:32.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: cluster 2024-09-10T04:03:31.622665+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:32.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: cluster 2024-09-10T04:03:31.622665+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:32.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:31.633295+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:32.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:31.633295+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:32.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:31.640768+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:32.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:31.640768+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:32.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:31.641541+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:03:32.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:31.641541+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:03:32.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:31.644011+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:32.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:31.644011+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:32.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:31.649093+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:32.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:31.649093+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:32.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:31.649950+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:32.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:31.649950+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:32.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:31.658765+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:32.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:31 smithi121 bash[23503]: audit 2024-09-10T04:03:31.658765+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:32.294 DEBUG:teuthology.orchestra.run.smithi111:osd.0> sudo journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@osd.0.service 2024-09-10T04:03:32.296 INFO:tasks.cephadm:Deploying osd.1 on smithi121 with /dev/vg_nvme/lv_4... 2024-09-10T04:03:32.296 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-10T04:03:33.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:31.707070+0000 mon.a (mon.0) 449 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-09-10T04:03:33.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:31.707070+0000 mon.a (mon.0) 449 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-09-10T04:03:33.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: cluster 2024-09-10T04:03:31.711019+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-10T04:03:33.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: cluster 2024-09-10T04:03:31.711019+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-10T04:03:33.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:31.712177+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:33.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:31.712177+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:33.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:31.715616+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:33.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:31.715616+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:33.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.158044+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' 2024-09-10T04:03:33.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.158044+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' 2024-09-10T04:03:33.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.374516+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.374516+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.382068+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.382068+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.384176+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:33.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.384176+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:33.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.388654+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.388654+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.388872+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:33.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.388872+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:33.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.389972+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:33.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.389972+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:33.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.394745+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.138 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:32 smithi174 bash[23190]: audit 2024-09-10T04:03:32.394745+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:31.707070+0000 mon.a (mon.0) 449 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-09-10T04:03:33.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:31.707070+0000 mon.a (mon.0) 449 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-09-10T04:03:33.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: cluster 2024-09-10T04:03:31.711019+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-10T04:03:33.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: cluster 2024-09-10T04:03:31.711019+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-10T04:03:33.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:31.712177+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:33.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:31.712177+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:33.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:31.715616+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:33.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:31.715616+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:33.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.158044+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' 2024-09-10T04:03:33.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.158044+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' 2024-09-10T04:03:33.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.374516+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.374516+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.382068+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.382068+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.384176+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:33.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.384176+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:33.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.388654+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.388654+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.388872+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:33.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.388872+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:33.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.389972+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:33.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.389972+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:33.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.394745+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:32 smithi111 bash[22787]: audit 2024-09-10T04:03:32.394745+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:31.707070+0000 mon.a (mon.0) 449 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-09-10T04:03:33.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:31.707070+0000 mon.a (mon.0) 449 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-09-10T04:03:33.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: cluster 2024-09-10T04:03:31.711019+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-10T04:03:33.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: cluster 2024-09-10T04:03:31.711019+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-10T04:03:33.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:31.712177+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:33.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:31.712177+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:33.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:31.715616+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:33.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:31.715616+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:33.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.158044+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' 2024-09-10T04:03:33.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.158044+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240]' entity='osd.0' 2024-09-10T04:03:33.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.374516+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.374516+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.382068+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.382068+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.384176+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:33.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.384176+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:03:33.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.388654+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.388654+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.388872+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:33.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.388872+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:33.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.389972+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:33.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.389972+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:03:33.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.394745+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:33.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:32 smithi121 bash[23503]: audit 2024-09-10T04:03:32.394745+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:34.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:33 smithi174 bash[23190]: cluster 2024-09-10T04:03:31.156888+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:03:34.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:33 smithi174 bash[23190]: cluster 2024-09-10T04:03:31.156888+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:03:34.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:33 smithi174 bash[23190]: cluster 2024-09-10T04:03:31.157031+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:03:34.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:33 smithi174 bash[23190]: cluster 2024-09-10T04:03:31.157031+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:03:34.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:33 smithi174 bash[23190]: audit 2024-09-10T04:03:32.718251+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:34.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:33 smithi174 bash[23190]: audit 2024-09-10T04:03:32.718251+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:34.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:33 smithi174 bash[23190]: cluster 2024-09-10T04:03:33.163428+0000 mon.a (mon.0) 462 : cluster [INF] osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240] boot 2024-09-10T04:03:34.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:33 smithi174 bash[23190]: cluster 2024-09-10T04:03:33.163428+0000 mon.a (mon.0) 462 : cluster [INF] osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240] boot 2024-09-10T04:03:34.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:33 smithi174 bash[23190]: cluster 2024-09-10T04:03:33.163505+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-10T04:03:34.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:33 smithi174 bash[23190]: cluster 2024-09-10T04:03:33.163505+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-10T04:03:34.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:33 smithi174 bash[23190]: audit 2024-09-10T04:03:33.163881+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:34.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:33 smithi174 bash[23190]: audit 2024-09-10T04:03:33.163881+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:34.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:33 smithi174 bash[23190]: cluster 2024-09-10T04:03:33.623126+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:34.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:33 smithi174 bash[23190]: cluster 2024-09-10T04:03:33.623126+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:34.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:33 smithi111 bash[22787]: cluster 2024-09-10T04:03:31.156888+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:03:34.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:33 smithi111 bash[22787]: cluster 2024-09-10T04:03:31.156888+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:03:34.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:33 smithi111 bash[22787]: cluster 2024-09-10T04:03:31.157031+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:03:34.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:33 smithi111 bash[22787]: cluster 2024-09-10T04:03:31.157031+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:03:34.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:33 smithi111 bash[22787]: audit 2024-09-10T04:03:32.718251+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:34.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:33 smithi111 bash[22787]: audit 2024-09-10T04:03:32.718251+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:34.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:33 smithi111 bash[22787]: cluster 2024-09-10T04:03:33.163428+0000 mon.a (mon.0) 462 : cluster [INF] osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240] boot 2024-09-10T04:03:34.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:33 smithi111 bash[22787]: cluster 2024-09-10T04:03:33.163428+0000 mon.a (mon.0) 462 : cluster [INF] osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240] boot 2024-09-10T04:03:34.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:33 smithi111 bash[22787]: cluster 2024-09-10T04:03:33.163505+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-10T04:03:34.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:33 smithi111 bash[22787]: cluster 2024-09-10T04:03:33.163505+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-10T04:03:34.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:33 smithi111 bash[22787]: audit 2024-09-10T04:03:33.163881+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:34.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:33 smithi111 bash[22787]: audit 2024-09-10T04:03:33.163881+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:34.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:33 smithi111 bash[22787]: cluster 2024-09-10T04:03:33.623126+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:34.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:33 smithi111 bash[22787]: cluster 2024-09-10T04:03:33.623126+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:34.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:33 smithi121 bash[23503]: cluster 2024-09-10T04:03:31.156888+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:03:34.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:33 smithi121 bash[23503]: cluster 2024-09-10T04:03:31.156888+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:03:34.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:33 smithi121 bash[23503]: cluster 2024-09-10T04:03:31.157031+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:03:34.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:33 smithi121 bash[23503]: cluster 2024-09-10T04:03:31.157031+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:03:34.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:33 smithi121 bash[23503]: audit 2024-09-10T04:03:32.718251+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:34.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:33 smithi121 bash[23503]: audit 2024-09-10T04:03:32.718251+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:34.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:33 smithi121 bash[23503]: cluster 2024-09-10T04:03:33.163428+0000 mon.a (mon.0) 462 : cluster [INF] osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240] boot 2024-09-10T04:03:34.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:33 smithi121 bash[23503]: cluster 2024-09-10T04:03:33.163428+0000 mon.a (mon.0) 462 : cluster [INF] osd.0 [v2:172.21.15.111:6802/4172935240,v1:172.21.15.111:6803/4172935240] boot 2024-09-10T04:03:34.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:33 smithi121 bash[23503]: cluster 2024-09-10T04:03:33.163505+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-10T04:03:34.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:33 smithi121 bash[23503]: cluster 2024-09-10T04:03:33.163505+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-10T04:03:34.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:33 smithi121 bash[23503]: audit 2024-09-10T04:03:33.163881+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:34.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:33 smithi121 bash[23503]: audit 2024-09-10T04:03:33.163881+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:03:34.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:33 smithi121 bash[23503]: cluster 2024-09-10T04:03:33.623126+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:34.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:33 smithi121 bash[23503]: cluster 2024-09-10T04:03:33.623126+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:03:35.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:35 smithi111 bash[22787]: cluster 2024-09-10T04:03:34.171999+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-10T04:03:35.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:35 smithi111 bash[22787]: cluster 2024-09-10T04:03:34.171999+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-10T04:03:35.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:35 smithi121 bash[23503]: cluster 2024-09-10T04:03:34.171999+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-10T04:03:35.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:35 smithi121 bash[23503]: cluster 2024-09-10T04:03:34.171999+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-10T04:03:35.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:35 smithi174 bash[23190]: cluster 2024-09-10T04:03:34.171999+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-10T04:03:35.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:35 smithi174 bash[23190]: cluster 2024-09-10T04:03:34.171999+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-10T04:03:36.380 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:36 smithi174 bash[23190]: cluster 2024-09-10T04:03:35.623622+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:36.380 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:36 smithi174 bash[23190]: cluster 2024-09-10T04:03:35.623622+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:36.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:36 smithi111 bash[22787]: cluster 2024-09-10T04:03:35.623622+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:36.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:36 smithi111 bash[22787]: cluster 2024-09-10T04:03:35.623622+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:36.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:36 smithi121 bash[23503]: cluster 2024-09-10T04:03:35.623622+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:36.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:36 smithi121 bash[23503]: cluster 2024-09-10T04:03:35.623622+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:37.032 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.b/config 2024-09-10T04:03:37.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:37 smithi121 bash[23503]: cluster 2024-09-10T04:03:37.624100+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:37.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:37 smithi121 bash[23503]: cluster 2024-09-10T04:03:37.624100+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:38.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:37 smithi174 bash[23190]: cluster 2024-09-10T04:03:37.624100+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:38.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:37 smithi174 bash[23190]: cluster 2024-09-10T04:03:37.624100+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:38.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:37 smithi111 bash[22787]: cluster 2024-09-10T04:03:37.624100+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:38.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:37 smithi111 bash[22787]: cluster 2024-09-10T04:03:37.624100+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:39.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:38 smithi111 bash[22787]: audit 2024-09-10T04:03:37.909573+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:38 smithi111 bash[22787]: audit 2024-09-10T04:03:37.909573+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:38 smithi111 bash[22787]: audit 2024-09-10T04:03:37.917017+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:38 smithi111 bash[22787]: audit 2024-09-10T04:03:37.917017+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:38 smithi111 bash[22787]: audit 2024-09-10T04:03:37.926399+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:38 smithi111 bash[22787]: audit 2024-09-10T04:03:37.926399+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:38 smithi121 bash[23503]: audit 2024-09-10T04:03:37.909573+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:38 smithi121 bash[23503]: audit 2024-09-10T04:03:37.909573+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:38 smithi121 bash[23503]: audit 2024-09-10T04:03:37.917017+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:38 smithi121 bash[23503]: audit 2024-09-10T04:03:37.917017+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:38 smithi121 bash[23503]: audit 2024-09-10T04:03:37.926399+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:38 smithi121 bash[23503]: audit 2024-09-10T04:03:37.926399+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:38 smithi174 bash[23190]: audit 2024-09-10T04:03:37.909573+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:38 smithi174 bash[23190]: audit 2024-09-10T04:03:37.909573+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:38 smithi174 bash[23190]: audit 2024-09-10T04:03:37.917017+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:38 smithi174 bash[23190]: audit 2024-09-10T04:03:37.917017+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:38 smithi174 bash[23190]: audit 2024-09-10T04:03:37.926399+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:39.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:38 smithi174 bash[23190]: audit 2024-09-10T04:03:37.926399+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:40.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:39 smithi111 bash[22787]: cluster 2024-09-10T04:03:39.624575+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:40.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:39 smithi111 bash[22787]: cluster 2024-09-10T04:03:39.624575+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:40.194 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:39 smithi121 bash[23503]: cluster 2024-09-10T04:03:39.624575+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:40.194 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:39 smithi121 bash[23503]: cluster 2024-09-10T04:03:39.624575+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:40.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:39 smithi174 bash[23190]: cluster 2024-09-10T04:03:39.624575+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:40.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:39 smithi174 bash[23190]: cluster 2024-09-10T04:03:39.624575+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:40.764 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-09-10T04:03:40.814 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi121:vg_nvme/lv_4 2024-09-10T04:03:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:41 smithi111 bash[22787]: audit 2024-09-10T04:03:40.648890+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:41 smithi111 bash[22787]: audit 2024-09-10T04:03:40.648890+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:41 smithi111 bash[22787]: audit 2024-09-10T04:03:40.657259+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:41 smithi111 bash[22787]: audit 2024-09-10T04:03:40.657259+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:41 smithi111 bash[22787]: audit 2024-09-10T04:03:40.666899+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:41 smithi111 bash[22787]: audit 2024-09-10T04:03:40.666899+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:41 smithi111 bash[22787]: cluster 2024-09-10T04:03:41.625049+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:41.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:41 smithi111 bash[22787]: cluster 2024-09-10T04:03:41.625049+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:41.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:41 smithi121 bash[23503]: audit 2024-09-10T04:03:40.648890+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:41.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:41 smithi121 bash[23503]: audit 2024-09-10T04:03:40.648890+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:41.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:41 smithi121 bash[23503]: audit 2024-09-10T04:03:40.657259+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:41.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:41 smithi121 bash[23503]: audit 2024-09-10T04:03:40.657259+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:41.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:41 smithi121 bash[23503]: audit 2024-09-10T04:03:40.666899+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:41.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:41 smithi121 bash[23503]: audit 2024-09-10T04:03:40.666899+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:41.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:41 smithi121 bash[23503]: cluster 2024-09-10T04:03:41.625049+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:41.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:41 smithi121 bash[23503]: cluster 2024-09-10T04:03:41.625049+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:42.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:41 smithi174 bash[23190]: audit 2024-09-10T04:03:40.648890+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:42.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:41 smithi174 bash[23190]: audit 2024-09-10T04:03:40.648890+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:42.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:41 smithi174 bash[23190]: audit 2024-09-10T04:03:40.657259+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:42.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:41 smithi174 bash[23190]: audit 2024-09-10T04:03:40.657259+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:42.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:41 smithi174 bash[23190]: audit 2024-09-10T04:03:40.666899+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:42.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:41 smithi174 bash[23190]: audit 2024-09-10T04:03:40.666899+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:42.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:41 smithi174 bash[23190]: cluster 2024-09-10T04:03:41.625049+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:42.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:41 smithi174 bash[23190]: cluster 2024-09-10T04:03:41.625049+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:43.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:43 smithi111 bash[22787]: cluster 2024-09-10T04:03:43.625500+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:43.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:43 smithi111 bash[22787]: cluster 2024-09-10T04:03:43.625500+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:43.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:43 smithi121 bash[23503]: cluster 2024-09-10T04:03:43.625500+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:43.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:43 smithi121 bash[23503]: cluster 2024-09-10T04:03:43.625500+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:44.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:43 smithi174 bash[23190]: cluster 2024-09-10T04:03:43.625500+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:44.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:43 smithi174 bash[23190]: cluster 2024-09-10T04:03:43.625500+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:45.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:45 smithi121 bash[23503]: cluster 2024-09-10T04:03:45.626038+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:45.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:45 smithi121 bash[23503]: cluster 2024-09-10T04:03:45.626038+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:46.090 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.b/config 2024-09-10T04:03:46.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:45 smithi174 bash[23190]: cluster 2024-09-10T04:03:45.626038+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:46.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:45 smithi174 bash[23190]: cluster 2024-09-10T04:03:45.626038+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:46.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:45 smithi111 bash[22787]: cluster 2024-09-10T04:03:45.626038+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:46.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:45 smithi111 bash[22787]: cluster 2024-09-10T04:03:45.626038+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:47.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:47 smithi111 bash[22787]: audit 2024-09-10T04:03:47.357247+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:03:47.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:47 smithi111 bash[22787]: audit 2024-09-10T04:03:47.357247+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:03:47.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:47 smithi111 bash[22787]: audit 2024-09-10T04:03:47.363158+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:03:47.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:47 smithi111 bash[22787]: audit 2024-09-10T04:03:47.363158+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:03:47.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:47 smithi111 bash[22787]: audit 2024-09-10T04:03:47.364854+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:47.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:47 smithi111 bash[22787]: audit 2024-09-10T04:03:47.364854+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:47.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:47 smithi121 bash[23503]: audit 2024-09-10T04:03:47.357247+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:03:47.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:47 smithi121 bash[23503]: audit 2024-09-10T04:03:47.357247+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:03:47.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:47 smithi121 bash[23503]: audit 2024-09-10T04:03:47.363158+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:03:47.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:47 smithi121 bash[23503]: audit 2024-09-10T04:03:47.363158+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:03:47.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:47 smithi121 bash[23503]: audit 2024-09-10T04:03:47.364854+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:47.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:47 smithi121 bash[23503]: audit 2024-09-10T04:03:47.364854+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:47.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:47 smithi174 bash[23190]: audit 2024-09-10T04:03:47.357247+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:03:47.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:47 smithi174 bash[23190]: audit 2024-09-10T04:03:47.357247+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:03:47.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:47 smithi174 bash[23190]: audit 2024-09-10T04:03:47.363158+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:03:47.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:47 smithi174 bash[23190]: audit 2024-09-10T04:03:47.363158+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:03:47.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:47 smithi174 bash[23190]: audit 2024-09-10T04:03:47.364854+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:47.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:47 smithi174 bash[23190]: audit 2024-09-10T04:03:47.364854+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:03:48.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:48 smithi111 bash[22787]: audit 2024-09-10T04:03:47.350549+0000 mgr.a (mgr.14152) 151 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:03:48.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:48 smithi111 bash[22787]: audit 2024-09-10T04:03:47.350549+0000 mgr.a (mgr.14152) 151 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:03:48.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:48 smithi111 bash[22787]: cluster 2024-09-10T04:03:47.626443+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:48.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:48 smithi111 bash[22787]: cluster 2024-09-10T04:03:47.626443+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:48.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:48 smithi121 bash[23503]: audit 2024-09-10T04:03:47.350549+0000 mgr.a (mgr.14152) 151 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:03:48.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:48 smithi121 bash[23503]: audit 2024-09-10T04:03:47.350549+0000 mgr.a (mgr.14152) 151 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:03:48.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:48 smithi121 bash[23503]: cluster 2024-09-10T04:03:47.626443+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:48.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:48 smithi121 bash[23503]: cluster 2024-09-10T04:03:47.626443+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:48.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:48 smithi174 bash[23190]: audit 2024-09-10T04:03:47.350549+0000 mgr.a (mgr.14152) 151 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:03:48.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:48 smithi174 bash[23190]: audit 2024-09-10T04:03:47.350549+0000 mgr.a (mgr.14152) 151 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:03:48.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:48 smithi174 bash[23190]: cluster 2024-09-10T04:03:47.626443+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:48.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:48 smithi174 bash[23190]: cluster 2024-09-10T04:03:47.626443+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:49.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:49 smithi121 bash[23503]: cluster 2024-09-10T04:03:49.626881+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:49.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:49 smithi121 bash[23503]: cluster 2024-09-10T04:03:49.626881+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:50.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:49 smithi174 bash[23190]: cluster 2024-09-10T04:03:49.626881+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:50.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:49 smithi174 bash[23190]: cluster 2024-09-10T04:03:49.626881+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:50.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:49 smithi111 bash[22787]: cluster 2024-09-10T04:03:49.626881+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:50.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:49 smithi111 bash[22787]: cluster 2024-09-10T04:03:49.626881+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:52.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:52 smithi174 bash[23190]: audit 2024-09-10T04:03:51.002282+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:52 smithi174 bash[23190]: audit 2024-09-10T04:03:51.002282+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:52 smithi174 bash[23190]: audit 2024-09-10T04:03:51.009786+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:52 smithi174 bash[23190]: audit 2024-09-10T04:03:51.009786+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:52 smithi174 bash[23190]: audit 2024-09-10T04:03:51.017076+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:52 smithi174 bash[23190]: audit 2024-09-10T04:03:51.017076+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:52 smithi174 bash[23190]: cluster 2024-09-10T04:03:51.627318+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:52.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:52 smithi174 bash[23190]: cluster 2024-09-10T04:03:51.627318+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:52.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:52 smithi111 bash[22787]: audit 2024-09-10T04:03:51.002282+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:52 smithi111 bash[22787]: audit 2024-09-10T04:03:51.002282+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:52 smithi111 bash[22787]: audit 2024-09-10T04:03:51.009786+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:52 smithi111 bash[22787]: audit 2024-09-10T04:03:51.009786+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:52 smithi111 bash[22787]: audit 2024-09-10T04:03:51.017076+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:52 smithi111 bash[22787]: audit 2024-09-10T04:03:51.017076+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:52 smithi111 bash[22787]: cluster 2024-09-10T04:03:51.627318+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:52.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:52 smithi111 bash[22787]: cluster 2024-09-10T04:03:51.627318+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:52.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:52 smithi121 bash[23503]: audit 2024-09-10T04:03:51.002282+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:52 smithi121 bash[23503]: audit 2024-09-10T04:03:51.002282+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:52 smithi121 bash[23503]: audit 2024-09-10T04:03:51.009786+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:52 smithi121 bash[23503]: audit 2024-09-10T04:03:51.009786+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:52 smithi121 bash[23503]: audit 2024-09-10T04:03:51.017076+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:52 smithi121 bash[23503]: audit 2024-09-10T04:03:51.017076+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:52.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:52 smithi121 bash[23503]: cluster 2024-09-10T04:03:51.627318+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:52.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:52 smithi121 bash[23503]: cluster 2024-09-10T04:03:51.627318+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:53.784 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:53 smithi121 bash[23503]: cluster 2024-09-10T04:03:53.627744+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:53.784 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:53 smithi121 bash[23503]: cluster 2024-09-10T04:03:53.627744+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:54.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:53 smithi174 bash[23190]: cluster 2024-09-10T04:03:53.627744+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:54.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:53 smithi174 bash[23190]: cluster 2024-09-10T04:03:53.627744+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:54.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:53 smithi111 bash[22787]: cluster 2024-09-10T04:03:53.627744+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:54.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:53 smithi111 bash[22787]: cluster 2024-09-10T04:03:53.627744+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:55.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:55 smithi121 bash[23503]: cluster 2024-09-10T04:03:55.628250+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:55.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:55 smithi121 bash[23503]: cluster 2024-09-10T04:03:55.628250+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:56.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:55 smithi174 bash[23190]: cluster 2024-09-10T04:03:55.628250+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:56.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:55 smithi174 bash[23190]: cluster 2024-09-10T04:03:55.628250+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:56.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:55 smithi111 bash[22787]: cluster 2024-09-10T04:03:55.628250+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:56.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:55 smithi111 bash[22787]: cluster 2024-09-10T04:03:55.628250+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:56.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:56 smithi121 bash[23503]: audit 2024-09-10T04:03:55.771254+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.121:0/3506252147' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"} : dispatch 2024-09-10T04:03:56.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:56 smithi121 bash[23503]: audit 2024-09-10T04:03:55.771254+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.121:0/3506252147' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"} : dispatch 2024-09-10T04:03:56.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:56 smithi121 bash[23503]: audit 2024-09-10T04:03:55.772037+0000 mon.a (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"} : dispatch 2024-09-10T04:03:56.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:56 smithi121 bash[23503]: audit 2024-09-10T04:03:55.772037+0000 mon.a (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"} : dispatch 2024-09-10T04:03:56.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:56 smithi121 bash[23503]: audit 2024-09-10T04:03:55.775279+0000 mon.a (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"}]': finished 2024-09-10T04:03:56.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:56 smithi121 bash[23503]: audit 2024-09-10T04:03:55.775279+0000 mon.a (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"}]': finished 2024-09-10T04:03:56.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:56 smithi121 bash[23503]: cluster 2024-09-10T04:03:55.780162+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-10T04:03:56.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:56 smithi121 bash[23503]: cluster 2024-09-10T04:03:55.780162+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-10T04:03:56.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:56 smithi121 bash[23503]: audit 2024-09-10T04:03:55.780615+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:03:56.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:56 smithi121 bash[23503]: audit 2024-09-10T04:03:55.780615+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:03:56.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:56 smithi121 bash[23503]: audit 2024-09-10T04:03:56.436241+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.121:0/4167739182' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:03:56.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:56 smithi121 bash[23503]: audit 2024-09-10T04:03:56.436241+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.121:0/4167739182' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:03:57.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:56 smithi174 bash[23190]: audit 2024-09-10T04:03:55.771254+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.121:0/3506252147' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"} : dispatch 2024-09-10T04:03:57.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:56 smithi174 bash[23190]: audit 2024-09-10T04:03:55.771254+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.121:0/3506252147' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"} : dispatch 2024-09-10T04:03:57.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:56 smithi174 bash[23190]: audit 2024-09-10T04:03:55.772037+0000 mon.a (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"} : dispatch 2024-09-10T04:03:57.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:56 smithi174 bash[23190]: audit 2024-09-10T04:03:55.772037+0000 mon.a (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"} : dispatch 2024-09-10T04:03:57.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:56 smithi174 bash[23190]: audit 2024-09-10T04:03:55.775279+0000 mon.a (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"}]': finished 2024-09-10T04:03:57.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:56 smithi174 bash[23190]: audit 2024-09-10T04:03:55.775279+0000 mon.a (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"}]': finished 2024-09-10T04:03:57.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:56 smithi174 bash[23190]: cluster 2024-09-10T04:03:55.780162+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-10T04:03:57.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:56 smithi174 bash[23190]: cluster 2024-09-10T04:03:55.780162+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-10T04:03:57.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:56 smithi174 bash[23190]: audit 2024-09-10T04:03:55.780615+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:03:57.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:56 smithi174 bash[23190]: audit 2024-09-10T04:03:55.780615+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:03:57.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:56 smithi174 bash[23190]: audit 2024-09-10T04:03:56.436241+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.121:0/4167739182' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:03:57.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:56 smithi174 bash[23190]: audit 2024-09-10T04:03:56.436241+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.121:0/4167739182' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:03:57.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:56 smithi111 bash[22787]: audit 2024-09-10T04:03:55.771254+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.121:0/3506252147' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"} : dispatch 2024-09-10T04:03:57.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:56 smithi111 bash[22787]: audit 2024-09-10T04:03:55.771254+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.121:0/3506252147' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"} : dispatch 2024-09-10T04:03:57.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:56 smithi111 bash[22787]: audit 2024-09-10T04:03:55.772037+0000 mon.a (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"} : dispatch 2024-09-10T04:03:57.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:56 smithi111 bash[22787]: audit 2024-09-10T04:03:55.772037+0000 mon.a (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"} : dispatch 2024-09-10T04:03:57.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:56 smithi111 bash[22787]: audit 2024-09-10T04:03:55.775279+0000 mon.a (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"}]': finished 2024-09-10T04:03:57.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:56 smithi111 bash[22787]: audit 2024-09-10T04:03:55.775279+0000 mon.a (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d2783a8-a36d-48a2-b450-d16189828cf4"}]': finished 2024-09-10T04:03:57.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:56 smithi111 bash[22787]: cluster 2024-09-10T04:03:55.780162+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-10T04:03:57.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:56 smithi111 bash[22787]: cluster 2024-09-10T04:03:55.780162+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-10T04:03:57.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:56 smithi111 bash[22787]: audit 2024-09-10T04:03:55.780615+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:03:57.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:56 smithi111 bash[22787]: audit 2024-09-10T04:03:55.780615+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:03:57.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:56 smithi111 bash[22787]: audit 2024-09-10T04:03:56.436241+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.121:0/4167739182' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:03:57.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:56 smithi111 bash[22787]: audit 2024-09-10T04:03:56.436241+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.121:0/4167739182' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:03:57.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:57 smithi174 bash[23190]: cluster 2024-09-10T04:03:57.628721+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:57.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:57 smithi174 bash[23190]: cluster 2024-09-10T04:03:57.628721+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:57.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:57 smithi121 bash[23503]: cluster 2024-09-10T04:03:57.628721+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:57.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:57 smithi121 bash[23503]: cluster 2024-09-10T04:03:57.628721+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:58.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:57 smithi111 bash[22787]: cluster 2024-09-10T04:03:57.628721+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:58.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:57 smithi111 bash[22787]: cluster 2024-09-10T04:03:57.628721+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:03:59.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:59 smithi174 bash[23190]: audit 2024-09-10T04:03:58.104357+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:59 smithi174 bash[23190]: audit 2024-09-10T04:03:58.104357+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:59 smithi174 bash[23190]: audit 2024-09-10T04:03:58.112089+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:59 smithi174 bash[23190]: audit 2024-09-10T04:03:58.112089+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:59 smithi174 bash[23190]: audit 2024-09-10T04:03:58.121403+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:03:59 smithi174 bash[23190]: audit 2024-09-10T04:03:58.121403+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:59 smithi111 bash[22787]: audit 2024-09-10T04:03:58.104357+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:59 smithi111 bash[22787]: audit 2024-09-10T04:03:58.104357+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:59 smithi111 bash[22787]: audit 2024-09-10T04:03:58.112089+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:59 smithi111 bash[22787]: audit 2024-09-10T04:03:58.112089+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:59 smithi111 bash[22787]: audit 2024-09-10T04:03:58.121403+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:03:59 smithi111 bash[22787]: audit 2024-09-10T04:03:58.121403+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:59 smithi121 bash[23503]: audit 2024-09-10T04:03:58.104357+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:59 smithi121 bash[23503]: audit 2024-09-10T04:03:58.104357+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:59 smithi121 bash[23503]: audit 2024-09-10T04:03:58.112089+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:59 smithi121 bash[23503]: audit 2024-09-10T04:03:58.112089+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:59 smithi121 bash[23503]: audit 2024-09-10T04:03:58.121403+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:03:59.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:03:59 smithi121 bash[23503]: audit 2024-09-10T04:03:58.121403+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:00.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:00 smithi174 bash[23190]: cluster 2024-09-10T04:03:59.629260+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:00.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:00 smithi174 bash[23190]: cluster 2024-09-10T04:03:59.629260+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:00.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:00 smithi111 bash[22787]: cluster 2024-09-10T04:03:59.629260+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:00.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:00 smithi111 bash[22787]: cluster 2024-09-10T04:03:59.629260+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:00.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:00 smithi121 bash[23503]: cluster 2024-09-10T04:03:59.629260+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:00.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:00 smithi121 bash[23503]: cluster 2024-09-10T04:03:59.629260+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:02.091 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:01 smithi111 bash[22787]: audit 2024-09-10T04:04:00.836018+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.091 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:01 smithi111 bash[22787]: audit 2024-09-10T04:04:00.836018+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.091 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:01 smithi111 bash[22787]: audit 2024-09-10T04:04:00.843740+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.091 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:01 smithi111 bash[22787]: audit 2024-09-10T04:04:00.843740+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.092 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:01 smithi111 bash[22787]: audit 2024-09-10T04:04:00.852953+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.092 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:01 smithi111 bash[22787]: audit 2024-09-10T04:04:00.852953+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.092 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:01 smithi111 bash[22787]: cluster 2024-09-10T04:04:01.629734+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:02.092 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:01 smithi111 bash[22787]: cluster 2024-09-10T04:04:01.629734+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:01 smithi174 bash[23190]: audit 2024-09-10T04:04:00.836018+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:01 smithi174 bash[23190]: audit 2024-09-10T04:04:00.836018+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:01 smithi174 bash[23190]: audit 2024-09-10T04:04:00.843740+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:01 smithi174 bash[23190]: audit 2024-09-10T04:04:00.843740+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:01 smithi174 bash[23190]: audit 2024-09-10T04:04:00.852953+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:01 smithi174 bash[23190]: audit 2024-09-10T04:04:00.852953+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:01 smithi174 bash[23190]: cluster 2024-09-10T04:04:01.629734+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:01 smithi174 bash[23190]: cluster 2024-09-10T04:04:01.629734+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:01 smithi121 bash[23503]: audit 2024-09-10T04:04:00.836018+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:01 smithi121 bash[23503]: audit 2024-09-10T04:04:00.836018+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:01 smithi121 bash[23503]: audit 2024-09-10T04:04:00.843740+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:01 smithi121 bash[23503]: audit 2024-09-10T04:04:00.843740+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:01 smithi121 bash[23503]: audit 2024-09-10T04:04:00.852953+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:01 smithi121 bash[23503]: audit 2024-09-10T04:04:00.852953+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:01 smithi121 bash[23503]: cluster 2024-09-10T04:04:01.629734+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:02.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:01 smithi121 bash[23503]: cluster 2024-09-10T04:04:01.629734+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:03.924 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:03 smithi121 bash[23503]: cluster 2024-09-10T04:04:03.630210+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:03.925 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:03 smithi121 bash[23503]: cluster 2024-09-10T04:04:03.630210+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:04.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:03 smithi174 bash[23190]: cluster 2024-09-10T04:04:03.630210+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:04.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:03 smithi174 bash[23190]: cluster 2024-09-10T04:04:03.630210+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:04.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:03 smithi111 bash[22787]: cluster 2024-09-10T04:04:03.630210+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:04.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:03 smithi111 bash[22787]: cluster 2024-09-10T04:04:03.630210+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:05.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:05 smithi121 bash[23503]: cluster 2024-09-10T04:04:05.630674+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:05.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:05 smithi121 bash[23503]: cluster 2024-09-10T04:04:05.630674+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:06.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:05 smithi174 bash[23190]: cluster 2024-09-10T04:04:05.630674+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:06.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:05 smithi174 bash[23190]: cluster 2024-09-10T04:04:05.630674+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:06.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:05 smithi111 bash[22787]: cluster 2024-09-10T04:04:05.630674+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:06.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:05 smithi111 bash[22787]: cluster 2024-09-10T04:04:05.630674+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:07.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:07 smithi121 bash[23503]: cluster 2024-09-10T04:04:07.631115+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:07.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:07 smithi121 bash[23503]: cluster 2024-09-10T04:04:07.631115+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:08.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:07 smithi174 bash[23190]: cluster 2024-09-10T04:04:07.631115+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:08.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:07 smithi174 bash[23190]: cluster 2024-09-10T04:04:07.631115+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:08.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:07 smithi111 bash[22787]: cluster 2024-09-10T04:04:07.631115+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:08.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:07 smithi111 bash[22787]: cluster 2024-09-10T04:04:07.631115+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:09.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:09 smithi111 bash[22787]: audit 2024-09-10T04:04:09.622645+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T04:04:09.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:09 smithi111 bash[22787]: audit 2024-09-10T04:04:09.622645+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T04:04:09.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:09 smithi111 bash[22787]: audit 2024-09-10T04:04:09.624570+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:09.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:09 smithi111 bash[22787]: audit 2024-09-10T04:04:09.624570+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:09.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:09 smithi111 bash[22787]: cephadm 2024-09-10T04:04:09.626213+0000 mgr.a (mgr.14152) 163 : cephadm [INF] Deploying daemon osd.1 on smithi121 2024-09-10T04:04:09.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:09 smithi111 bash[22787]: cephadm 2024-09-10T04:04:09.626213+0000 mgr.a (mgr.14152) 163 : cephadm [INF] Deploying daemon osd.1 on smithi121 2024-09-10T04:04:09.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:09 smithi111 bash[22787]: cluster 2024-09-10T04:04:09.631616+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:09.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:09 smithi111 bash[22787]: cluster 2024-09-10T04:04:09.631616+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:09.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:09 smithi121 bash[23503]: audit 2024-09-10T04:04:09.622645+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T04:04:09.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:09 smithi121 bash[23503]: audit 2024-09-10T04:04:09.622645+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T04:04:09.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:09 smithi121 bash[23503]: audit 2024-09-10T04:04:09.624570+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:09.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:09 smithi121 bash[23503]: audit 2024-09-10T04:04:09.624570+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:09.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:09 smithi121 bash[23503]: cephadm 2024-09-10T04:04:09.626213+0000 mgr.a (mgr.14152) 163 : cephadm [INF] Deploying daemon osd.1 on smithi121 2024-09-10T04:04:09.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:09 smithi121 bash[23503]: cephadm 2024-09-10T04:04:09.626213+0000 mgr.a (mgr.14152) 163 : cephadm [INF] Deploying daemon osd.1 on smithi121 2024-09-10T04:04:09.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:09 smithi121 bash[23503]: cluster 2024-09-10T04:04:09.631616+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:09.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:09 smithi121 bash[23503]: cluster 2024-09-10T04:04:09.631616+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:10.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:09 smithi174 bash[23190]: audit 2024-09-10T04:04:09.622645+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T04:04:10.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:09 smithi174 bash[23190]: audit 2024-09-10T04:04:09.622645+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T04:04:10.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:09 smithi174 bash[23190]: audit 2024-09-10T04:04:09.624570+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:10.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:09 smithi174 bash[23190]: audit 2024-09-10T04:04:09.624570+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:10.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:09 smithi174 bash[23190]: cephadm 2024-09-10T04:04:09.626213+0000 mgr.a (mgr.14152) 163 : cephadm [INF] Deploying daemon osd.1 on smithi121 2024-09-10T04:04:10.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:09 smithi174 bash[23190]: cephadm 2024-09-10T04:04:09.626213+0000 mgr.a (mgr.14152) 163 : cephadm [INF] Deploying daemon osd.1 on smithi121 2024-09-10T04:04:10.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:09 smithi174 bash[23190]: cluster 2024-09-10T04:04:09.631616+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:10.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:09 smithi174 bash[23190]: cluster 2024-09-10T04:04:09.631616+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:12.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:12 smithi121 bash[23503]: audit 2024-09-10T04:04:11.200170+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:12 smithi121 bash[23503]: audit 2024-09-10T04:04:11.200170+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:12 smithi121 bash[23503]: audit 2024-09-10T04:04:11.208352+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:12 smithi121 bash[23503]: audit 2024-09-10T04:04:11.208352+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:12 smithi121 bash[23503]: audit 2024-09-10T04:04:11.217732+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:12 smithi121 bash[23503]: audit 2024-09-10T04:04:11.217732+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:12 smithi121 bash[23503]: cluster 2024-09-10T04:04:11.632086+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:12.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:12 smithi121 bash[23503]: cluster 2024-09-10T04:04:11.632086+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:12.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:12 smithi174 bash[23190]: audit 2024-09-10T04:04:11.200170+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:12 smithi174 bash[23190]: audit 2024-09-10T04:04:11.200170+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:12 smithi174 bash[23190]: audit 2024-09-10T04:04:11.208352+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:12 smithi174 bash[23190]: audit 2024-09-10T04:04:11.208352+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:12 smithi174 bash[23190]: audit 2024-09-10T04:04:11.217732+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:12 smithi174 bash[23190]: audit 2024-09-10T04:04:11.217732+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:12 smithi174 bash[23190]: cluster 2024-09-10T04:04:11.632086+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:12.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:12 smithi174 bash[23190]: cluster 2024-09-10T04:04:11.632086+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:12.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:12 smithi111 bash[22787]: audit 2024-09-10T04:04:11.200170+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:12 smithi111 bash[22787]: audit 2024-09-10T04:04:11.200170+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:12 smithi111 bash[22787]: audit 2024-09-10T04:04:11.208352+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:12 smithi111 bash[22787]: audit 2024-09-10T04:04:11.208352+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:12 smithi111 bash[22787]: audit 2024-09-10T04:04:11.217732+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:12 smithi111 bash[22787]: audit 2024-09-10T04:04:11.217732+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:12.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:12 smithi111 bash[22787]: cluster 2024-09-10T04:04:11.632086+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:12.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:12 smithi111 bash[22787]: cluster 2024-09-10T04:04:11.632086+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:13.952 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:04:13 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:04:13.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:13 smithi121 bash[23503]: cluster 2024-09-10T04:04:13.632545+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:13.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:13 smithi121 bash[23503]: cluster 2024-09-10T04:04:13.632545+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:13.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:13 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:04:14.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:13 smithi174 bash[23190]: cluster 2024-09-10T04:04:13.632545+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:14.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:13 smithi174 bash[23190]: cluster 2024-09-10T04:04:13.632545+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:14.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:13 smithi111 bash[22787]: cluster 2024-09-10T04:04:13.632545+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:14.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:13 smithi111 bash[22787]: cluster 2024-09-10T04:04:13.632545+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:14.364 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:14 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:04:14.364 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:04:14 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:04:14.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:14 smithi121 bash[23503]: audit 2024-09-10T04:04:14.293752+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:14.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:14 smithi121 bash[23503]: audit 2024-09-10T04:04:14.293752+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:14.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:14 smithi121 bash[23503]: audit 2024-09-10T04:04:14.301897+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:14.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:14 smithi121 bash[23503]: audit 2024-09-10T04:04:14.301897+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:14.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:14 smithi121 bash[23503]: audit 2024-09-10T04:04:14.302531+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:14.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:14 smithi121 bash[23503]: audit 2024-09-10T04:04:14.302531+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:14.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:14 smithi121 bash[23503]: audit 2024-09-10T04:04:14.304762+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:14.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:14 smithi121 bash[23503]: audit 2024-09-10T04:04:14.304762+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:14.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:14 smithi121 bash[23503]: audit 2024-09-10T04:04:14.310267+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:14.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:14 smithi121 bash[23503]: audit 2024-09-10T04:04:14.310267+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:14.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:14 smithi121 bash[23503]: audit 2024-09-10T04:04:14.316245+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:14.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:14 smithi121 bash[23503]: audit 2024-09-10T04:04:14.316245+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:15.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:14 smithi174 bash[23190]: audit 2024-09-10T04:04:14.293752+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:15.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:14 smithi174 bash[23190]: audit 2024-09-10T04:04:14.293752+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:15.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:14 smithi174 bash[23190]: audit 2024-09-10T04:04:14.301897+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:15.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:14 smithi174 bash[23190]: audit 2024-09-10T04:04:14.301897+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:15.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:14 smithi174 bash[23190]: audit 2024-09-10T04:04:14.302531+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:15.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:14 smithi174 bash[23190]: audit 2024-09-10T04:04:14.302531+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:15.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:14 smithi174 bash[23190]: audit 2024-09-10T04:04:14.304762+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:15.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:14 smithi174 bash[23190]: audit 2024-09-10T04:04:14.304762+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:15.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:14 smithi174 bash[23190]: audit 2024-09-10T04:04:14.310267+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:15.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:14 smithi174 bash[23190]: audit 2024-09-10T04:04:14.310267+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:15.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:14 smithi174 bash[23190]: audit 2024-09-10T04:04:14.316245+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:15.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:14 smithi174 bash[23190]: audit 2024-09-10T04:04:14.316245+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:15.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:14 smithi111 bash[22787]: audit 2024-09-10T04:04:14.293752+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:15.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:14 smithi111 bash[22787]: audit 2024-09-10T04:04:14.293752+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:15.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:14 smithi111 bash[22787]: audit 2024-09-10T04:04:14.301897+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:15.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:14 smithi111 bash[22787]: audit 2024-09-10T04:04:14.301897+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:15.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:14 smithi111 bash[22787]: audit 2024-09-10T04:04:14.302531+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:15.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:14 smithi111 bash[22787]: audit 2024-09-10T04:04:14.302531+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:15.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:14 smithi111 bash[22787]: audit 2024-09-10T04:04:14.304762+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:15.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:14 smithi111 bash[22787]: audit 2024-09-10T04:04:14.304762+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:15.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:14 smithi111 bash[22787]: audit 2024-09-10T04:04:14.310267+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:15.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:14 smithi111 bash[22787]: audit 2024-09-10T04:04:14.310267+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:15.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:14 smithi111 bash[22787]: audit 2024-09-10T04:04:14.316245+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:15.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:14 smithi111 bash[22787]: audit 2024-09-10T04:04:14.316245+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:16.011 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:15 smithi174 bash[23190]: cluster 2024-09-10T04:04:15.633003+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:16.012 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:15 smithi174 bash[23190]: cluster 2024-09-10T04:04:15.633003+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:16.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:15 smithi111 bash[22787]: cluster 2024-09-10T04:04:15.633003+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:16.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:15 smithi111 bash[22787]: cluster 2024-09-10T04:04:15.633003+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:16.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:15 smithi121 bash[23503]: cluster 2024-09-10T04:04:15.633003+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:16.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:15 smithi121 bash[23503]: cluster 2024-09-10T04:04:15.633003+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:17.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:17 smithi121 bash[23503]: cluster 2024-09-10T04:04:17.633458+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:17.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:17 smithi121 bash[23503]: cluster 2024-09-10T04:04:17.633458+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:18.123 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:17 smithi174 bash[23190]: cluster 2024-09-10T04:04:17.633458+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:18.123 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:17 smithi174 bash[23190]: cluster 2024-09-10T04:04:17.633458+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:18.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:17 smithi111 bash[22787]: cluster 2024-09-10T04:04:17.633458+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:18.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:17 smithi111 bash[22787]: cluster 2024-09-10T04:04:17.633458+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:19.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:19 smithi111 bash[22787]: audit 2024-09-10T04:04:18.247460+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:19 smithi111 bash[22787]: audit 2024-09-10T04:04:18.247460+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:19 smithi111 bash[22787]: audit 2024-09-10T04:04:18.255337+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:19 smithi111 bash[22787]: audit 2024-09-10T04:04:18.255337+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:19 smithi111 bash[22787]: audit 2024-09-10T04:04:18.264603+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:19 smithi111 bash[22787]: audit 2024-09-10T04:04:18.264603+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.612 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:19 smithi121 bash[23503]: audit 2024-09-10T04:04:18.247460+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.612 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:19 smithi121 bash[23503]: audit 2024-09-10T04:04:18.247460+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.612 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:19 smithi121 bash[23503]: audit 2024-09-10T04:04:18.255337+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.612 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:19 smithi121 bash[23503]: audit 2024-09-10T04:04:18.255337+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.612 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:19 smithi121 bash[23503]: audit 2024-09-10T04:04:18.264603+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.612 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:19 smithi121 bash[23503]: audit 2024-09-10T04:04:18.264603+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:19 smithi174 bash[23190]: audit 2024-09-10T04:04:18.247460+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:19 smithi174 bash[23190]: audit 2024-09-10T04:04:18.247460+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:19 smithi174 bash[23190]: audit 2024-09-10T04:04:18.255337+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:19 smithi174 bash[23190]: audit 2024-09-10T04:04:18.255337+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:19 smithi174 bash[23190]: audit 2024-09-10T04:04:18.264603+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:19.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:19 smithi174 bash[23190]: audit 2024-09-10T04:04:18.264603+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:20.514 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:20 smithi121 bash[23503]: cluster 2024-09-10T04:04:19.633965+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:20.515 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:20 smithi121 bash[23503]: cluster 2024-09-10T04:04:19.633965+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:20.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:20 smithi174 bash[23190]: cluster 2024-09-10T04:04:19.633965+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:20.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:20 smithi174 bash[23190]: cluster 2024-09-10T04:04:19.633965+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:20.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:20 smithi111 bash[22787]: cluster 2024-09-10T04:04:19.633965+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:20.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:20 smithi111 bash[22787]: cluster 2024-09-10T04:04:19.633965+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:22.307 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: audit 2024-09-10T04:04:21.039118+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.308 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: audit 2024-09-10T04:04:21.039118+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.308 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: audit 2024-09-10T04:04:21.044840+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.308 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: audit 2024-09-10T04:04:21.044840+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.308 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: cephadm 2024-09-10T04:04:21.046539+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi121 2024-09-10T04:04:22.308 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: cephadm 2024-09-10T04:04:21.046539+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi121 2024-09-10T04:04:22.308 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: audit 2024-09-10T04:04:21.048384+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:22.308 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: audit 2024-09-10T04:04:21.048384+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:22.309 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: audit 2024-09-10T04:04:21.052116+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.309 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: audit 2024-09-10T04:04:21.052116+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.309 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: audit 2024-09-10T04:04:21.052680+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:22.309 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: audit 2024-09-10T04:04:21.052680+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:22.309 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: audit 2024-09-10T04:04:21.054351+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:22.309 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: audit 2024-09-10T04:04:21.054351+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:22.309 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: audit 2024-09-10T04:04:21.061385+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.310 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: audit 2024-09-10T04:04:21.061385+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.310 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: cluster 2024-09-10T04:04:21.634387+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:22.310 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:22 smithi121 bash[23503]: cluster 2024-09-10T04:04:21.634387+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:22.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: audit 2024-09-10T04:04:21.039118+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: audit 2024-09-10T04:04:21.039118+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: audit 2024-09-10T04:04:21.044840+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: audit 2024-09-10T04:04:21.044840+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: cephadm 2024-09-10T04:04:21.046539+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi121 2024-09-10T04:04:22.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: cephadm 2024-09-10T04:04:21.046539+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi121 2024-09-10T04:04:22.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: audit 2024-09-10T04:04:21.048384+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:22.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: audit 2024-09-10T04:04:21.048384+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:22.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: audit 2024-09-10T04:04:21.052116+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: audit 2024-09-10T04:04:21.052116+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: audit 2024-09-10T04:04:21.052680+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:22.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: audit 2024-09-10T04:04:21.052680+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:22.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: audit 2024-09-10T04:04:21.054351+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:22.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: audit 2024-09-10T04:04:21.054351+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:22.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: audit 2024-09-10T04:04:21.061385+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: audit 2024-09-10T04:04:21.061385+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: cluster 2024-09-10T04:04:21.634387+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:22.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:22 smithi174 bash[23190]: cluster 2024-09-10T04:04:21.634387+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:22.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: audit 2024-09-10T04:04:21.039118+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: audit 2024-09-10T04:04:21.039118+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: audit 2024-09-10T04:04:21.044840+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: audit 2024-09-10T04:04:21.044840+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: cephadm 2024-09-10T04:04:21.046539+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi121 2024-09-10T04:04:22.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: cephadm 2024-09-10T04:04:21.046539+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi121 2024-09-10T04:04:22.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: audit 2024-09-10T04:04:21.048384+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:22.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: audit 2024-09-10T04:04:21.048384+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:22.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: audit 2024-09-10T04:04:21.052116+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: audit 2024-09-10T04:04:21.052116+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: audit 2024-09-10T04:04:21.052680+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:22.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: audit 2024-09-10T04:04:21.052680+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:22.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: audit 2024-09-10T04:04:21.054351+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:22.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: audit 2024-09-10T04:04:21.054351+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:22.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: audit 2024-09-10T04:04:21.061385+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: audit 2024-09-10T04:04:21.061385+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:22.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: cluster 2024-09-10T04:04:21.634387+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:22.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:22 smithi111 bash[22787]: cluster 2024-09-10T04:04:21.634387+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:23.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:23 smithi174 bash[23190]: audit 2024-09-10T04:04:22.050183+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:23 smithi174 bash[23190]: audit 2024-09-10T04:04:22.050183+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:23 smithi174 bash[23190]: audit 2024-09-10T04:04:22.056067+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:23 smithi174 bash[23190]: audit 2024-09-10T04:04:22.056067+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:23 smithi174 bash[23190]: audit 2024-09-10T04:04:22.058349+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:23.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:23 smithi174 bash[23190]: audit 2024-09-10T04:04:22.058349+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:23.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:23 smithi174 bash[23190]: audit 2024-09-10T04:04:22.062741+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:23 smithi174 bash[23190]: audit 2024-09-10T04:04:22.062741+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:23 smithi174 bash[23190]: audit 2024-09-10T04:04:22.063303+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:23.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:23 smithi174 bash[23190]: audit 2024-09-10T04:04:22.063303+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:23.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:23 smithi174 bash[23190]: audit 2024-09-10T04:04:22.064121+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:23.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:23 smithi174 bash[23190]: audit 2024-09-10T04:04:22.064121+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:23.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:23 smithi174 bash[23190]: audit 2024-09-10T04:04:22.071628+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:23 smithi174 bash[23190]: audit 2024-09-10T04:04:22.071628+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:23 smithi111 bash[22787]: audit 2024-09-10T04:04:22.050183+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:23 smithi111 bash[22787]: audit 2024-09-10T04:04:22.050183+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:23 smithi111 bash[22787]: audit 2024-09-10T04:04:22.056067+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:23 smithi111 bash[22787]: audit 2024-09-10T04:04:22.056067+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:23 smithi111 bash[22787]: audit 2024-09-10T04:04:22.058349+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:23.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:23 smithi111 bash[22787]: audit 2024-09-10T04:04:22.058349+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:23.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:23 smithi111 bash[22787]: audit 2024-09-10T04:04:22.062741+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:23 smithi111 bash[22787]: audit 2024-09-10T04:04:22.062741+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:23 smithi111 bash[22787]: audit 2024-09-10T04:04:22.063303+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:23.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:23 smithi111 bash[22787]: audit 2024-09-10T04:04:22.063303+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:23.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:23 smithi111 bash[22787]: audit 2024-09-10T04:04:22.064121+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:23.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:23 smithi111 bash[22787]: audit 2024-09-10T04:04:22.064121+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:23.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:23 smithi111 bash[22787]: audit 2024-09-10T04:04:22.071628+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:23 smithi111 bash[22787]: audit 2024-09-10T04:04:22.071628+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:23 smithi121 bash[23503]: audit 2024-09-10T04:04:22.050183+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:23 smithi121 bash[23503]: audit 2024-09-10T04:04:22.050183+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:23 smithi121 bash[23503]: audit 2024-09-10T04:04:22.056067+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:23 smithi121 bash[23503]: audit 2024-09-10T04:04:22.056067+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:23 smithi121 bash[23503]: audit 2024-09-10T04:04:22.058349+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:23.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:23 smithi121 bash[23503]: audit 2024-09-10T04:04:22.058349+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:23.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:23 smithi121 bash[23503]: audit 2024-09-10T04:04:22.062741+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:23 smithi121 bash[23503]: audit 2024-09-10T04:04:22.062741+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:23 smithi121 bash[23503]: audit 2024-09-10T04:04:22.063303+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:23.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:23 smithi121 bash[23503]: audit 2024-09-10T04:04:22.063303+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:23.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:23 smithi121 bash[23503]: audit 2024-09-10T04:04:22.064121+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:23.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:23 smithi121 bash[23503]: audit 2024-09-10T04:04:22.064121+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:23.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:23 smithi121 bash[23503]: audit 2024-09-10T04:04:22.071628+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:23.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:23 smithi121 bash[23503]: audit 2024-09-10T04:04:22.071628+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:24.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:24 smithi121 bash[23503]: cluster 2024-09-10T04:04:23.634813+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:24.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:24 smithi121 bash[23503]: cluster 2024-09-10T04:04:23.634813+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:24.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:24 smithi121 bash[23503]: audit 2024-09-10T04:04:23.899202+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:04:24.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:24 smithi121 bash[23503]: audit 2024-09-10T04:04:23.899202+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:04:24.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:24 smithi121 bash[23503]: audit 2024-09-10T04:04:23.899865+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:04:24.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:24 smithi121 bash[23503]: audit 2024-09-10T04:04:23.899865+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:04:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:24 smithi174 bash[23190]: cluster 2024-09-10T04:04:23.634813+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:24 smithi174 bash[23190]: cluster 2024-09-10T04:04:23.634813+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:24 smithi174 bash[23190]: audit 2024-09-10T04:04:23.899202+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:04:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:24 smithi174 bash[23190]: audit 2024-09-10T04:04:23.899202+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:04:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:24 smithi174 bash[23190]: audit 2024-09-10T04:04:23.899865+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:04:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:24 smithi174 bash[23190]: audit 2024-09-10T04:04:23.899865+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:04:24.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:24 smithi111 bash[22787]: cluster 2024-09-10T04:04:23.634813+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:24.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:24 smithi111 bash[22787]: cluster 2024-09-10T04:04:23.634813+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:24.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:24 smithi111 bash[22787]: audit 2024-09-10T04:04:23.899202+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:04:24.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:24 smithi111 bash[22787]: audit 2024-09-10T04:04:23.899202+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:04:24.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:24 smithi111 bash[22787]: audit 2024-09-10T04:04:23.899865+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:04:24.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:24 smithi111 bash[22787]: audit 2024-09-10T04:04:23.899865+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:04:24.688 INFO:teuthology.orchestra.run.smithi121.stdout:Created osd(s) 1 on host 'smithi121' 2024-09-10T04:04:25.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.058516+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T04:04:25.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.058516+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T04:04:25.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.065109+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]} : dispatch 2024-09-10T04:04:25.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.065109+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]} : dispatch 2024-09-10T04:04:25.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: cluster 2024-09-10T04:04:24.065540+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-10T04:04:25.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: cluster 2024-09-10T04:04:24.065540+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-10T04:04:25.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.066175+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:25.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.066175+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:25.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.066900+0000 mon.a (mon.0) 520 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]} : dispatch 2024-09-10T04:04:25.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.066900+0000 mon.a (mon.0) 520 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]} : dispatch 2024-09-10T04:04:25.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.672218+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:25.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.672218+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:25.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.678379+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.678379+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.679243+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T04:04:25.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.679243+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T04:04:25.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.686754+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.686754+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.692432+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.692432+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.696404+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:25.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.696404+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:25.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.698052+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:25.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.698052+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:25.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.707196+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:25 smithi174 bash[23190]: audit 2024-09-10T04:04:24.707196+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.058516+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T04:04:25.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.058516+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T04:04:25.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.065109+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]} : dispatch 2024-09-10T04:04:25.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.065109+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]} : dispatch 2024-09-10T04:04:25.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: cluster 2024-09-10T04:04:24.065540+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-10T04:04:25.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: cluster 2024-09-10T04:04:24.065540+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-10T04:04:25.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.066175+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:25.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.066175+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:25.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.066900+0000 mon.a (mon.0) 520 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]} : dispatch 2024-09-10T04:04:25.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.066900+0000 mon.a (mon.0) 520 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]} : dispatch 2024-09-10T04:04:25.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.672218+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:25.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.672218+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:25.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.678379+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.678379+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.679243+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T04:04:25.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.679243+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T04:04:25.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.686754+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.686754+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.692432+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.692432+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.696404+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:25.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.696404+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:25.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.698052+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:25.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.698052+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:25.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.707196+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:25 smithi111 bash[22787]: audit 2024-09-10T04:04:24.707196+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.058516+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T04:04:25.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.058516+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T04:04:25.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.065109+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]} : dispatch 2024-09-10T04:04:25.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.065109+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]} : dispatch 2024-09-10T04:04:25.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: cluster 2024-09-10T04:04:24.065540+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-10T04:04:25.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: cluster 2024-09-10T04:04:24.065540+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-10T04:04:25.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.066175+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:25.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.066175+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:25.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.066900+0000 mon.a (mon.0) 520 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]} : dispatch 2024-09-10T04:04:25.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.066900+0000 mon.a (mon.0) 520 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]} : dispatch 2024-09-10T04:04:25.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.672218+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:25.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.672218+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:04:25.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.678379+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.678379+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.679243+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T04:04:25.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.679243+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T04:04:25.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.686754+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.686754+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.692432+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.692432+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.696404+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:25.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.696404+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:25.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.698052+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:25.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.698052+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:04:25.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.707196+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:25 smithi121 bash[23503]: audit 2024-09-10T04:04:24.707196+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:25.836 DEBUG:teuthology.orchestra.run.smithi121:osd.1> sudo journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@osd.1.service 2024-09-10T04:04:25.839 INFO:tasks.cephadm:Deploying osd.2 on smithi174 with /dev/vg_nvme/lv_4... 2024-09-10T04:04:25.839 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-10T04:04:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:26 smithi174 bash[23190]: cephadm 2024-09-10T04:04:24.680728+0000 mgr.a (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi121 to 16241M 2024-09-10T04:04:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:26 smithi174 bash[23190]: cephadm 2024-09-10T04:04:24.680728+0000 mgr.a (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi121 to 16241M 2024-09-10T04:04:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:26 smithi174 bash[23190]: audit 2024-09-10T04:04:25.061004+0000 mon.a (mon.0) 529 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2024-09-10T04:04:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:26 smithi174 bash[23190]: audit 2024-09-10T04:04:25.061004+0000 mon.a (mon.0) 529 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2024-09-10T04:04:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:26 smithi174 bash[23190]: cluster 2024-09-10T04:04:25.066294+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-10T04:04:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:26 smithi174 bash[23190]: cluster 2024-09-10T04:04:25.066294+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-10T04:04:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:26 smithi174 bash[23190]: audit 2024-09-10T04:04:25.067489+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:26 smithi174 bash[23190]: audit 2024-09-10T04:04:25.067489+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:26 smithi174 bash[23190]: audit 2024-09-10T04:04:25.077644+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:26 smithi174 bash[23190]: audit 2024-09-10T04:04:25.077644+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:26 smithi174 bash[23190]: cluster 2024-09-10T04:04:25.635292+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:26 smithi174 bash[23190]: cluster 2024-09-10T04:04:25.635292+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:26.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:26 smithi121 bash[23503]: cephadm 2024-09-10T04:04:24.680728+0000 mgr.a (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi121 to 16241M 2024-09-10T04:04:26.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:26 smithi121 bash[23503]: cephadm 2024-09-10T04:04:24.680728+0000 mgr.a (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi121 to 16241M 2024-09-10T04:04:26.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:26 smithi121 bash[23503]: audit 2024-09-10T04:04:25.061004+0000 mon.a (mon.0) 529 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2024-09-10T04:04:26.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:26 smithi121 bash[23503]: audit 2024-09-10T04:04:25.061004+0000 mon.a (mon.0) 529 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2024-09-10T04:04:26.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:26 smithi121 bash[23503]: cluster 2024-09-10T04:04:25.066294+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-10T04:04:26.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:26 smithi121 bash[23503]: cluster 2024-09-10T04:04:25.066294+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-10T04:04:26.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:26 smithi121 bash[23503]: audit 2024-09-10T04:04:25.067489+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:26.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:26 smithi121 bash[23503]: audit 2024-09-10T04:04:25.067489+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:26.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:26 smithi121 bash[23503]: audit 2024-09-10T04:04:25.077644+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:26.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:26 smithi121 bash[23503]: audit 2024-09-10T04:04:25.077644+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:26.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:26 smithi121 bash[23503]: cluster 2024-09-10T04:04:25.635292+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:26.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:26 smithi121 bash[23503]: cluster 2024-09-10T04:04:25.635292+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:26 smithi111 bash[22787]: cephadm 2024-09-10T04:04:24.680728+0000 mgr.a (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi121 to 16241M 2024-09-10T04:04:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:26 smithi111 bash[22787]: cephadm 2024-09-10T04:04:24.680728+0000 mgr.a (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi121 to 16241M 2024-09-10T04:04:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:26 smithi111 bash[22787]: audit 2024-09-10T04:04:25.061004+0000 mon.a (mon.0) 529 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2024-09-10T04:04:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:26 smithi111 bash[22787]: audit 2024-09-10T04:04:25.061004+0000 mon.a (mon.0) 529 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2024-09-10T04:04:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:26 smithi111 bash[22787]: cluster 2024-09-10T04:04:25.066294+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-10T04:04:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:26 smithi111 bash[22787]: cluster 2024-09-10T04:04:25.066294+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-10T04:04:26.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:26 smithi111 bash[22787]: audit 2024-09-10T04:04:25.067489+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:26.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:26 smithi111 bash[22787]: audit 2024-09-10T04:04:25.067489+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:26.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:26 smithi111 bash[22787]: audit 2024-09-10T04:04:25.077644+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:26.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:26 smithi111 bash[22787]: audit 2024-09-10T04:04:25.077644+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:26.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:26 smithi111 bash[22787]: cluster 2024-09-10T04:04:25.635292+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:26.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:26 smithi111 bash[22787]: cluster 2024-09-10T04:04:25.635292+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:04:27.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:27 smithi121 bash[23503]: cluster 2024-09-10T04:04:24.895389+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:04:27.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:27 smithi121 bash[23503]: cluster 2024-09-10T04:04:24.895389+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:04:27.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:27 smithi121 bash[23503]: cluster 2024-09-10T04:04:24.895574+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:04:27.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:27 smithi121 bash[23503]: cluster 2024-09-10T04:04:24.895574+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:04:27.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:27 smithi121 bash[23503]: cluster 2024-09-10T04:04:26.076662+0000 mon.a (mon.0) 533 : cluster [INF] osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603] boot 2024-09-10T04:04:27.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:27 smithi121 bash[23503]: cluster 2024-09-10T04:04:26.076662+0000 mon.a (mon.0) 533 : cluster [INF] osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603] boot 2024-09-10T04:04:27.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:27 smithi121 bash[23503]: cluster 2024-09-10T04:04:26.076789+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-10T04:04:27.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:27 smithi121 bash[23503]: cluster 2024-09-10T04:04:26.076789+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-10T04:04:27.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:27 smithi121 bash[23503]: audit 2024-09-10T04:04:26.077450+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:27.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:27 smithi121 bash[23503]: audit 2024-09-10T04:04:26.077450+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:27.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:27 smithi174 bash[23190]: cluster 2024-09-10T04:04:24.895389+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:04:27.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:27 smithi174 bash[23190]: cluster 2024-09-10T04:04:24.895389+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:04:27.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:27 smithi174 bash[23190]: cluster 2024-09-10T04:04:24.895574+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:04:27.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:27 smithi174 bash[23190]: cluster 2024-09-10T04:04:24.895574+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:04:27.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:27 smithi174 bash[23190]: cluster 2024-09-10T04:04:26.076662+0000 mon.a (mon.0) 533 : cluster [INF] osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603] boot 2024-09-10T04:04:27.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:27 smithi174 bash[23190]: cluster 2024-09-10T04:04:26.076662+0000 mon.a (mon.0) 533 : cluster [INF] osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603] boot 2024-09-10T04:04:27.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:27 smithi174 bash[23190]: cluster 2024-09-10T04:04:26.076789+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-10T04:04:27.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:27 smithi174 bash[23190]: cluster 2024-09-10T04:04:26.076789+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-10T04:04:27.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:27 smithi174 bash[23190]: audit 2024-09-10T04:04:26.077450+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:27.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:27 smithi174 bash[23190]: audit 2024-09-10T04:04:26.077450+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:27.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:27 smithi111 bash[22787]: cluster 2024-09-10T04:04:24.895389+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:04:27.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:27 smithi111 bash[22787]: cluster 2024-09-10T04:04:24.895389+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:04:27.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:27 smithi111 bash[22787]: cluster 2024-09-10T04:04:24.895574+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:04:27.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:27 smithi111 bash[22787]: cluster 2024-09-10T04:04:24.895574+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:04:27.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:27 smithi111 bash[22787]: cluster 2024-09-10T04:04:26.076662+0000 mon.a (mon.0) 533 : cluster [INF] osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603] boot 2024-09-10T04:04:27.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:27 smithi111 bash[22787]: cluster 2024-09-10T04:04:26.076662+0000 mon.a (mon.0) 533 : cluster [INF] osd.1 [v2:172.21.15.121:6800/3189308603,v1:172.21.15.121:6801/3189308603] boot 2024-09-10T04:04:27.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:27 smithi111 bash[22787]: cluster 2024-09-10T04:04:26.076789+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-10T04:04:27.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:27 smithi111 bash[22787]: cluster 2024-09-10T04:04:26.076789+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-10T04:04:27.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:27 smithi111 bash[22787]: audit 2024-09-10T04:04:26.077450+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:27.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:27 smithi111 bash[22787]: audit 2024-09-10T04:04:26.077450+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:04:28.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:28 smithi174 bash[23190]: cluster 2024-09-10T04:04:27.093414+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-10T04:04:28.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:28 smithi174 bash[23190]: cluster 2024-09-10T04:04:27.093414+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-10T04:04:28.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:28 smithi174 bash[23190]: cluster 2024-09-10T04:04:27.635747+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:28.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:28 smithi174 bash[23190]: cluster 2024-09-10T04:04:27.635747+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:28.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:28 smithi111 bash[22787]: cluster 2024-09-10T04:04:27.093414+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-10T04:04:28.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:28 smithi111 bash[22787]: cluster 2024-09-10T04:04:27.093414+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-10T04:04:28.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:28 smithi111 bash[22787]: cluster 2024-09-10T04:04:27.635747+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:28.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:28 smithi111 bash[22787]: cluster 2024-09-10T04:04:27.635747+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:28.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:28 smithi121 bash[23503]: cluster 2024-09-10T04:04:27.093414+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-10T04:04:28.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:28 smithi121 bash[23503]: cluster 2024-09-10T04:04:27.093414+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-10T04:04:28.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:28 smithi121 bash[23503]: cluster 2024-09-10T04:04:27.635747+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:28.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:28 smithi121 bash[23503]: cluster 2024-09-10T04:04:27.635747+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:29.561 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T04:04:29.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:29 smithi121 bash[23503]: cluster 2024-09-10T04:04:29.636200+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:29.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:29 smithi121 bash[23503]: cluster 2024-09-10T04:04:29.636200+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:30.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:29 smithi174 bash[23190]: cluster 2024-09-10T04:04:29.636200+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:30.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:29 smithi174 bash[23190]: cluster 2024-09-10T04:04:29.636200+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:30.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:29 smithi111 bash[22787]: cluster 2024-09-10T04:04:29.636200+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:30.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:29 smithi111 bash[22787]: cluster 2024-09-10T04:04:29.636200+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:32.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:32 smithi111 bash[22787]: audit 2024-09-10T04:04:31.419271+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:32 smithi111 bash[22787]: audit 2024-09-10T04:04:31.419271+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:32 smithi111 bash[22787]: audit 2024-09-10T04:04:31.427507+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:32 smithi111 bash[22787]: audit 2024-09-10T04:04:31.427507+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:32 smithi111 bash[22787]: audit 2024-09-10T04:04:31.437213+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:32 smithi111 bash[22787]: audit 2024-09-10T04:04:31.437213+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:32 smithi111 bash[22787]: cluster 2024-09-10T04:04:31.636643+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:32.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:32 smithi111 bash[22787]: cluster 2024-09-10T04:04:31.636643+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:32.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:32 smithi121 bash[23503]: audit 2024-09-10T04:04:31.419271+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:32 smithi121 bash[23503]: audit 2024-09-10T04:04:31.419271+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:32 smithi121 bash[23503]: audit 2024-09-10T04:04:31.427507+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:32 smithi121 bash[23503]: audit 2024-09-10T04:04:31.427507+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:32 smithi121 bash[23503]: audit 2024-09-10T04:04:31.437213+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:32 smithi121 bash[23503]: audit 2024-09-10T04:04:31.437213+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:32 smithi121 bash[23503]: cluster 2024-09-10T04:04:31.636643+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:32.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:32 smithi121 bash[23503]: cluster 2024-09-10T04:04:31.636643+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:32.768 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:32 smithi174 bash[23190]: audit 2024-09-10T04:04:31.419271+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.768 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:32 smithi174 bash[23190]: audit 2024-09-10T04:04:31.419271+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:32 smithi174 bash[23190]: audit 2024-09-10T04:04:31.427507+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:32 smithi174 bash[23190]: audit 2024-09-10T04:04:31.427507+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:32 smithi174 bash[23190]: audit 2024-09-10T04:04:31.437213+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:32 smithi174 bash[23190]: audit 2024-09-10T04:04:31.437213+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:32.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:32 smithi174 bash[23190]: cluster 2024-09-10T04:04:31.636643+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:32.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:32 smithi174 bash[23190]: cluster 2024-09-10T04:04:31.636643+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:33.111 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-09-10T04:04:33.161 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi174:vg_nvme/lv_4 2024-09-10T04:04:33.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:33 smithi121 bash[23503]: cluster 2024-09-10T04:04:33.637092+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:33.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:33 smithi121 bash[23503]: cluster 2024-09-10T04:04:33.637092+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:34.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:33 smithi174 bash[23190]: cluster 2024-09-10T04:04:33.637092+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:34.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:33 smithi174 bash[23190]: cluster 2024-09-10T04:04:33.637092+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:34.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:33 smithi111 bash[22787]: cluster 2024-09-10T04:04:33.637092+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:34.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:33 smithi111 bash[22787]: cluster 2024-09-10T04:04:33.637092+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:35.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:35 smithi121 bash[23503]: cluster 2024-09-10T04:04:35.637595+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:35.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:35 smithi121 bash[23503]: cluster 2024-09-10T04:04:35.637595+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:36.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:35 smithi174 bash[23190]: cluster 2024-09-10T04:04:35.637595+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:36.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:35 smithi174 bash[23190]: cluster 2024-09-10T04:04:35.637595+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:36.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:35 smithi111 bash[22787]: cluster 2024-09-10T04:04:35.637595+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:36.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:35 smithi111 bash[22787]: cluster 2024-09-10T04:04:35.637595+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:36.880 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T04:04:37.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:37 smithi121 bash[23503]: cluster 2024-09-10T04:04:37.638086+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:37.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:37 smithi121 bash[23503]: cluster 2024-09-10T04:04:37.638086+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:38.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:37 smithi174 bash[23190]: cluster 2024-09-10T04:04:37.638086+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:38.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:37 smithi174 bash[23190]: cluster 2024-09-10T04:04:37.638086+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:38.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:37 smithi111 bash[22787]: cluster 2024-09-10T04:04:37.638086+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:38.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:37 smithi111 bash[22787]: cluster 2024-09-10T04:04:37.638086+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:39.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:39 smithi174 bash[23190]: audit 2024-09-10T04:04:38.426596+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:39 smithi174 bash[23190]: audit 2024-09-10T04:04:38.426596+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:39 smithi174 bash[23190]: audit 2024-09-10T04:04:38.434319+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:39 smithi174 bash[23190]: audit 2024-09-10T04:04:38.434319+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:39 smithi174 bash[23190]: audit 2024-09-10T04:04:38.443465+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:39 smithi174 bash[23190]: audit 2024-09-10T04:04:38.443465+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:39 smithi174 bash[23190]: audit 2024-09-10T04:04:38.799574+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:04:39.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:39 smithi174 bash[23190]: audit 2024-09-10T04:04:38.799574+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:04:39.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:39 smithi174 bash[23190]: audit 2024-09-10T04:04:38.805440+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:04:39.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:39 smithi174 bash[23190]: audit 2024-09-10T04:04:38.805440+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:04:39.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:39 smithi174 bash[23190]: audit 2024-09-10T04:04:38.807073+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:39.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:39 smithi174 bash[23190]: audit 2024-09-10T04:04:38.807073+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:39.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:39 smithi111 bash[22787]: audit 2024-09-10T04:04:38.426596+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:39 smithi111 bash[22787]: audit 2024-09-10T04:04:38.426596+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:39 smithi111 bash[22787]: audit 2024-09-10T04:04:38.434319+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:39 smithi111 bash[22787]: audit 2024-09-10T04:04:38.434319+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:39 smithi111 bash[22787]: audit 2024-09-10T04:04:38.443465+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:39 smithi111 bash[22787]: audit 2024-09-10T04:04:38.443465+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:39 smithi111 bash[22787]: audit 2024-09-10T04:04:38.799574+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:04:39.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:39 smithi111 bash[22787]: audit 2024-09-10T04:04:38.799574+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:04:39.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:39 smithi111 bash[22787]: audit 2024-09-10T04:04:38.805440+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:04:39.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:39 smithi111 bash[22787]: audit 2024-09-10T04:04:38.805440+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:04:39.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:39 smithi111 bash[22787]: audit 2024-09-10T04:04:38.807073+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:39.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:39 smithi111 bash[22787]: audit 2024-09-10T04:04:38.807073+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:39.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:39 smithi121 bash[23503]: audit 2024-09-10T04:04:38.426596+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:39 smithi121 bash[23503]: audit 2024-09-10T04:04:38.426596+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:39 smithi121 bash[23503]: audit 2024-09-10T04:04:38.434319+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:39 smithi121 bash[23503]: audit 2024-09-10T04:04:38.434319+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:39 smithi121 bash[23503]: audit 2024-09-10T04:04:38.443465+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:39 smithi121 bash[23503]: audit 2024-09-10T04:04:38.443465+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:39.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:39 smithi121 bash[23503]: audit 2024-09-10T04:04:38.799574+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:04:39.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:39 smithi121 bash[23503]: audit 2024-09-10T04:04:38.799574+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:04:39.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:39 smithi121 bash[23503]: audit 2024-09-10T04:04:38.805440+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:04:39.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:39 smithi121 bash[23503]: audit 2024-09-10T04:04:38.805440+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:04:39.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:39 smithi121 bash[23503]: audit 2024-09-10T04:04:38.807073+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:39.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:39 smithi121 bash[23503]: audit 2024-09-10T04:04:38.807073+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:04:40.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:40 smithi111 bash[22787]: audit 2024-09-10T04:04:38.792626+0000 mgr.a (mgr.14152) 181 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:04:40.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:40 smithi111 bash[22787]: audit 2024-09-10T04:04:38.792626+0000 mgr.a (mgr.14152) 181 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:04:40.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:40 smithi111 bash[22787]: cluster 2024-09-10T04:04:39.638533+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:40.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:40 smithi111 bash[22787]: cluster 2024-09-10T04:04:39.638533+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:40.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:40 smithi121 bash[23503]: audit 2024-09-10T04:04:38.792626+0000 mgr.a (mgr.14152) 181 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:04:40.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:40 smithi121 bash[23503]: audit 2024-09-10T04:04:38.792626+0000 mgr.a (mgr.14152) 181 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:04:40.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:40 smithi121 bash[23503]: cluster 2024-09-10T04:04:39.638533+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:40.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:40 smithi121 bash[23503]: cluster 2024-09-10T04:04:39.638533+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:40.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:40 smithi174 bash[23190]: audit 2024-09-10T04:04:38.792626+0000 mgr.a (mgr.14152) 181 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:04:40.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:40 smithi174 bash[23190]: audit 2024-09-10T04:04:38.792626+0000 mgr.a (mgr.14152) 181 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:04:40.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:40 smithi174 bash[23190]: cluster 2024-09-10T04:04:39.638533+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:40.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:40 smithi174 bash[23190]: cluster 2024-09-10T04:04:39.638533+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:41 smithi111 bash[22787]: audit 2024-09-10T04:04:40.679437+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:41 smithi111 bash[22787]: audit 2024-09-10T04:04:40.679437+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:41 smithi111 bash[22787]: audit 2024-09-10T04:04:40.688895+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:41 smithi111 bash[22787]: audit 2024-09-10T04:04:40.688895+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:41 smithi111 bash[22787]: audit 2024-09-10T04:04:40.700132+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:41 smithi111 bash[22787]: audit 2024-09-10T04:04:40.700132+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:41 smithi111 bash[22787]: cluster 2024-09-10T04:04:41.639014+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:41.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:41 smithi111 bash[22787]: cluster 2024-09-10T04:04:41.639014+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:41.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:41 smithi121 bash[23503]: audit 2024-09-10T04:04:40.679437+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:41.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:41 smithi121 bash[23503]: audit 2024-09-10T04:04:40.679437+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:41.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:41 smithi121 bash[23503]: audit 2024-09-10T04:04:40.688895+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:41.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:41 smithi121 bash[23503]: audit 2024-09-10T04:04:40.688895+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:41.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:41 smithi121 bash[23503]: audit 2024-09-10T04:04:40.700132+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:41.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:41 smithi121 bash[23503]: audit 2024-09-10T04:04:40.700132+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:41.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:41 smithi121 bash[23503]: cluster 2024-09-10T04:04:41.639014+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:41.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:41 smithi121 bash[23503]: cluster 2024-09-10T04:04:41.639014+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:42.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:41 smithi174 bash[23190]: audit 2024-09-10T04:04:40.679437+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:42.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:41 smithi174 bash[23190]: audit 2024-09-10T04:04:40.679437+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:42.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:41 smithi174 bash[23190]: audit 2024-09-10T04:04:40.688895+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:42.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:41 smithi174 bash[23190]: audit 2024-09-10T04:04:40.688895+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:42.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:41 smithi174 bash[23190]: audit 2024-09-10T04:04:40.700132+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:42.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:41 smithi174 bash[23190]: audit 2024-09-10T04:04:40.700132+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:42.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:41 smithi174 bash[23190]: cluster 2024-09-10T04:04:41.639014+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:42.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:41 smithi174 bash[23190]: cluster 2024-09-10T04:04:41.639014+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:43.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:43 smithi121 bash[23503]: cluster 2024-09-10T04:04:43.639476+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:43.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:43 smithi121 bash[23503]: cluster 2024-09-10T04:04:43.639476+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:44.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:43 smithi174 bash[23190]: cluster 2024-09-10T04:04:43.639476+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:44.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:43 smithi174 bash[23190]: cluster 2024-09-10T04:04:43.639476+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:44.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:43 smithi111 bash[22787]: cluster 2024-09-10T04:04:43.639476+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:44.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:43 smithi111 bash[22787]: cluster 2024-09-10T04:04:43.639476+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:45.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:45 smithi174 bash[23190]: cluster 2024-09-10T04:04:45.639932+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:45.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:45 smithi174 bash[23190]: cluster 2024-09-10T04:04:45.639932+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:46.018 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:45 smithi121 bash[23503]: cluster 2024-09-10T04:04:45.639932+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:46.019 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:45 smithi121 bash[23503]: cluster 2024-09-10T04:04:45.639932+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:46.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:45 smithi111 bash[22787]: cluster 2024-09-10T04:04:45.639932+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:46.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:45 smithi111 bash[22787]: cluster 2024-09-10T04:04:45.639932+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:47.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:47 smithi111 bash[22787]: audit 2024-09-10T04:04:47.102186+0000 mon.a (mon.0) 549 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"} : dispatch 2024-09-10T04:04:47.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:47 smithi111 bash[22787]: audit 2024-09-10T04:04:47.102186+0000 mon.a (mon.0) 549 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"} : dispatch 2024-09-10T04:04:47.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:47 smithi111 bash[22787]: audit 2024-09-10T04:04:47.102392+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.174:0/3581116713' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"} : dispatch 2024-09-10T04:04:47.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:47 smithi111 bash[22787]: audit 2024-09-10T04:04:47.102392+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.174:0/3581116713' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"} : dispatch 2024-09-10T04:04:47.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:47 smithi111 bash[22787]: audit 2024-09-10T04:04:47.105063+0000 mon.a (mon.0) 550 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"}]': finished 2024-09-10T04:04:47.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:47 smithi111 bash[22787]: audit 2024-09-10T04:04:47.105063+0000 mon.a (mon.0) 550 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"}]': finished 2024-09-10T04:04:47.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:47 smithi111 bash[22787]: cluster 2024-09-10T04:04:47.110370+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-10T04:04:47.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:47 smithi111 bash[22787]: cluster 2024-09-10T04:04:47.110370+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-10T04:04:47.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:47 smithi111 bash[22787]: audit 2024-09-10T04:04:47.110651+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:04:47.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:47 smithi111 bash[22787]: audit 2024-09-10T04:04:47.110651+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:04:47.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:47 smithi121 bash[23503]: audit 2024-09-10T04:04:47.102186+0000 mon.a (mon.0) 549 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"} : dispatch 2024-09-10T04:04:47.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:47 smithi121 bash[23503]: audit 2024-09-10T04:04:47.102186+0000 mon.a (mon.0) 549 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"} : dispatch 2024-09-10T04:04:47.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:47 smithi121 bash[23503]: audit 2024-09-10T04:04:47.102392+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.174:0/3581116713' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"} : dispatch 2024-09-10T04:04:47.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:47 smithi121 bash[23503]: audit 2024-09-10T04:04:47.102392+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.174:0/3581116713' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"} : dispatch 2024-09-10T04:04:47.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:47 smithi121 bash[23503]: audit 2024-09-10T04:04:47.105063+0000 mon.a (mon.0) 550 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"}]': finished 2024-09-10T04:04:47.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:47 smithi121 bash[23503]: audit 2024-09-10T04:04:47.105063+0000 mon.a (mon.0) 550 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"}]': finished 2024-09-10T04:04:47.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:47 smithi121 bash[23503]: cluster 2024-09-10T04:04:47.110370+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-10T04:04:47.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:47 smithi121 bash[23503]: cluster 2024-09-10T04:04:47.110370+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-10T04:04:47.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:47 smithi121 bash[23503]: audit 2024-09-10T04:04:47.110651+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:04:47.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:47 smithi121 bash[23503]: audit 2024-09-10T04:04:47.110651+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:04:47.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:47 smithi174 bash[23190]: audit 2024-09-10T04:04:47.102186+0000 mon.a (mon.0) 549 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"} : dispatch 2024-09-10T04:04:47.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:47 smithi174 bash[23190]: audit 2024-09-10T04:04:47.102186+0000 mon.a (mon.0) 549 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"} : dispatch 2024-09-10T04:04:47.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:47 smithi174 bash[23190]: audit 2024-09-10T04:04:47.102392+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.174:0/3581116713' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"} : dispatch 2024-09-10T04:04:47.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:47 smithi174 bash[23190]: audit 2024-09-10T04:04:47.102392+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.174:0/3581116713' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"} : dispatch 2024-09-10T04:04:47.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:47 smithi174 bash[23190]: audit 2024-09-10T04:04:47.105063+0000 mon.a (mon.0) 550 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"}]': finished 2024-09-10T04:04:47.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:47 smithi174 bash[23190]: audit 2024-09-10T04:04:47.105063+0000 mon.a (mon.0) 550 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e"}]': finished 2024-09-10T04:04:47.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:47 smithi174 bash[23190]: cluster 2024-09-10T04:04:47.110370+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-10T04:04:47.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:47 smithi174 bash[23190]: cluster 2024-09-10T04:04:47.110370+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-10T04:04:47.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:47 smithi174 bash[23190]: audit 2024-09-10T04:04:47.110651+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:04:47.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:47 smithi174 bash[23190]: audit 2024-09-10T04:04:47.110651+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:04:48.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:48 smithi111 bash[22787]: cluster 2024-09-10T04:04:47.640394+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:48.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:48 smithi111 bash[22787]: cluster 2024-09-10T04:04:47.640394+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:48.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:48 smithi111 bash[22787]: audit 2024-09-10T04:04:47.728226+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.174:0/576864673' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:04:48.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:48 smithi111 bash[22787]: audit 2024-09-10T04:04:47.728226+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.174:0/576864673' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:04:48.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:48 smithi121 bash[23503]: cluster 2024-09-10T04:04:47.640394+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:48.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:48 smithi121 bash[23503]: cluster 2024-09-10T04:04:47.640394+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:48.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:48 smithi121 bash[23503]: audit 2024-09-10T04:04:47.728226+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.174:0/576864673' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:04:48.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:48 smithi121 bash[23503]: audit 2024-09-10T04:04:47.728226+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.174:0/576864673' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:04:48.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:48 smithi174 bash[23190]: cluster 2024-09-10T04:04:47.640394+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:48.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:48 smithi174 bash[23190]: cluster 2024-09-10T04:04:47.640394+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:48.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:48 smithi174 bash[23190]: audit 2024-09-10T04:04:47.728226+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.174:0/576864673' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:04:48.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:48 smithi174 bash[23190]: audit 2024-09-10T04:04:47.728226+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.174:0/576864673' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:04:50.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:49 smithi174 bash[23190]: cluster 2024-09-10T04:04:49.640874+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:50.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:49 smithi174 bash[23190]: cluster 2024-09-10T04:04:49.640874+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:50.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:49 smithi111 bash[22787]: cluster 2024-09-10T04:04:49.640874+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:50.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:49 smithi111 bash[22787]: cluster 2024-09-10T04:04:49.640874+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:50.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:49 smithi121 bash[23503]: cluster 2024-09-10T04:04:49.640874+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:50.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:49 smithi121 bash[23503]: cluster 2024-09-10T04:04:49.640874+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:52.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:52 smithi174 bash[23190]: audit 2024-09-10T04:04:51.628519+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:52 smithi174 bash[23190]: audit 2024-09-10T04:04:51.628519+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:52 smithi174 bash[23190]: audit 2024-09-10T04:04:51.636039+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:52 smithi174 bash[23190]: audit 2024-09-10T04:04:51.636039+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:52 smithi174 bash[23190]: cluster 2024-09-10T04:04:51.641400+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:52.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:52 smithi174 bash[23190]: cluster 2024-09-10T04:04:51.641400+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:52.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:52 smithi174 bash[23190]: audit 2024-09-10T04:04:51.643779+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:52 smithi174 bash[23190]: audit 2024-09-10T04:04:51.643779+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:52 smithi111 bash[22787]: audit 2024-09-10T04:04:51.628519+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:52 smithi111 bash[22787]: audit 2024-09-10T04:04:51.628519+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:52 smithi111 bash[22787]: audit 2024-09-10T04:04:51.636039+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:52 smithi111 bash[22787]: audit 2024-09-10T04:04:51.636039+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:52 smithi111 bash[22787]: cluster 2024-09-10T04:04:51.641400+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:52.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:52 smithi111 bash[22787]: cluster 2024-09-10T04:04:51.641400+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:52.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:52 smithi111 bash[22787]: audit 2024-09-10T04:04:51.643779+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:52 smithi111 bash[22787]: audit 2024-09-10T04:04:51.643779+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:52 smithi121 bash[23503]: audit 2024-09-10T04:04:51.628519+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:52 smithi121 bash[23503]: audit 2024-09-10T04:04:51.628519+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:52 smithi121 bash[23503]: audit 2024-09-10T04:04:51.636039+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:52 smithi121 bash[23503]: audit 2024-09-10T04:04:51.636039+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:52 smithi121 bash[23503]: cluster 2024-09-10T04:04:51.641400+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:52.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:52 smithi121 bash[23503]: cluster 2024-09-10T04:04:51.641400+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:52.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:52 smithi121 bash[23503]: audit 2024-09-10T04:04:51.643779+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:52.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:52 smithi121 bash[23503]: audit 2024-09-10T04:04:51.643779+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:54.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:54 smithi111 bash[22787]: cluster 2024-09-10T04:04:53.641873+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:54.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:54 smithi111 bash[22787]: cluster 2024-09-10T04:04:53.641873+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:54.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:54 smithi121 bash[23503]: cluster 2024-09-10T04:04:53.641873+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:54.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:54 smithi121 bash[23503]: cluster 2024-09-10T04:04:53.641873+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:55.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:54 smithi174 bash[23190]: cluster 2024-09-10T04:04:53.641873+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:55.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:54 smithi174 bash[23190]: cluster 2024-09-10T04:04:53.641873+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:56.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:56 smithi111 bash[22787]: cluster 2024-09-10T04:04:55.642327+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:56.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:56 smithi111 bash[22787]: cluster 2024-09-10T04:04:55.642327+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:56.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:56 smithi121 bash[23503]: cluster 2024-09-10T04:04:55.642327+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:56.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:56 smithi121 bash[23503]: cluster 2024-09-10T04:04:55.642327+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:57.132 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:56 smithi174 bash[23190]: cluster 2024-09-10T04:04:55.642327+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:57.132 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:56 smithi174 bash[23190]: cluster 2024-09-10T04:04:55.642327+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:57.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:57 smithi111 bash[22787]: cluster 2024-09-10T04:04:57.642803+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:57.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:57 smithi111 bash[22787]: cluster 2024-09-10T04:04:57.642803+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:57.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:57 smithi121 bash[23503]: cluster 2024-09-10T04:04:57.642803+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:57.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:57 smithi121 bash[23503]: cluster 2024-09-10T04:04:57.642803+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:58.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:57 smithi174 bash[23190]: cluster 2024-09-10T04:04:57.642803+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:58.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:57 smithi174 bash[23190]: cluster 2024-09-10T04:04:57.642803+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:04:59.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:59 smithi174 bash[23190]: audit 2024-09-10T04:04:58.581612+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:59 smithi174 bash[23190]: audit 2024-09-10T04:04:58.581612+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:59 smithi174 bash[23190]: audit 2024-09-10T04:04:58.589021+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:59 smithi174 bash[23190]: audit 2024-09-10T04:04:58.589021+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:59 smithi174 bash[23190]: audit 2024-09-10T04:04:58.598173+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:04:59 smithi174 bash[23190]: audit 2024-09-10T04:04:58.598173+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:59 smithi111 bash[22787]: audit 2024-09-10T04:04:58.581612+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:59 smithi111 bash[22787]: audit 2024-09-10T04:04:58.581612+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:59 smithi111 bash[22787]: audit 2024-09-10T04:04:58.589021+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:59 smithi111 bash[22787]: audit 2024-09-10T04:04:58.589021+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:59 smithi111 bash[22787]: audit 2024-09-10T04:04:58.598173+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:04:59 smithi111 bash[22787]: audit 2024-09-10T04:04:58.598173+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:59 smithi121 bash[23503]: audit 2024-09-10T04:04:58.581612+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:59 smithi121 bash[23503]: audit 2024-09-10T04:04:58.581612+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:59 smithi121 bash[23503]: audit 2024-09-10T04:04:58.589021+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:59 smithi121 bash[23503]: audit 2024-09-10T04:04:58.589021+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:59 smithi121 bash[23503]: audit 2024-09-10T04:04:58.598173+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:04:59.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:04:59 smithi121 bash[23503]: audit 2024-09-10T04:04:58.598173+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:00.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:00 smithi111 bash[22787]: cluster 2024-09-10T04:04:59.643221+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:00.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:00 smithi111 bash[22787]: cluster 2024-09-10T04:04:59.643221+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:00.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:00 smithi174 bash[23190]: cluster 2024-09-10T04:04:59.643221+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:00.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:00 smithi174 bash[23190]: cluster 2024-09-10T04:04:59.643221+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:00.897 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:00 smithi121 bash[23503]: cluster 2024-09-10T04:04:59.643221+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:00.897 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:00 smithi121 bash[23503]: cluster 2024-09-10T04:04:59.643221+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:02.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:01 smithi111 bash[22787]: audit 2024-09-10T04:05:00.885626+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:01 smithi111 bash[22787]: audit 2024-09-10T04:05:00.885626+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:01 smithi111 bash[22787]: audit 2024-09-10T04:05:00.890601+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:01 smithi111 bash[22787]: audit 2024-09-10T04:05:00.890601+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:01 smithi111 bash[22787]: audit 2024-09-10T04:05:00.895845+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:01 smithi111 bash[22787]: audit 2024-09-10T04:05:00.895845+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:01 smithi111 bash[22787]: audit 2024-09-10T04:05:01.102493+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T04:05:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:01 smithi111 bash[22787]: audit 2024-09-10T04:05:01.102493+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T04:05:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:01 smithi111 bash[22787]: audit 2024-09-10T04:05:01.104237+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:01 smithi111 bash[22787]: audit 2024-09-10T04:05:01.104237+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:01 smithi111 bash[22787]: cephadm 2024-09-10T04:05:01.105872+0000 mgr.a (mgr.14152) 193 : cephadm [INF] Deploying daemon osd.2 on smithi174 2024-09-10T04:05:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:01 smithi111 bash[22787]: cephadm 2024-09-10T04:05:01.105872+0000 mgr.a (mgr.14152) 193 : cephadm [INF] Deploying daemon osd.2 on smithi174 2024-09-10T04:05:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:01 smithi111 bash[22787]: cluster 2024-09-10T04:05:01.643578+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:02.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:01 smithi111 bash[22787]: cluster 2024-09-10T04:05:01.643578+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:01 smithi121 bash[23503]: audit 2024-09-10T04:05:00.885626+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:01 smithi121 bash[23503]: audit 2024-09-10T04:05:00.885626+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:01 smithi121 bash[23503]: audit 2024-09-10T04:05:00.890601+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:01 smithi121 bash[23503]: audit 2024-09-10T04:05:00.890601+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:01 smithi121 bash[23503]: audit 2024-09-10T04:05:00.895845+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:01 smithi121 bash[23503]: audit 2024-09-10T04:05:00.895845+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:01 smithi121 bash[23503]: audit 2024-09-10T04:05:01.102493+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T04:05:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:01 smithi121 bash[23503]: audit 2024-09-10T04:05:01.102493+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T04:05:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:01 smithi121 bash[23503]: audit 2024-09-10T04:05:01.104237+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:02.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:01 smithi121 bash[23503]: audit 2024-09-10T04:05:01.104237+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:02.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:01 smithi121 bash[23503]: cephadm 2024-09-10T04:05:01.105872+0000 mgr.a (mgr.14152) 193 : cephadm [INF] Deploying daemon osd.2 on smithi174 2024-09-10T04:05:02.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:01 smithi121 bash[23503]: cephadm 2024-09-10T04:05:01.105872+0000 mgr.a (mgr.14152) 193 : cephadm [INF] Deploying daemon osd.2 on smithi174 2024-09-10T04:05:02.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:01 smithi121 bash[23503]: cluster 2024-09-10T04:05:01.643578+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:02.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:01 smithi121 bash[23503]: cluster 2024-09-10T04:05:01.643578+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:02.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:01 smithi174 bash[23190]: audit 2024-09-10T04:05:00.885626+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:01 smithi174 bash[23190]: audit 2024-09-10T04:05:00.885626+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:01 smithi174 bash[23190]: audit 2024-09-10T04:05:00.890601+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:01 smithi174 bash[23190]: audit 2024-09-10T04:05:00.890601+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:01 smithi174 bash[23190]: audit 2024-09-10T04:05:00.895845+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:01 smithi174 bash[23190]: audit 2024-09-10T04:05:00.895845+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:02.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:01 smithi174 bash[23190]: audit 2024-09-10T04:05:01.102493+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T04:05:02.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:01 smithi174 bash[23190]: audit 2024-09-10T04:05:01.102493+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T04:05:02.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:01 smithi174 bash[23190]: audit 2024-09-10T04:05:01.104237+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:02.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:01 smithi174 bash[23190]: audit 2024-09-10T04:05:01.104237+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:02.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:01 smithi174 bash[23190]: cephadm 2024-09-10T04:05:01.105872+0000 mgr.a (mgr.14152) 193 : cephadm [INF] Deploying daemon osd.2 on smithi174 2024-09-10T04:05:02.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:01 smithi174 bash[23190]: cephadm 2024-09-10T04:05:01.105872+0000 mgr.a (mgr.14152) 193 : cephadm [INF] Deploying daemon osd.2 on smithi174 2024-09-10T04:05:02.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:01 smithi174 bash[23190]: cluster 2024-09-10T04:05:01.643578+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:02.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:01 smithi174 bash[23190]: cluster 2024-09-10T04:05:01.643578+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:04.104 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:03 smithi174 bash[23190]: cluster 2024-09-10T04:05:03.644026+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:04.104 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:03 smithi174 bash[23190]: cluster 2024-09-10T04:05:03.644026+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:04.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:03 smithi111 bash[22787]: cluster 2024-09-10T04:05:03.644026+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:04.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:03 smithi111 bash[22787]: cluster 2024-09-10T04:05:03.644026+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:03 smithi121 bash[23503]: cluster 2024-09-10T04:05:03.644026+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:03 smithi121 bash[23503]: cluster 2024-09-10T04:05:03.644026+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:05.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:05 smithi174 bash[23190]: cluster 2024-09-10T04:05:05.644453+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:05.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:05 smithi174 bash[23190]: cluster 2024-09-10T04:05:05.644453+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:05.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:05 smithi121 bash[23503]: cluster 2024-09-10T04:05:05.644453+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:05.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:05 smithi121 bash[23503]: cluster 2024-09-10T04:05:05.644453+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:06.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:05 smithi111 bash[22787]: cluster 2024-09-10T04:05:05.644453+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:06.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:05 smithi111 bash[22787]: cluster 2024-09-10T04:05:05.644453+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:06.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:06 smithi174 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:05:07.219 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:07 smithi174 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:05:07.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:07 smithi174 bash[23190]: audit 2024-09-10T04:05:07.166175+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:07.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:07 smithi174 bash[23190]: audit 2024-09-10T04:05:07.166175+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:07.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:07 smithi174 bash[23190]: audit 2024-09-10T04:05:07.174533+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:07 smithi174 bash[23190]: audit 2024-09-10T04:05:07.174533+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:07 smithi174 bash[23190]: audit 2024-09-10T04:05:07.175426+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:07.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:07 smithi174 bash[23190]: audit 2024-09-10T04:05:07.175426+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:07.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:07 smithi174 bash[23190]: audit 2024-09-10T04:05:07.178543+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:07.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:07 smithi174 bash[23190]: audit 2024-09-10T04:05:07.178543+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:07.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:07 smithi174 bash[23190]: audit 2024-09-10T04:05:07.184072+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:07 smithi174 bash[23190]: audit 2024-09-10T04:05:07.184072+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:07 smithi174 bash[23190]: audit 2024-09-10T04:05:07.189952+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:07 smithi174 bash[23190]: audit 2024-09-10T04:05:07.189952+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:07 smithi111 bash[22787]: audit 2024-09-10T04:05:07.166175+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:07.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:07 smithi111 bash[22787]: audit 2024-09-10T04:05:07.166175+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:07.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:07 smithi111 bash[22787]: audit 2024-09-10T04:05:07.174533+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:07 smithi111 bash[22787]: audit 2024-09-10T04:05:07.174533+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:07 smithi111 bash[22787]: audit 2024-09-10T04:05:07.175426+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:07.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:07 smithi111 bash[22787]: audit 2024-09-10T04:05:07.175426+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:07.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:07 smithi111 bash[22787]: audit 2024-09-10T04:05:07.178543+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:07.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:07 smithi111 bash[22787]: audit 2024-09-10T04:05:07.178543+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:07.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:07 smithi111 bash[22787]: audit 2024-09-10T04:05:07.184072+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:07 smithi111 bash[22787]: audit 2024-09-10T04:05:07.184072+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:07 smithi111 bash[22787]: audit 2024-09-10T04:05:07.189952+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:07 smithi111 bash[22787]: audit 2024-09-10T04:05:07.189952+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:07 smithi121 bash[23503]: audit 2024-09-10T04:05:07.166175+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:07.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:07 smithi121 bash[23503]: audit 2024-09-10T04:05:07.166175+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:07.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:07 smithi121 bash[23503]: audit 2024-09-10T04:05:07.174533+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:07 smithi121 bash[23503]: audit 2024-09-10T04:05:07.174533+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:07 smithi121 bash[23503]: audit 2024-09-10T04:05:07.175426+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:07.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:07 smithi121 bash[23503]: audit 2024-09-10T04:05:07.175426+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:07.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:07 smithi121 bash[23503]: audit 2024-09-10T04:05:07.178543+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:07.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:07 smithi121 bash[23503]: audit 2024-09-10T04:05:07.178543+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:07.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:07 smithi121 bash[23503]: audit 2024-09-10T04:05:07.184072+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:07 smithi121 bash[23503]: audit 2024-09-10T04:05:07.184072+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:07 smithi121 bash[23503]: audit 2024-09-10T04:05:07.189952+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:07.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:07 smithi121 bash[23503]: audit 2024-09-10T04:05:07.189952+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:08.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:08 smithi174 bash[23190]: cluster 2024-09-10T04:05:07.644919+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:08.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:08 smithi174 bash[23190]: cluster 2024-09-10T04:05:07.644919+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:08.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:08 smithi111 bash[22787]: cluster 2024-09-10T04:05:07.644919+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:08.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:08 smithi111 bash[22787]: cluster 2024-09-10T04:05:07.644919+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:08.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:08 smithi121 bash[23503]: cluster 2024-09-10T04:05:07.644919+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:08.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:08 smithi121 bash[23503]: cluster 2024-09-10T04:05:07.644919+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:09.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:09 smithi174 bash[23190]: cluster 2024-09-10T04:05:09.645398+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:09.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:09 smithi174 bash[23190]: cluster 2024-09-10T04:05:09.645398+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:10.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:09 smithi111 bash[22787]: cluster 2024-09-10T04:05:09.645398+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:10.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:09 smithi111 bash[22787]: cluster 2024-09-10T04:05:09.645398+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:10.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:09 smithi121 bash[23503]: cluster 2024-09-10T04:05:09.645398+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:10.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:09 smithi121 bash[23503]: cluster 2024-09-10T04:05:09.645398+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:12.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:11 smithi174 bash[23190]: cluster 2024-09-10T04:05:11.645862+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:12.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:11 smithi174 bash[23190]: cluster 2024-09-10T04:05:11.645862+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:12.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:11 smithi111 bash[22787]: cluster 2024-09-10T04:05:11.645862+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:12.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:11 smithi111 bash[22787]: cluster 2024-09-10T04:05:11.645862+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:12.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:11 smithi121 bash[23503]: cluster 2024-09-10T04:05:11.645862+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:12.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:11 smithi121 bash[23503]: cluster 2024-09-10T04:05:11.645862+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:13.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:12 smithi174 bash[23190]: audit 2024-09-10T04:05:11.836810+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:12 smithi174 bash[23190]: audit 2024-09-10T04:05:11.836810+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:12 smithi174 bash[23190]: audit 2024-09-10T04:05:11.843936+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:12 smithi174 bash[23190]: audit 2024-09-10T04:05:11.843936+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:12 smithi174 bash[23190]: audit 2024-09-10T04:05:11.853596+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:12 smithi174 bash[23190]: audit 2024-09-10T04:05:11.853596+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:12 smithi111 bash[22787]: audit 2024-09-10T04:05:11.836810+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:12 smithi111 bash[22787]: audit 2024-09-10T04:05:11.836810+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:12 smithi111 bash[22787]: audit 2024-09-10T04:05:11.843936+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:12 smithi111 bash[22787]: audit 2024-09-10T04:05:11.843936+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:12 smithi111 bash[22787]: audit 2024-09-10T04:05:11.853596+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:12 smithi111 bash[22787]: audit 2024-09-10T04:05:11.853596+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:12 smithi121 bash[23503]: audit 2024-09-10T04:05:11.836810+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:12 smithi121 bash[23503]: audit 2024-09-10T04:05:11.836810+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:12 smithi121 bash[23503]: audit 2024-09-10T04:05:11.843936+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:12 smithi121 bash[23503]: audit 2024-09-10T04:05:11.843936+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:12 smithi121 bash[23503]: audit 2024-09-10T04:05:11.853596+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:13.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:12 smithi121 bash[23503]: audit 2024-09-10T04:05:11.853596+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:14.121 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:13 smithi174 bash[23190]: cluster 2024-09-10T04:05:13.646335+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:14.122 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:13 smithi174 bash[23190]: cluster 2024-09-10T04:05:13.646335+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:14.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:13 smithi111 bash[22787]: cluster 2024-09-10T04:05:13.646335+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:14.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:13 smithi111 bash[22787]: cluster 2024-09-10T04:05:13.646335+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:14.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:13 smithi121 bash[23503]: cluster 2024-09-10T04:05:13.646335+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:14.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:13 smithi121 bash[23503]: cluster 2024-09-10T04:05:13.646335+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:16.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:15 smithi174 bash[23190]: cluster 2024-09-10T04:05:15.646807+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:16.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:15 smithi174 bash[23190]: cluster 2024-09-10T04:05:15.646807+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:16.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:15 smithi111 bash[22787]: cluster 2024-09-10T04:05:15.646807+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:16.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:15 smithi111 bash[22787]: cluster 2024-09-10T04:05:15.646807+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:16.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:15 smithi121 bash[23503]: cluster 2024-09-10T04:05:15.646807+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:16.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:15 smithi121 bash[23503]: cluster 2024-09-10T04:05:15.646807+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:16.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:16 smithi174 bash[23190]: audit 2024-09-10T04:05:16.474821+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:05:16.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:16 smithi174 bash[23190]: audit 2024-09-10T04:05:16.474821+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:05:16.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:16 smithi174 bash[23190]: audit 2024-09-10T04:05:16.475020+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:05:16.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:16 smithi174 bash[23190]: audit 2024-09-10T04:05:16.475020+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:05:17.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:16 smithi111 bash[22787]: audit 2024-09-10T04:05:16.474821+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:05:17.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:16 smithi111 bash[22787]: audit 2024-09-10T04:05:16.474821+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:05:17.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:16 smithi111 bash[22787]: audit 2024-09-10T04:05:16.475020+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:05:17.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:16 smithi111 bash[22787]: audit 2024-09-10T04:05:16.475020+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:05:17.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:16 smithi121 bash[23503]: audit 2024-09-10T04:05:16.474821+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:05:17.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:16 smithi121 bash[23503]: audit 2024-09-10T04:05:16.474821+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:05:17.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:16 smithi121 bash[23503]: audit 2024-09-10T04:05:16.475020+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:05:17.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:16 smithi121 bash[23503]: audit 2024-09-10T04:05:16.475020+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:05:17.690 INFO:teuthology.orchestra.run.smithi174.stdout:Created osd(s) 2 on host 'smithi174' 2024-09-10T04:05:18.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:16.717243+0000 mon.a (mon.0) 574 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T04:05:18.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:16.717243+0000 mon.a (mon.0) 574 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T04:05:18.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: cluster 2024-09-10T04:05:16.723754+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-10T04:05:18.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: cluster 2024-09-10T04:05:16.723754+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-10T04:05:18.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:16.724326+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:18.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:16.724326+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:18.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:16.727454+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]} : dispatch 2024-09-10T04:05:18.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:16.727454+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]} : dispatch 2024-09-10T04:05:18.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:16.727626+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]} : dispatch 2024-09-10T04:05:18.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:16.727626+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]} : dispatch 2024-09-10T04:05:18.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: cluster 2024-09-10T04:05:17.647266+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:18.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: cluster 2024-09-10T04:05:17.647266+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:18.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.672394+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:18.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.672394+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:18.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.680353+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.680353+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.681222+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T04:05:18.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.681222+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T04:05:18.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.689680+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.689680+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.696413+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.696413+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.700586+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:18.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.700586+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:18.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.702311+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:18.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.702311+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:18.138 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.715158+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.138 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:17 smithi174 bash[23190]: audit 2024-09-10T04:05:17.715158+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:16.717243+0000 mon.a (mon.0) 574 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T04:05:18.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:16.717243+0000 mon.a (mon.0) 574 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T04:05:18.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: cluster 2024-09-10T04:05:16.723754+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-10T04:05:18.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: cluster 2024-09-10T04:05:16.723754+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-10T04:05:18.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:16.724326+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:18.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:16.724326+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:18.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:16.727454+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]} : dispatch 2024-09-10T04:05:18.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:16.727454+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]} : dispatch 2024-09-10T04:05:18.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:16.727626+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]} : dispatch 2024-09-10T04:05:18.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:16.727626+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]} : dispatch 2024-09-10T04:05:18.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: cluster 2024-09-10T04:05:17.647266+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:18.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: cluster 2024-09-10T04:05:17.647266+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:18.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.672394+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:18.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.672394+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:18.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.680353+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.680353+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.681222+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T04:05:18.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.681222+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T04:05:18.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.689680+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.689680+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.696413+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.696413+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.700586+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:18.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.700586+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:18.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.702311+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:18.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.702311+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:18.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.715158+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:17 smithi111 bash[22787]: audit 2024-09-10T04:05:17.715158+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:16.717243+0000 mon.a (mon.0) 574 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T04:05:18.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:16.717243+0000 mon.a (mon.0) 574 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T04:05:18.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: cluster 2024-09-10T04:05:16.723754+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-10T04:05:18.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: cluster 2024-09-10T04:05:16.723754+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-10T04:05:18.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:16.724326+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:18.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:16.724326+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:18.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:16.727454+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]} : dispatch 2024-09-10T04:05:18.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:16.727454+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]} : dispatch 2024-09-10T04:05:18.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:16.727626+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]} : dispatch 2024-09-10T04:05:18.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:16.727626+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]} : dispatch 2024-09-10T04:05:18.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: cluster 2024-09-10T04:05:17.647266+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:18.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: cluster 2024-09-10T04:05:17.647266+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:18.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.672394+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:18.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.672394+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:18.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.680353+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.680353+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.681222+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T04:05:18.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.681222+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T04:05:18.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.689680+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.689680+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.696413+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.696413+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.700586+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:18.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.700586+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:18.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.702311+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:18.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.702311+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:18.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.715158+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:17 smithi121 bash[23503]: audit 2024-09-10T04:05:17.715158+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:18.356 DEBUG:teuthology.orchestra.run.smithi174:osd.2> sudo journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@osd.2.service 2024-09-10T04:05:18.358 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-10T04:05:18.359 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T04:05:19.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:18 smithi174 bash[23190]: cephadm 2024-09-10T04:05:17.683746+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 20337M 2024-09-10T04:05:19.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:18 smithi174 bash[23190]: cephadm 2024-09-10T04:05:17.683746+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 20337M 2024-09-10T04:05:19.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:18 smithi174 bash[23190]: audit 2024-09-10T04:05:17.720682+0000 mon.a (mon.0) 586 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-09-10T04:05:19.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:18 smithi174 bash[23190]: audit 2024-09-10T04:05:17.720682+0000 mon.a (mon.0) 586 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-09-10T04:05:19.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:18 smithi174 bash[23190]: cluster 2024-09-10T04:05:17.727857+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-10T04:05:19.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:18 smithi174 bash[23190]: cluster 2024-09-10T04:05:17.727857+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-10T04:05:19.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:18 smithi174 bash[23190]: audit 2024-09-10T04:05:17.729164+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:18 smithi174 bash[23190]: audit 2024-09-10T04:05:17.729164+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:18 smithi174 bash[23190]: audit 2024-09-10T04:05:17.730218+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:18 smithi174 bash[23190]: audit 2024-09-10T04:05:17.730218+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:18 smithi174 bash[23190]: audit 2024-09-10T04:05:18.730587+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:18 smithi174 bash[23190]: audit 2024-09-10T04:05:18.730587+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:18 smithi111 bash[22787]: cephadm 2024-09-10T04:05:17.683746+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 20337M 2024-09-10T04:05:19.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:18 smithi111 bash[22787]: cephadm 2024-09-10T04:05:17.683746+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 20337M 2024-09-10T04:05:19.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:18 smithi111 bash[22787]: audit 2024-09-10T04:05:17.720682+0000 mon.a (mon.0) 586 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-09-10T04:05:19.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:18 smithi111 bash[22787]: audit 2024-09-10T04:05:17.720682+0000 mon.a (mon.0) 586 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-09-10T04:05:19.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:18 smithi111 bash[22787]: cluster 2024-09-10T04:05:17.727857+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-10T04:05:19.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:18 smithi111 bash[22787]: cluster 2024-09-10T04:05:17.727857+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-10T04:05:19.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:18 smithi111 bash[22787]: audit 2024-09-10T04:05:17.729164+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:18 smithi111 bash[22787]: audit 2024-09-10T04:05:17.729164+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:18 smithi111 bash[22787]: audit 2024-09-10T04:05:17.730218+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:18 smithi111 bash[22787]: audit 2024-09-10T04:05:17.730218+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:18 smithi111 bash[22787]: audit 2024-09-10T04:05:18.730587+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:18 smithi111 bash[22787]: audit 2024-09-10T04:05:18.730587+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:18 smithi121 bash[23503]: cephadm 2024-09-10T04:05:17.683746+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 20337M 2024-09-10T04:05:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:18 smithi121 bash[23503]: cephadm 2024-09-10T04:05:17.683746+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 20337M 2024-09-10T04:05:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:18 smithi121 bash[23503]: audit 2024-09-10T04:05:17.720682+0000 mon.a (mon.0) 586 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-09-10T04:05:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:18 smithi121 bash[23503]: audit 2024-09-10T04:05:17.720682+0000 mon.a (mon.0) 586 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-09-10T04:05:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:18 smithi121 bash[23503]: cluster 2024-09-10T04:05:17.727857+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-10T04:05:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:18 smithi121 bash[23503]: cluster 2024-09-10T04:05:17.727857+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-10T04:05:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:18 smithi121 bash[23503]: audit 2024-09-10T04:05:17.729164+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:18 smithi121 bash[23503]: audit 2024-09-10T04:05:17.729164+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:18 smithi121 bash[23503]: audit 2024-09-10T04:05:17.730218+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:18 smithi121 bash[23503]: audit 2024-09-10T04:05:17.730218+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:18 smithi121 bash[23503]: audit 2024-09-10T04:05:18.730587+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:19.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:18 smithi121 bash[23503]: audit 2024-09-10T04:05:18.730587+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:20.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: cluster 2024-09-10T04:05:17.505192+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:05:20.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: cluster 2024-09-10T04:05:17.505192+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:05:20.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: cluster 2024-09-10T04:05:17.505326+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:05:20.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: cluster 2024-09-10T04:05:17.505326+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:05:20.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: cluster 2024-09-10T04:05:18.738603+0000 mon.a (mon.0) 591 : cluster [INF] osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574] boot 2024-09-10T04:05:20.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: cluster 2024-09-10T04:05:18.738603+0000 mon.a (mon.0) 591 : cluster [INF] osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574] boot 2024-09-10T04:05:20.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: cluster 2024-09-10T04:05:18.738666+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-10T04:05:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: cluster 2024-09-10T04:05:18.738666+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-10T04:05:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.739281+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.739281+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.777522+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.777522+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.784798+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.784798+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: cephadm 2024-09-10T04:05:18.787509+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Detected new or changed devices on smithi174 2024-09-10T04:05:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: cephadm 2024-09-10T04:05:18.787509+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Detected new or changed devices on smithi174 2024-09-10T04:05:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.789537+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.789537+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.794476+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.794476+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.799822+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:20.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.799822+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:20.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.801475+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:20.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.801475+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:20.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.811038+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: audit 2024-09-10T04:05:18.811038+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: cluster 2024-09-10T04:05:19.647764+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:20.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:19 smithi174 bash[23190]: cluster 2024-09-10T04:05:19.647764+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:20.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: cluster 2024-09-10T04:05:17.505192+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:05:20.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: cluster 2024-09-10T04:05:17.505192+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:05:20.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: cluster 2024-09-10T04:05:17.505326+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:05:20.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: cluster 2024-09-10T04:05:17.505326+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:05:20.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: cluster 2024-09-10T04:05:18.738603+0000 mon.a (mon.0) 591 : cluster [INF] osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574] boot 2024-09-10T04:05:20.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: cluster 2024-09-10T04:05:18.738603+0000 mon.a (mon.0) 591 : cluster [INF] osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574] boot 2024-09-10T04:05:20.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: cluster 2024-09-10T04:05:18.738666+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-10T04:05:20.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: cluster 2024-09-10T04:05:18.738666+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-10T04:05:20.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.739281+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:20.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.739281+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:20.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.777522+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.777522+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.784798+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.784798+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: cephadm 2024-09-10T04:05:18.787509+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Detected new or changed devices on smithi174 2024-09-10T04:05:20.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: cephadm 2024-09-10T04:05:18.787509+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Detected new or changed devices on smithi174 2024-09-10T04:05:20.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.789537+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:20.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.789537+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:20.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.794476+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.794476+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.799822+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:20.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.799822+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:20.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.801475+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:20.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.801475+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:20.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.811038+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: audit 2024-09-10T04:05:18.811038+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: cluster 2024-09-10T04:05:19.647764+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:20.191 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:19 smithi111 bash[22787]: cluster 2024-09-10T04:05:19.647764+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:20.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: cluster 2024-09-10T04:05:17.505192+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:05:20.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: cluster 2024-09-10T04:05:17.505192+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:05:20.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: cluster 2024-09-10T04:05:17.505326+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:05:20.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: cluster 2024-09-10T04:05:17.505326+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:05:20.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: cluster 2024-09-10T04:05:18.738603+0000 mon.a (mon.0) 591 : cluster [INF] osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574] boot 2024-09-10T04:05:20.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: cluster 2024-09-10T04:05:18.738603+0000 mon.a (mon.0) 591 : cluster [INF] osd.2 [v2:172.21.15.174:6800/2856414574,v1:172.21.15.174:6801/2856414574] boot 2024-09-10T04:05:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: cluster 2024-09-10T04:05:18.738666+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-10T04:05:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: cluster 2024-09-10T04:05:18.738666+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-10T04:05:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.739281+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.739281+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:05:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.777522+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.777522+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.784798+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.784798+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: cephadm 2024-09-10T04:05:18.787509+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Detected new or changed devices on smithi174 2024-09-10T04:05:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: cephadm 2024-09-10T04:05:18.787509+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Detected new or changed devices on smithi174 2024-09-10T04:05:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.789537+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:20.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.789537+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:20.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.794476+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.794476+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.799822+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:20.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.799822+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:20.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.801475+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:20.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.801475+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:20.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.811038+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: audit 2024-09-10T04:05:18.811038+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:20.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: cluster 2024-09-10T04:05:19.647764+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:20.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:19 smithi121 bash[23503]: cluster 2024-09-10T04:05:19.647764+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:05:21.104 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:20 smithi121 bash[23503]: cluster 2024-09-10T04:05:19.819527+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-10T04:05:21.104 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:20 smithi121 bash[23503]: cluster 2024-09-10T04:05:19.819527+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-10T04:05:21.104 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:20 smithi121 bash[23503]: audit 2024-09-10T04:05:20.030059+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' 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-10T04:05:21.104 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:20 smithi121 bash[23503]: audit 2024-09-10T04:05:20.030059+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' 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-10T04:05:21.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:20 smithi174 bash[23190]: cluster 2024-09-10T04:05:19.819527+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-10T04:05:21.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:20 smithi174 bash[23190]: cluster 2024-09-10T04:05:19.819527+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-10T04:05:21.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:20 smithi174 bash[23190]: audit 2024-09-10T04:05:20.030059+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' 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-10T04:05:21.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:20 smithi174 bash[23190]: audit 2024-09-10T04:05:20.030059+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' 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-10T04:05:21.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:20 smithi111 bash[22787]: cluster 2024-09-10T04:05:19.819527+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-10T04:05:21.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:20 smithi111 bash[22787]: cluster 2024-09-10T04:05:19.819527+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-10T04:05:21.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:20 smithi111 bash[22787]: audit 2024-09-10T04:05:20.030059+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' 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-10T04:05:21.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:20 smithi111 bash[22787]: audit 2024-09-10T04:05:20.030059+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' 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-10T04:05:22.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: audit 2024-09-10T04:05:20.817895+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' 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-10T04:05:22.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: audit 2024-09-10T04:05:20.817895+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' 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-10T04:05:22.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: cluster 2024-09-10T04:05:20.823675+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-10T04:05:22.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: cluster 2024-09-10T04:05:20.823675+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-10T04:05:22.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: audit 2024-09-10T04:05:20.831148+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T04:05:22.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: audit 2024-09-10T04:05:20.831148+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T04:05:22.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: audit 2024-09-10T04:05:21.090978+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: audit 2024-09-10T04:05:21.090978+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: audit 2024-09-10T04:05:21.097075+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: audit 2024-09-10T04:05:21.097075+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: audit 2024-09-10T04:05:21.103221+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: audit 2024-09-10T04:05:21.103221+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: cluster 2024-09-10T04:05:21.648422+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:22.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: cluster 2024-09-10T04:05:21.648422+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:22.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: audit 2024-09-10T04:05:21.820334+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T04:05:22.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:21 smithi174 bash[23190]: audit 2024-09-10T04:05:21.820334+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T04:05:22.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: audit 2024-09-10T04:05:20.817895+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' 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-10T04:05:22.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: audit 2024-09-10T04:05:20.817895+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' 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-10T04:05:22.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: cluster 2024-09-10T04:05:20.823675+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-10T04:05:22.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: cluster 2024-09-10T04:05:20.823675+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-10T04:05:22.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: audit 2024-09-10T04:05:20.831148+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T04:05:22.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: audit 2024-09-10T04:05:20.831148+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T04:05:22.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: audit 2024-09-10T04:05:21.090978+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: audit 2024-09-10T04:05:21.090978+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: audit 2024-09-10T04:05:21.097075+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: audit 2024-09-10T04:05:21.097075+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: audit 2024-09-10T04:05:21.103221+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: audit 2024-09-10T04:05:21.103221+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: cluster 2024-09-10T04:05:21.648422+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:22.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: cluster 2024-09-10T04:05:21.648422+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:22.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: audit 2024-09-10T04:05:21.820334+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T04:05:22.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:21 smithi111 bash[22787]: audit 2024-09-10T04:05:21.820334+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T04:05:22.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: audit 2024-09-10T04:05:20.817895+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' 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-10T04:05:22.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: audit 2024-09-10T04:05:20.817895+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' 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-10T04:05:22.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: cluster 2024-09-10T04:05:20.823675+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-10T04:05:22.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: cluster 2024-09-10T04:05:20.823675+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-10T04:05:22.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: audit 2024-09-10T04:05:20.831148+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T04:05:22.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: audit 2024-09-10T04:05:20.831148+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T04:05:22.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: audit 2024-09-10T04:05:21.090978+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: audit 2024-09-10T04:05:21.090978+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: audit 2024-09-10T04:05:21.097075+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: audit 2024-09-10T04:05:21.097075+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: audit 2024-09-10T04:05:21.103221+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: audit 2024-09-10T04:05:21.103221+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: cluster 2024-09-10T04:05:21.648422+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:22.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: cluster 2024-09-10T04:05:21.648422+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:22.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: audit 2024-09-10T04:05:21.820334+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T04:05:22.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:21 smithi121 bash[23503]: audit 2024-09-10T04:05:21.820334+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T04:05:22.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: cluster 2024-09-10T04:05:21.825959+0000 mon.a (mon.0) 610 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-10T04:05:22.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: cluster 2024-09-10T04:05:21.825959+0000 mon.a (mon.0) 610 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-10T04:05:22.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.011334+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.011334+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.105139+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.105139+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: cluster 2024-09-10T04:05:22.105737+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T04:05:22.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: cluster 2024-09-10T04:05:22.105737+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T04:05:22.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.206497+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.206497+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.209394+0000 mon.a (mon.0) 615 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:22.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.209394+0000 mon.a (mon.0) 615 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:22.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.262524+0000 mon.a (mon.0) 616 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:22.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.262524+0000 mon.a (mon.0) 616 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:22.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.263029+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:22.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.263029+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.263279+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.263279+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.263463+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.263463+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.266869+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.266869+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.267041+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.267041+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.267261+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.267261+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:22.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.267386+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:22.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.267386+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:22.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.310960+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:22.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.310960+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:22.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.313198+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:22.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.313198+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:22.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.313656+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:22.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.313656+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:22.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.313901+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:22.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.313901+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:22.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.314099+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:22.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.314099+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:22.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.367345+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:22.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:22 smithi174 bash[23190]: audit 2024-09-10T04:05:22.367345+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:22.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: cluster 2024-09-10T04:05:21.825959+0000 mon.a (mon.0) 610 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-10T04:05:22.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: cluster 2024-09-10T04:05:21.825959+0000 mon.a (mon.0) 610 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-10T04:05:22.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.011334+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.011334+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.105139+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.105139+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: cluster 2024-09-10T04:05:22.105737+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T04:05:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: cluster 2024-09-10T04:05:22.105737+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T04:05:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.206497+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.206497+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.209394+0000 mon.a (mon.0) 615 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.209394+0000 mon.a (mon.0) 615 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.262524+0000 mon.a (mon.0) 616 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.262524+0000 mon.a (mon.0) 616 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.263029+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.263029+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:22.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.263279+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.263279+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.263463+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.263463+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.266869+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.266869+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.267041+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.267041+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.267261+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.267261+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.267386+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.267386+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:22.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.310960+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:22.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.310960+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:22.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.313198+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:22.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.313198+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:22.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.313656+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:22.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.313656+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:22.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.313901+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:22.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.313901+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:22.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.314099+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:22.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.314099+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:22.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.367345+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:22.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:22 smithi111 bash[22787]: audit 2024-09-10T04:05:22.367345+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:23.095 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:05:23.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: cluster 2024-09-10T04:05:21.825959+0000 mon.a (mon.0) 610 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-10T04:05:23.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: cluster 2024-09-10T04:05:21.825959+0000 mon.a (mon.0) 610 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-10T04:05:23.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.011334+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:23.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.011334+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:23.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.105139+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.105139+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: cluster 2024-09-10T04:05:22.105737+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T04:05:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: cluster 2024-09-10T04:05:22.105737+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T04:05:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.206497+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.206497+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.209394+0000 mon.a (mon.0) 615 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.209394+0000 mon.a (mon.0) 615 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.262524+0000 mon.a (mon.0) 616 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.262524+0000 mon.a (mon.0) 616 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.263029+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.263029+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.263279+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.263279+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:23.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.263463+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:23.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.263463+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:23.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.266869+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:23.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.266869+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:23.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.267041+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:23.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.267041+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:23.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.267261+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:23.204 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.267261+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:23.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.267386+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:23.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.267386+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:23.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.310960+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:23.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.310960+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:23.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.313198+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:23.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.313198+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:05:23.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.313656+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:23.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.313656+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:05:23.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.313901+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:23.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.313901+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:05:23.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.314099+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:23.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.314099+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:05:23.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.367345+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:23.205 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:22 smithi121 bash[23503]: audit 2024-09-10T04:05:22.367345+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:05:24.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:23 smithi174 bash[23190]: cluster 2024-09-10T04:05:22.853715+0000 mon.a (mon.0) 626 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-10T04:05:24.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:23 smithi174 bash[23190]: cluster 2024-09-10T04:05:22.853715+0000 mon.a (mon.0) 626 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-10T04:05:24.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:23 smithi174 bash[23190]: cluster 2024-09-10T04:05:22.853764+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T04:05:24.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:23 smithi174 bash[23190]: cluster 2024-09-10T04:05:22.853764+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T04:05:24.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:23 smithi174 bash[23190]: cluster 2024-09-10T04:05:23.649012+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:24.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:23 smithi174 bash[23190]: cluster 2024-09-10T04:05:23.649012+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:24.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:23 smithi111 bash[22787]: cluster 2024-09-10T04:05:22.853715+0000 mon.a (mon.0) 626 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-10T04:05:24.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:23 smithi111 bash[22787]: cluster 2024-09-10T04:05:22.853715+0000 mon.a (mon.0) 626 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-10T04:05:24.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:23 smithi111 bash[22787]: cluster 2024-09-10T04:05:22.853764+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T04:05:24.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:23 smithi111 bash[22787]: cluster 2024-09-10T04:05:22.853764+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T04:05:24.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:23 smithi111 bash[22787]: cluster 2024-09-10T04:05:23.649012+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:24.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:23 smithi111 bash[22787]: cluster 2024-09-10T04:05:23.649012+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:24.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:23 smithi121 bash[23503]: cluster 2024-09-10T04:05:22.853715+0000 mon.a (mon.0) 626 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-10T04:05:24.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:23 smithi121 bash[23503]: cluster 2024-09-10T04:05:22.853715+0000 mon.a (mon.0) 626 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-10T04:05:24.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:23 smithi121 bash[23503]: cluster 2024-09-10T04:05:22.853764+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T04:05:24.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:23 smithi121 bash[23503]: cluster 2024-09-10T04:05:22.853764+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T04:05:24.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:23 smithi121 bash[23503]: cluster 2024-09-10T04:05:23.649012+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:24.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:23 smithi121 bash[23503]: cluster 2024-09-10T04:05:23.649012+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:25.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:24 smithi174 bash[23190]: cluster 2024-09-10T04:05:23.845662+0000 mon.a (mon.0) 628 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T04:05:25.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:24 smithi174 bash[23190]: cluster 2024-09-10T04:05:23.845662+0000 mon.a (mon.0) 628 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T04:05:25.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:24 smithi174 bash[23190]: cluster 2024-09-10T04:05:23.845710+0000 mon.a (mon.0) 629 : cluster [INF] Cluster is now healthy 2024-09-10T04:05:25.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:24 smithi174 bash[23190]: cluster 2024-09-10T04:05:23.845710+0000 mon.a (mon.0) 629 : cluster [INF] Cluster is now healthy 2024-09-10T04:05:25.135 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:05:25.147 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:24 smithi111 bash[22787]: cluster 2024-09-10T04:05:23.845662+0000 mon.a (mon.0) 628 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T04:05:25.147 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:24 smithi111 bash[22787]: cluster 2024-09-10T04:05:23.845662+0000 mon.a (mon.0) 628 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T04:05:25.147 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:24 smithi111 bash[22787]: cluster 2024-09-10T04:05:23.845710+0000 mon.a (mon.0) 629 : cluster [INF] Cluster is now healthy 2024-09-10T04:05:25.147 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:24 smithi111 bash[22787]: cluster 2024-09-10T04:05:23.845710+0000 mon.a (mon.0) 629 : cluster [INF] Cluster is now healthy 2024-09-10T04:05:25.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:24 smithi121 bash[23503]: cluster 2024-09-10T04:05:23.845662+0000 mon.a (mon.0) 628 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T04:05:25.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:24 smithi121 bash[23503]: cluster 2024-09-10T04:05:23.845662+0000 mon.a (mon.0) 628 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T04:05:25.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:24 smithi121 bash[23503]: cluster 2024-09-10T04:05:23.845710+0000 mon.a (mon.0) 629 : cluster [INF] Cluster is now healthy 2024-09-10T04:05:25.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:24 smithi121 bash[23503]: cluster 2024-09-10T04:05:23.845710+0000 mon.a (mon.0) 629 : cluster [INF] Cluster is now healthy 2024-09-10T04:05:25.881 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1725941118,"num_in_osds":3,"osd_in_since":1725941087,"num_remapped_pgs":0} 2024-09-10T04:05:25.881 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T04:05:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.135476+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.111:0/1921117070' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:05:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.135476+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.111:0/1921117070' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:05:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.185828+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.185828+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.190601+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.190601+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.192532+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:26.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.192532+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.195289+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.195289+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.195505+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.195505+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.196179+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.196179+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.200319+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: audit 2024-09-10T04:05:25.200319+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: cluster 2024-09-10T04:05:25.649565+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:26.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:25 smithi174 bash[23190]: cluster 2024-09-10T04:05:25.649565+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:26.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.135476+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.111:0/1921117070' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:05:26.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.135476+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.111:0/1921117070' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:05:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.185828+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.185828+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.190601+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.190601+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.192532+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.192532+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.195289+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.195289+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.195505+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.195505+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.196179+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.196179+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.200319+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: audit 2024-09-10T04:05:25.200319+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: cluster 2024-09-10T04:05:25.649565+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:26.190 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:25 smithi111 bash[22787]: cluster 2024-09-10T04:05:25.649565+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:26.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.135476+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.111:0/1921117070' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:05:26.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.135476+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.111:0/1921117070' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:05:26.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.185828+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.185828+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.190601+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.190601+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.192532+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:26.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.192532+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:05:26.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.195289+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.195289+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.195505+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:26.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.195505+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:05:26.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.196179+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:26.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.196179+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:05:26.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.200319+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: audit 2024-09-10T04:05:25.200319+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:26.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: cluster 2024-09-10T04:05:25.649565+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:26.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:25 smithi121 bash[23503]: cluster 2024-09-10T04:05:25.649565+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:27.979 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:27 smithi121 bash[23503]: cluster 2024-09-10T04:05:27.650205+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 4.2 KiB/s rd, 258 KiB/s wr, 15 op/s 2024-09-10T04:05:27.979 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:27 smithi121 bash[23503]: cluster 2024-09-10T04:05:27.650205+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 4.2 KiB/s rd, 258 KiB/s wr, 15 op/s 2024-09-10T04:05:28.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:27 smithi174 bash[23190]: cluster 2024-09-10T04:05:27.650205+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 4.2 KiB/s rd, 258 KiB/s wr, 15 op/s 2024-09-10T04:05:28.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:27 smithi174 bash[23190]: cluster 2024-09-10T04:05:27.650205+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 4.2 KiB/s rd, 258 KiB/s wr, 15 op/s 2024-09-10T04:05:28.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:27 smithi111 bash[22787]: cluster 2024-09-10T04:05:27.650205+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 4.2 KiB/s rd, 258 KiB/s wr, 15 op/s 2024-09-10T04:05:28.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:27 smithi111 bash[22787]: cluster 2024-09-10T04:05:27.650205+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 4.2 KiB/s rd, 258 KiB/s wr, 15 op/s 2024-09-10T04:05:29.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:29 smithi111 bash[22787]: cluster 2024-09-10T04:05:29.650604+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 182 KiB/s wr, 10 op/s 2024-09-10T04:05:29.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:29 smithi111 bash[22787]: cluster 2024-09-10T04:05:29.650604+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 182 KiB/s wr, 10 op/s 2024-09-10T04:05:30.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:29 smithi174 bash[23190]: cluster 2024-09-10T04:05:29.650604+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 182 KiB/s wr, 10 op/s 2024-09-10T04:05:30.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:29 smithi174 bash[23190]: cluster 2024-09-10T04:05:29.650604+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 182 KiB/s wr, 10 op/s 2024-09-10T04:05:30.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:29 smithi121 bash[23503]: cluster 2024-09-10T04:05:29.650604+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 182 KiB/s wr, 10 op/s 2024-09-10T04:05:30.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:29 smithi121 bash[23503]: cluster 2024-09-10T04:05:29.650604+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 182 KiB/s wr, 10 op/s 2024-09-10T04:05:30.620 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:05:31.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:31 smithi111 bash[22787]: cluster 2024-09-10T04:05:31.651143+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 141 KiB/s wr, 8 op/s 2024-09-10T04:05:31.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:31 smithi111 bash[22787]: cluster 2024-09-10T04:05:31.651143+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 141 KiB/s wr, 8 op/s 2024-09-10T04:05:32.024 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:05:32.024 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":22,"fsid":"d8b841fe-6f28-11ef-bcea-c7b262605968","created":"2024-09-10T03:59:37.106197+0000","modified":"2024-09-10T04:05:22.830446+0000","last_up_change":"2024-09-10T04:05:18.731075+0000","last_in_change":"2024-09-10T04:04:47.102754+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-10T04:05:20.035975+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":"c31dd9f0-d23e-44d4-a338-2872880e7c5a","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.111:6802","nonce":4172935240},{"type":"v1","addr":"172.21.15.111:6803","nonce":4172935240}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6804","nonce":4172935240},{"type":"v1","addr":"172.21.15.111:6805","nonce":4172935240}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6808","nonce":4172935240},{"type":"v1","addr":"172.21.15.111:6809","nonce":4172935240}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6806","nonce":4172935240},{"type":"v1","addr":"172.21.15.111:6807","nonce":4172935240}]},"public_addr":"172.21.15.111:6803/4172935240","cluster_addr":"172.21.15.111:6805/4172935240","heartbeat_back_addr":"172.21.15.111:6809/4172935240","heartbeat_front_addr":"172.21.15.111:6807/4172935240","state":["exists","up"]},{"osd":1,"uuid":"7d2783a8-a36d-48a2-b450-d16189828cf4","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.121:6800","nonce":3189308603},{"type":"v1","addr":"172.21.15.121:6801","nonce":3189308603}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6802","nonce":3189308603},{"type":"v1","addr":"172.21.15.121:6803","nonce":3189308603}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6806","nonce":3189308603},{"type":"v1","addr":"172.21.15.121:6807","nonce":3189308603}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6804","nonce":3189308603},{"type":"v1","addr":"172.21.15.121:6805","nonce":3189308603}]},"public_addr":"172.21.15.121:6801/3189308603","cluster_addr":"172.21.15.121:6803/3189308603","heartbeat_back_addr":"172.21.15.121:6807/3189308603","heartbeat_front_addr":"172.21.15.121:6805/3189308603","state":["exists","up"]},{"osd":2,"uuid":"9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e","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.174:6800","nonce":2856414574},{"type":"v1","addr":"172.21.15.174:6801","nonce":2856414574}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6802","nonce":2856414574},{"type":"v1","addr":"172.21.15.174:6803","nonce":2856414574}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6806","nonce":2856414574},{"type":"v1","addr":"172.21.15.174:6807","nonce":2856414574}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6804","nonce":2856414574},{"type":"v1","addr":"172.21.15.174:6805","nonce":2856414574}]},"public_addr":"172.21.15.174:6801/2856414574","cluster_addr":"172.21.15.174:6803/2856414574","heartbeat_back_addr":"172.21.15.174:6807/2856414574","heartbeat_front_addr":"172.21.15.174:6805/2856414574","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-10T04:03:31.157036+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-10T04:04:24.895579+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-10T04:05:17.505331+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.111:0/1076218544":"2024-09-11T04:00:43.580142+0000","172.21.15.111:0/2988625048":"2024-09-11T04:00:43.580142+0000","172.21.15.111:6800/86321048":"2024-09-11T04:00:43.580142+0000","172.21.15.111:0/4164757992":"2024-09-11T04:00:06.312039+0000","172.21.15.111:0/3205963661":"2024-09-11T04:00:06.312039+0000","172.21.15.111:0/3140556013":"2024-09-11T04:00:43.580142+0000","172.21.15.111:6801/86321048":"2024-09-11T04:00:43.580142+0000","172.21.15.111:0/2817703737":"2024-09-11T04:00:06.312039+0000","172.21.15.111:6801/635864349":"2024-09-11T04:00:06.312039+0000","172.21.15.111:6800/635864349":"2024-09-11T04:00:06.312039+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-10T04:05:32.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:31 smithi174 bash[23190]: cluster 2024-09-10T04:05:31.651143+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 141 KiB/s wr, 8 op/s 2024-09-10T04:05:32.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:31 smithi174 bash[23190]: cluster 2024-09-10T04:05:31.651143+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 141 KiB/s wr, 8 op/s 2024-09-10T04:05:32.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:31 smithi121 bash[23503]: cluster 2024-09-10T04:05:31.651143+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 141 KiB/s wr, 8 op/s 2024-09-10T04:05:32.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:31 smithi121 bash[23503]: cluster 2024-09-10T04:05:31.651143+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 141 KiB/s wr, 8 op/s 2024-09-10T04:05:32.685 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-10T04:05:20.035975+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-10T04:05:32.685 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-10T04:05:33.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:32 smithi174 bash[23190]: audit 2024-09-10T04:05:31.971067+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:32 smithi174 bash[23190]: audit 2024-09-10T04:05:31.971067+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:32 smithi174 bash[23190]: audit 2024-09-10T04:05:31.977546+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:32 smithi174 bash[23190]: audit 2024-09-10T04:05:31.977546+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:32 smithi174 bash[23190]: audit 2024-09-10T04:05:31.984438+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:32 smithi174 bash[23190]: audit 2024-09-10T04:05:31.984438+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:32 smithi174 bash[23190]: audit 2024-09-10T04:05:32.024636+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.111:0/2154328207' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:05:33.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:32 smithi174 bash[23190]: audit 2024-09-10T04:05:32.024636+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.111:0/2154328207' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:05:33.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:32 smithi111 bash[22787]: audit 2024-09-10T04:05:31.971067+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:32 smithi111 bash[22787]: audit 2024-09-10T04:05:31.971067+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:32 smithi111 bash[22787]: audit 2024-09-10T04:05:31.977546+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:32 smithi111 bash[22787]: audit 2024-09-10T04:05:31.977546+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:32 smithi111 bash[22787]: audit 2024-09-10T04:05:31.984438+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:32 smithi111 bash[22787]: audit 2024-09-10T04:05:31.984438+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:32 smithi111 bash[22787]: audit 2024-09-10T04:05:32.024636+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.111:0/2154328207' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:05:33.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:32 smithi111 bash[22787]: audit 2024-09-10T04:05:32.024636+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.111:0/2154328207' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:05:33.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:32 smithi121 bash[23503]: audit 2024-09-10T04:05:31.971067+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:32 smithi121 bash[23503]: audit 2024-09-10T04:05:31.971067+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:32 smithi121 bash[23503]: audit 2024-09-10T04:05:31.977546+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:32 smithi121 bash[23503]: audit 2024-09-10T04:05:31.977546+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:32 smithi121 bash[23503]: audit 2024-09-10T04:05:31.984438+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:32 smithi121 bash[23503]: audit 2024-09-10T04:05:31.984438+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:33.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:32 smithi121 bash[23503]: audit 2024-09-10T04:05:32.024636+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.111:0/2154328207' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:05:33.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:32 smithi121 bash[23503]: audit 2024-09-10T04:05:32.024636+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.111:0/2154328207' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:05:34.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:33 smithi174 bash[23190]: cluster 2024-09-10T04:05:33.651761+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 115 KiB/s wr, 6 op/s 2024-09-10T04:05:34.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:33 smithi174 bash[23190]: cluster 2024-09-10T04:05:33.651761+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 115 KiB/s wr, 6 op/s 2024-09-10T04:05:34.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:33 smithi111 bash[22787]: cluster 2024-09-10T04:05:33.651761+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 115 KiB/s wr, 6 op/s 2024-09-10T04:05:34.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:33 smithi111 bash[22787]: cluster 2024-09-10T04:05:33.651761+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 115 KiB/s wr, 6 op/s 2024-09-10T04:05:34.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:33 smithi121 bash[23503]: cluster 2024-09-10T04:05:33.651761+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 115 KiB/s wr, 6 op/s 2024-09-10T04:05:34.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:33 smithi121 bash[23503]: cluster 2024-09-10T04:05:33.651761+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 115 KiB/s wr, 6 op/s 2024-09-10T04:05:36.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:35 smithi174 bash[23190]: cluster 2024-09-10T04:05:35.652329+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 103 KiB/s wr, 6 op/s 2024-09-10T04:05:36.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:35 smithi174 bash[23190]: cluster 2024-09-10T04:05:35.652329+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 103 KiB/s wr, 6 op/s 2024-09-10T04:05:36.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:35 smithi111 bash[22787]: cluster 2024-09-10T04:05:35.652329+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 103 KiB/s wr, 6 op/s 2024-09-10T04:05:36.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:35 smithi111 bash[22787]: cluster 2024-09-10T04:05:35.652329+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 103 KiB/s wr, 6 op/s 2024-09-10T04:05:36.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:35 smithi121 bash[23503]: cluster 2024-09-10T04:05:35.652329+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 103 KiB/s wr, 6 op/s 2024-09-10T04:05:36.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:35 smithi121 bash[23503]: cluster 2024-09-10T04:05:35.652329+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 103 KiB/s wr, 6 op/s 2024-09-10T04:05:37.410 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:05:37.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:37 smithi111 bash[22787]: cluster 2024-09-10T04:05:37.652901+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 103 KiB/s wr, 6 op/s 2024-09-10T04:05:37.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:37 smithi111 bash[22787]: cluster 2024-09-10T04:05:37.652901+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 103 KiB/s wr, 6 op/s 2024-09-10T04:05:38.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:37 smithi174 bash[23190]: cluster 2024-09-10T04:05:37.652901+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 103 KiB/s wr, 6 op/s 2024-09-10T04:05:38.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:37 smithi174 bash[23190]: cluster 2024-09-10T04:05:37.652901+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 103 KiB/s wr, 6 op/s 2024-09-10T04:05:38.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:37 smithi121 bash[23503]: cluster 2024-09-10T04:05:37.652901+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 103 KiB/s wr, 6 op/s 2024-09-10T04:05:38.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:37 smithi121 bash[23503]: cluster 2024-09-10T04:05:37.652901+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 103 KiB/s wr, 6 op/s 2024-09-10T04:05:38.938 INFO:teuthology.orchestra.run.smithi111.stdout:pg_num: 1 2024-09-10T04:05:39.298 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:38 smithi121 bash[23503]: audit 2024-09-10T04:05:38.938761+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.111:0/1285700565' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T04:05:39.298 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:38 smithi121 bash[23503]: audit 2024-09-10T04:05:38.938761+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.111:0/1285700565' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T04:05:39.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:38 smithi174 bash[23190]: audit 2024-09-10T04:05:38.938761+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.111:0/1285700565' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T04:05:39.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:38 smithi174 bash[23190]: audit 2024-09-10T04:05:38.938761+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.111:0/1285700565' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T04:05:39.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:38 smithi111 bash[22787]: audit 2024-09-10T04:05:38.938761+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.111:0/1285700565' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T04:05:39.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:38 smithi111 bash[22787]: audit 2024-09-10T04:05:38.938761+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.111:0/1285700565' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T04:05:39.668 INFO:tasks.cephadm:Setting up client nodes... 2024-09-10T04:05:39.669 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph config log 1 --format=json 2024-09-10T04:05:40.323 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:40 smithi174 bash[23190]: cluster 2024-09-10T04:05:39.653461+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:40.450 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:40 smithi174 bash[23190]: cluster 2024-09-10T04:05:39.653461+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:40.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:40 smithi111 bash[22787]: cluster 2024-09-10T04:05:39.653461+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:40.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:40 smithi111 bash[22787]: cluster 2024-09-10T04:05:39.653461+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:40.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:40 smithi121 bash[23503]: cluster 2024-09-10T04:05:39.653461+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:40.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:40 smithi121 bash[23503]: cluster 2024-09-10T04:05:39.653461+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:42.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:42 smithi111 bash[22787]: audit 2024-09-10T04:05:41.300662+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:42 smithi111 bash[22787]: audit 2024-09-10T04:05:41.300662+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:42 smithi111 bash[22787]: audit 2024-09-10T04:05:41.308842+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:42 smithi111 bash[22787]: audit 2024-09-10T04:05:41.308842+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:42 smithi111 bash[22787]: audit 2024-09-10T04:05:41.318695+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:42 smithi111 bash[22787]: audit 2024-09-10T04:05:41.318695+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:42 smithi111 bash[22787]: cluster 2024-09-10T04:05:41.654025+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:42.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:42 smithi111 bash[22787]: cluster 2024-09-10T04:05:41.654025+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:42.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:42 smithi174 bash[23190]: audit 2024-09-10T04:05:41.300662+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:42 smithi174 bash[23190]: audit 2024-09-10T04:05:41.300662+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:42 smithi174 bash[23190]: audit 2024-09-10T04:05:41.308842+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:42 smithi174 bash[23190]: audit 2024-09-10T04:05:41.308842+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:42 smithi174 bash[23190]: audit 2024-09-10T04:05:41.318695+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:42 smithi174 bash[23190]: audit 2024-09-10T04:05:41.318695+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:42 smithi174 bash[23190]: cluster 2024-09-10T04:05:41.654025+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:42.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:42 smithi174 bash[23190]: cluster 2024-09-10T04:05:41.654025+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:42.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:42 smithi121 bash[23503]: audit 2024-09-10T04:05:41.300662+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:42 smithi121 bash[23503]: audit 2024-09-10T04:05:41.300662+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:42 smithi121 bash[23503]: audit 2024-09-10T04:05:41.308842+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:42 smithi121 bash[23503]: audit 2024-09-10T04:05:41.308842+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:42 smithi121 bash[23503]: audit 2024-09-10T04:05:41.318695+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:42 smithi121 bash[23503]: audit 2024-09-10T04:05:41.318695+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:42.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:42 smithi121 bash[23503]: cluster 2024-09-10T04:05:41.654025+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:42.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:42 smithi121 bash[23503]: cluster 2024-09-10T04:05:41.654025+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:43.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:43 smithi111 bash[22787]: cluster 2024-09-10T04:05:43.654404+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:43.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:43 smithi111 bash[22787]: cluster 2024-09-10T04:05:43.654404+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:44.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:43 smithi174 bash[23190]: cluster 2024-09-10T04:05:43.654404+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:44.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:43 smithi174 bash[23190]: cluster 2024-09-10T04:05:43.654404+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:44.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:43 smithi121 bash[23503]: cluster 2024-09-10T04:05:43.654404+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:44.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:43 smithi121 bash[23503]: cluster 2024-09-10T04:05:43.654404+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:45.380 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:05:45.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:45 smithi121 bash[23503]: audit 2024-09-10T04:05:44.770342+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:45.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:45 smithi121 bash[23503]: audit 2024-09-10T04:05:44.770342+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:45.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:45 smithi121 bash[23503]: audit 2024-09-10T04:05:44.778850+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:45.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:45 smithi121 bash[23503]: audit 2024-09-10T04:05:44.778850+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:45.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:45 smithi121 bash[23503]: audit 2024-09-10T04:05:44.788365+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:45.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:45 smithi121 bash[23503]: audit 2024-09-10T04:05:44.788365+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:45.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:45 smithi121 bash[23503]: cluster 2024-09-10T04:05:45.654912+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:45.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:45 smithi121 bash[23503]: cluster 2024-09-10T04:05:45.654912+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:46.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:45 smithi174 bash[23190]: audit 2024-09-10T04:05:44.770342+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:46.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:45 smithi174 bash[23190]: audit 2024-09-10T04:05:44.770342+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:46.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:45 smithi174 bash[23190]: audit 2024-09-10T04:05:44.778850+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:46.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:45 smithi174 bash[23190]: audit 2024-09-10T04:05:44.778850+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:46.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:45 smithi174 bash[23190]: audit 2024-09-10T04:05:44.788365+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:46.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:45 smithi174 bash[23190]: audit 2024-09-10T04:05:44.788365+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:46.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:45 smithi174 bash[23190]: cluster 2024-09-10T04:05:45.654912+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:46.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:45 smithi174 bash[23190]: cluster 2024-09-10T04:05:45.654912+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:46.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:45 smithi111 bash[22787]: audit 2024-09-10T04:05:44.770342+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:46.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:45 smithi111 bash[22787]: audit 2024-09-10T04:05:44.770342+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:46.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:45 smithi111 bash[22787]: audit 2024-09-10T04:05:44.778850+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:46.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:45 smithi111 bash[22787]: audit 2024-09-10T04:05:44.778850+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:46.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:45 smithi111 bash[22787]: audit 2024-09-10T04:05:44.788365+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:46.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:45 smithi111 bash[22787]: audit 2024-09-10T04:05:44.788365+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:46.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:45 smithi111 bash[22787]: cluster 2024-09-10T04:05:45.654912+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:46.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:45 smithi111 bash[22787]: cluster 2024-09-10T04:05:45.654912+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:46.807 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:05:46.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:46 smithi121 bash[23503]: audit 2024-09-10T04:05:46.807897+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.111:0/3380632846' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T04:05:46.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:46 smithi121 bash[23503]: audit 2024-09-10T04:05:46.807897+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.111:0/3380632846' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T04:05:47.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:46 smithi174 bash[23190]: audit 2024-09-10T04:05:46.807897+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.111:0/3380632846' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T04:05:47.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:46 smithi174 bash[23190]: audit 2024-09-10T04:05:46.807897+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.111:0/3380632846' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T04:05:47.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:46 smithi111 bash[22787]: audit 2024-09-10T04:05:46.807897+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.111:0/3380632846' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T04:05:47.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:46 smithi111 bash[22787]: audit 2024-09-10T04:05:46.807897+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.111:0/3380632846' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T04:05:47.513 INFO:teuthology.orchestra.run.smithi111.stdout:[{"version":13,"timestamp":"2024-09-10T04:05:17.690543+0000","name":"","changes":[{"name":"osd/host:smithi174/osd_memory_target","new_value":"21325385318"}]}] 2024-09-10T04:05:47.513 INFO:tasks.ceph_manager:config epoch is 13 2024-09-10T04:05:47.514 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-10T04:05:47.514 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-10T04:05:47.514 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-10T04:05:48.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:47 smithi174 bash[23190]: cluster 2024-09-10T04:05:47.655462+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:48.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:47 smithi174 bash[23190]: cluster 2024-09-10T04:05:47.655462+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:48.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:47 smithi111 bash[22787]: cluster 2024-09-10T04:05:47.655462+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:48.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:47 smithi111 bash[22787]: cluster 2024-09-10T04:05:47.655462+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:48.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:47 smithi121 bash[23503]: cluster 2024-09-10T04:05:47.655462+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:48.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:47 smithi121 bash[23503]: cluster 2024-09-10T04:05:47.655462+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:50.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:49 smithi174 bash[23190]: cluster 2024-09-10T04:05:49.655966+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:50.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:49 smithi174 bash[23190]: cluster 2024-09-10T04:05:49.655966+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:50.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:49 smithi111 bash[22787]: cluster 2024-09-10T04:05:49.655966+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:50.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:49 smithi111 bash[22787]: cluster 2024-09-10T04:05:49.655966+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:50.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:49 smithi121 bash[23503]: cluster 2024-09-10T04:05:49.655966+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:50.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:49 smithi121 bash[23503]: cluster 2024-09-10T04:05:49.655966+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:52.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:51 smithi174 bash[23190]: cluster 2024-09-10T04:05:51.656478+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:52.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:51 smithi174 bash[23190]: cluster 2024-09-10T04:05:51.656478+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:52.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:51 smithi111 bash[22787]: cluster 2024-09-10T04:05:51.656478+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:52.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:51 smithi111 bash[22787]: cluster 2024-09-10T04:05:51.656478+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:52.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:51 smithi121 bash[23503]: cluster 2024-09-10T04:05:51.656478+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:52.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:51 smithi121 bash[23503]: cluster 2024-09-10T04:05:51.656478+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:52.219 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:05:53.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:53 smithi111 bash[22787]: audit 2024-09-10T04:05:52.174055+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:53 smithi111 bash[22787]: audit 2024-09-10T04:05:52.174055+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:53 smithi111 bash[22787]: audit 2024-09-10T04:05:52.179388+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:53 smithi111 bash[22787]: audit 2024-09-10T04:05:52.179388+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:53 smithi111 bash[22787]: audit 2024-09-10T04:05:52.186613+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:53 smithi111 bash[22787]: audit 2024-09-10T04:05:52.186613+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:53 smithi121 bash[23503]: audit 2024-09-10T04:05:52.174055+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:53 smithi121 bash[23503]: audit 2024-09-10T04:05:52.174055+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:53 smithi121 bash[23503]: audit 2024-09-10T04:05:52.179388+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:53 smithi121 bash[23503]: audit 2024-09-10T04:05:52.179388+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:53 smithi121 bash[23503]: audit 2024-09-10T04:05:52.186613+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:53 smithi121 bash[23503]: audit 2024-09-10T04:05:52.186613+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:53 smithi174 bash[23190]: audit 2024-09-10T04:05:52.174055+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:53 smithi174 bash[23190]: audit 2024-09-10T04:05:52.174055+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:53 smithi174 bash[23190]: audit 2024-09-10T04:05:52.179388+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:53 smithi174 bash[23190]: audit 2024-09-10T04:05:52.179388+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:53 smithi174 bash[23190]: audit 2024-09-10T04:05:52.186613+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:53 smithi174 bash[23190]: audit 2024-09-10T04:05:52.186613+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:05:53.650 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:05:54.306 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":16,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6800","nonce":2194108742},{"type":"v1","addr":"172.21.15.111:6801","nonce":2194108742}]},"active_addr":"172.21.15.111:6801/2194108742","active_change":"2024-09-10T04:00:43.580383+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":24104,"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.111: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.111:0","nonce":3689610341}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.111:0","nonce":710721766}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.111:0","nonce":274596532}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.111:0","nonce":3103320564}]}]} 2024-09-10T04:05:54.313 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-10T04:05:54.313 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-10T04:05:54.313 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T04:05:54.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:54 smithi111 bash[22787]: audit 2024-09-10T04:05:53.643366+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.111:0/3812105963' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T04:05:54.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:54 smithi111 bash[22787]: audit 2024-09-10T04:05:53.643366+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.111:0/3812105963' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T04:05:54.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:54 smithi111 bash[22787]: cluster 2024-09-10T04:05:53.656858+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:54.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:54 smithi111 bash[22787]: cluster 2024-09-10T04:05:53.656858+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:54.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:54 smithi121 bash[23503]: audit 2024-09-10T04:05:53.643366+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.111:0/3812105963' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T04:05:54.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:54 smithi121 bash[23503]: audit 2024-09-10T04:05:53.643366+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.111:0/3812105963' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T04:05:54.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:54 smithi121 bash[23503]: cluster 2024-09-10T04:05:53.656858+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:54.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:54 smithi121 bash[23503]: cluster 2024-09-10T04:05:53.656858+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:54.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:54 smithi174 bash[23190]: audit 2024-09-10T04:05:53.643366+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.111:0/3812105963' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T04:05:54.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:54 smithi174 bash[23190]: audit 2024-09-10T04:05:53.643366+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.111:0/3812105963' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T04:05:54.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:54 smithi174 bash[23190]: cluster 2024-09-10T04:05:53.656858+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:54.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:54 smithi174 bash[23190]: cluster 2024-09-10T04:05:53.656858+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:56.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:55 smithi174 bash[23190]: cluster 2024-09-10T04:05:55.657402+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:56.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:55 smithi174 bash[23190]: cluster 2024-09-10T04:05:55.657402+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:56.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:55 smithi111 bash[22787]: cluster 2024-09-10T04:05:55.657402+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:56.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:55 smithi111 bash[22787]: cluster 2024-09-10T04:05:55.657402+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:56.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:55 smithi121 bash[23503]: cluster 2024-09-10T04:05:55.657402+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:56.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:55 smithi121 bash[23503]: cluster 2024-09-10T04:05:55.657402+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:58.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:57 smithi174 bash[23190]: cluster 2024-09-10T04:05:57.657956+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:58.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:57 smithi174 bash[23190]: cluster 2024-09-10T04:05:57.657956+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:58.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:57 smithi111 bash[22787]: cluster 2024-09-10T04:05:57.657956+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:58.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:57 smithi111 bash[22787]: cluster 2024-09-10T04:05:57.657956+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:58.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:57 smithi121 bash[23503]: cluster 2024-09-10T04:05:57.657956+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:58.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:57 smithi121 bash[23503]: cluster 2024-09-10T04:05:57.657956+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:05:59.051 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:06:00.079 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:59 smithi174 bash[23190]: cluster 2024-09-10T04:05:59.658460+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:00.080 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:05:59 smithi174 bash[23190]: cluster 2024-09-10T04:05:59.658460+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:00.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:59 smithi111 bash[22787]: cluster 2024-09-10T04:05:59.658460+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:00.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:05:59 smithi111 bash[22787]: cluster 2024-09-10T04:05:59.658460+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:00.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:59 smithi121 bash[23503]: cluster 2024-09-10T04:05:59.658460+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:00.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:05:59 smithi121 bash[23503]: cluster 2024-09-10T04:05:59.658460+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:00.439 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:06:00.439 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":22,"fsid":"d8b841fe-6f28-11ef-bcea-c7b262605968","created":"2024-09-10T03:59:37.106197+0000","modified":"2024-09-10T04:05:22.830446+0000","last_up_change":"2024-09-10T04:05:18.731075+0000","last_in_change":"2024-09-10T04:04:47.102754+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-10T04:05:20.035975+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":"c31dd9f0-d23e-44d4-a338-2872880e7c5a","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.111:6802","nonce":4172935240},{"type":"v1","addr":"172.21.15.111:6803","nonce":4172935240}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6804","nonce":4172935240},{"type":"v1","addr":"172.21.15.111:6805","nonce":4172935240}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6808","nonce":4172935240},{"type":"v1","addr":"172.21.15.111:6809","nonce":4172935240}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6806","nonce":4172935240},{"type":"v1","addr":"172.21.15.111:6807","nonce":4172935240}]},"public_addr":"172.21.15.111:6803/4172935240","cluster_addr":"172.21.15.111:6805/4172935240","heartbeat_back_addr":"172.21.15.111:6809/4172935240","heartbeat_front_addr":"172.21.15.111:6807/4172935240","state":["exists","up"]},{"osd":1,"uuid":"7d2783a8-a36d-48a2-b450-d16189828cf4","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.121:6800","nonce":3189308603},{"type":"v1","addr":"172.21.15.121:6801","nonce":3189308603}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6802","nonce":3189308603},{"type":"v1","addr":"172.21.15.121:6803","nonce":3189308603}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6806","nonce":3189308603},{"type":"v1","addr":"172.21.15.121:6807","nonce":3189308603}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6804","nonce":3189308603},{"type":"v1","addr":"172.21.15.121:6805","nonce":3189308603}]},"public_addr":"172.21.15.121:6801/3189308603","cluster_addr":"172.21.15.121:6803/3189308603","heartbeat_back_addr":"172.21.15.121:6807/3189308603","heartbeat_front_addr":"172.21.15.121:6805/3189308603","state":["exists","up"]},{"osd":2,"uuid":"9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e","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.174:6800","nonce":2856414574},{"type":"v1","addr":"172.21.15.174:6801","nonce":2856414574}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6802","nonce":2856414574},{"type":"v1","addr":"172.21.15.174:6803","nonce":2856414574}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6806","nonce":2856414574},{"type":"v1","addr":"172.21.15.174:6807","nonce":2856414574}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6804","nonce":2856414574},{"type":"v1","addr":"172.21.15.174:6805","nonce":2856414574}]},"public_addr":"172.21.15.174:6801/2856414574","cluster_addr":"172.21.15.174:6803/2856414574","heartbeat_back_addr":"172.21.15.174:6807/2856414574","heartbeat_front_addr":"172.21.15.174:6805/2856414574","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-10T04:03:31.157036+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-10T04:04:24.895579+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-10T04:05:17.505331+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.111:0/1076218544":"2024-09-11T04:00:43.580142+0000","172.21.15.111:0/2988625048":"2024-09-11T04:00:43.580142+0000","172.21.15.111:6800/86321048":"2024-09-11T04:00:43.580142+0000","172.21.15.111:0/4164757992":"2024-09-11T04:00:06.312039+0000","172.21.15.111:0/3205963661":"2024-09-11T04:00:06.312039+0000","172.21.15.111:0/3140556013":"2024-09-11T04:00:43.580142+0000","172.21.15.111:6801/86321048":"2024-09-11T04:00:43.580142+0000","172.21.15.111:0/2817703737":"2024-09-11T04:00:06.312039+0000","172.21.15.111:6801/635864349":"2024-09-11T04:00:06.312039+0000","172.21.15.111:6800/635864349":"2024-09-11T04:00:06.312039+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-10T04:06:00.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:00 smithi174 bash[23190]: audit 2024-09-10T04:06:00.439092+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.111:0/1825421475' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:06:00.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:00 smithi174 bash[23190]: audit 2024-09-10T04:06:00.439092+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.111:0/1825421475' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:06:01.088 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:00 smithi111 bash[22787]: audit 2024-09-10T04:06:00.439092+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.111:0/1825421475' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:06:01.088 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:00 smithi111 bash[22787]: audit 2024-09-10T04:06:00.439092+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.111:0/1825421475' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:06:01.121 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-10T04:06:01.121 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T04:06:01.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:00 smithi121 bash[23503]: audit 2024-09-10T04:06:00.439092+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.111:0/1825421475' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:06:01.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:00 smithi121 bash[23503]: audit 2024-09-10T04:06:00.439092+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.111:0/1825421475' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:06:02.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:02 smithi174 bash[23190]: audit 2024-09-10T04:06:01.522112+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:02 smithi174 bash[23190]: audit 2024-09-10T04:06:01.522112+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:02 smithi174 bash[23190]: audit 2024-09-10T04:06:01.530290+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:02 smithi174 bash[23190]: audit 2024-09-10T04:06:01.530290+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:02 smithi174 bash[23190]: audit 2024-09-10T04:06:01.539852+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:02 smithi174 bash[23190]: audit 2024-09-10T04:06:01.539852+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:02 smithi174 bash[23190]: cluster 2024-09-10T04:06:01.658964+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:02.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:02 smithi174 bash[23190]: cluster 2024-09-10T04:06:01.658964+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:02.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:02 smithi111 bash[22787]: audit 2024-09-10T04:06:01.522112+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.890 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:02 smithi111 bash[22787]: audit 2024-09-10T04:06:01.522112+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.890 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:02 smithi111 bash[22787]: audit 2024-09-10T04:06:01.530290+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.890 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:02 smithi111 bash[22787]: audit 2024-09-10T04:06:01.530290+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.890 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:02 smithi111 bash[22787]: audit 2024-09-10T04:06:01.539852+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.890 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:02 smithi111 bash[22787]: audit 2024-09-10T04:06:01.539852+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.890 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:02 smithi111 bash[22787]: cluster 2024-09-10T04:06:01.658964+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:02.890 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:02 smithi111 bash[22787]: cluster 2024-09-10T04:06:01.658964+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:02.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:02 smithi121 bash[23503]: audit 2024-09-10T04:06:01.522112+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:02 smithi121 bash[23503]: audit 2024-09-10T04:06:01.522112+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:02 smithi121 bash[23503]: audit 2024-09-10T04:06:01.530290+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:02 smithi121 bash[23503]: audit 2024-09-10T04:06:01.530290+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:02 smithi121 bash[23503]: audit 2024-09-10T04:06:01.539852+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:02 smithi121 bash[23503]: audit 2024-09-10T04:06:01.539852+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:02 smithi121 bash[23503]: cluster 2024-09-10T04:06:01.658964+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:02 smithi121 bash[23503]: cluster 2024-09-10T04:06:01.658964+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:04.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:03 smithi174 bash[23190]: cluster 2024-09-10T04:06:03.659581+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:04.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:03 smithi174 bash[23190]: cluster 2024-09-10T04:06:03.659581+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:04.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:03 smithi111 bash[22787]: cluster 2024-09-10T04:06:03.659581+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:04.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:03 smithi111 bash[22787]: cluster 2024-09-10T04:06:03.659581+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:03 smithi121 bash[23503]: cluster 2024-09-10T04:06:03.659581+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:03 smithi121 bash[23503]: cluster 2024-09-10T04:06:03.659581+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:05.863 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:06:06.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:05 smithi174 bash[23190]: audit 2024-09-10T04:06:04.988425+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:05 smithi174 bash[23190]: audit 2024-09-10T04:06:04.988425+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:05 smithi174 bash[23190]: audit 2024-09-10T04:06:04.998718+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:05 smithi174 bash[23190]: audit 2024-09-10T04:06:04.998718+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:05 smithi174 bash[23190]: audit 2024-09-10T04:06:05.008936+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:05 smithi174 bash[23190]: audit 2024-09-10T04:06:05.008936+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:05 smithi174 bash[23190]: cluster 2024-09-10T04:06:05.660162+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:06.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:05 smithi174 bash[23190]: cluster 2024-09-10T04:06:05.660162+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:06.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:05 smithi111 bash[22787]: audit 2024-09-10T04:06:04.988425+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:05 smithi111 bash[22787]: audit 2024-09-10T04:06:04.988425+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:05 smithi111 bash[22787]: audit 2024-09-10T04:06:04.998718+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:05 smithi111 bash[22787]: audit 2024-09-10T04:06:04.998718+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:05 smithi111 bash[22787]: audit 2024-09-10T04:06:05.008936+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:05 smithi111 bash[22787]: audit 2024-09-10T04:06:05.008936+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:05 smithi111 bash[22787]: cluster 2024-09-10T04:06:05.660162+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:06.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:05 smithi111 bash[22787]: cluster 2024-09-10T04:06:05.660162+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:06.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:05 smithi121 bash[23503]: audit 2024-09-10T04:06:04.988425+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:05 smithi121 bash[23503]: audit 2024-09-10T04:06:04.988425+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:05 smithi121 bash[23503]: audit 2024-09-10T04:06:04.998718+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:05 smithi121 bash[23503]: audit 2024-09-10T04:06:04.998718+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:05 smithi121 bash[23503]: audit 2024-09-10T04:06:05.008936+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:05 smithi121 bash[23503]: audit 2024-09-10T04:06:05.008936+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:06.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:05 smithi121 bash[23503]: cluster 2024-09-10T04:06:05.660162+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:06.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:05 smithi121 bash[23503]: cluster 2024-09-10T04:06:05.660162+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:07.183 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:06:07.184 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":22,"fsid":"d8b841fe-6f28-11ef-bcea-c7b262605968","created":"2024-09-10T03:59:37.106197+0000","modified":"2024-09-10T04:05:22.830446+0000","last_up_change":"2024-09-10T04:05:18.731075+0000","last_in_change":"2024-09-10T04:04:47.102754+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-10T04:05:20.035975+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":"c31dd9f0-d23e-44d4-a338-2872880e7c5a","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.111:6802","nonce":4172935240},{"type":"v1","addr":"172.21.15.111:6803","nonce":4172935240}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6804","nonce":4172935240},{"type":"v1","addr":"172.21.15.111:6805","nonce":4172935240}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6808","nonce":4172935240},{"type":"v1","addr":"172.21.15.111:6809","nonce":4172935240}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6806","nonce":4172935240},{"type":"v1","addr":"172.21.15.111:6807","nonce":4172935240}]},"public_addr":"172.21.15.111:6803/4172935240","cluster_addr":"172.21.15.111:6805/4172935240","heartbeat_back_addr":"172.21.15.111:6809/4172935240","heartbeat_front_addr":"172.21.15.111:6807/4172935240","state":["exists","up"]},{"osd":1,"uuid":"7d2783a8-a36d-48a2-b450-d16189828cf4","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.121:6800","nonce":3189308603},{"type":"v1","addr":"172.21.15.121:6801","nonce":3189308603}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6802","nonce":3189308603},{"type":"v1","addr":"172.21.15.121:6803","nonce":3189308603}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6806","nonce":3189308603},{"type":"v1","addr":"172.21.15.121:6807","nonce":3189308603}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6804","nonce":3189308603},{"type":"v1","addr":"172.21.15.121:6805","nonce":3189308603}]},"public_addr":"172.21.15.121:6801/3189308603","cluster_addr":"172.21.15.121:6803/3189308603","heartbeat_back_addr":"172.21.15.121:6807/3189308603","heartbeat_front_addr":"172.21.15.121:6805/3189308603","state":["exists","up"]},{"osd":2,"uuid":"9d1cb5f7-9c09-4bd3-b20f-b406eb646f9e","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.174:6800","nonce":2856414574},{"type":"v1","addr":"172.21.15.174:6801","nonce":2856414574}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6802","nonce":2856414574},{"type":"v1","addr":"172.21.15.174:6803","nonce":2856414574}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6806","nonce":2856414574},{"type":"v1","addr":"172.21.15.174:6807","nonce":2856414574}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6804","nonce":2856414574},{"type":"v1","addr":"172.21.15.174:6805","nonce":2856414574}]},"public_addr":"172.21.15.174:6801/2856414574","cluster_addr":"172.21.15.174:6803/2856414574","heartbeat_back_addr":"172.21.15.174:6807/2856414574","heartbeat_front_addr":"172.21.15.174:6805/2856414574","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-10T04:03:31.157036+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-10T04:04:24.895579+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-10T04:05:17.505331+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.111:0/1076218544":"2024-09-11T04:00:43.580142+0000","172.21.15.111:0/2988625048":"2024-09-11T04:00:43.580142+0000","172.21.15.111:6800/86321048":"2024-09-11T04:00:43.580142+0000","172.21.15.111:0/4164757992":"2024-09-11T04:00:06.312039+0000","172.21.15.111:0/3205963661":"2024-09-11T04:00:06.312039+0000","172.21.15.111:0/3140556013":"2024-09-11T04:00:43.580142+0000","172.21.15.111:6801/86321048":"2024-09-11T04:00:43.580142+0000","172.21.15.111:0/2817703737":"2024-09-11T04:00:06.312039+0000","172.21.15.111:6801/635864349":"2024-09-11T04:00:06.312039+0000","172.21.15.111:6800/635864349":"2024-09-11T04:00:06.312039+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-10T04:06:07.486 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:07 smithi121 bash[23503]: audit 2024-09-10T04:06:07.183678+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.111:0/4070226900' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:06:07.486 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:07 smithi121 bash[23503]: audit 2024-09-10T04:06:07.183678+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.111:0/4070226900' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:06:07.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:07 smithi174 bash[23190]: audit 2024-09-10T04:06:07.183678+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.111:0/4070226900' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:06:07.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:07 smithi174 bash[23190]: audit 2024-09-10T04:06:07.183678+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.111:0/4070226900' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:06:07.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:07 smithi111 bash[22787]: audit 2024-09-10T04:06:07.183678+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.111:0/4070226900' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:06:07.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:07 smithi111 bash[22787]: audit 2024-09-10T04:06:07.183678+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.111:0/4070226900' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:06:07.794 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-10T04:06:07.794 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-10T04:06:07.795 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-10T04:06:08.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:08 smithi174 bash[23190]: cluster 2024-09-10T04:06:07.660706+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:08.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:08 smithi174 bash[23190]: cluster 2024-09-10T04:06:07.660706+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:08.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:08 smithi111 bash[22787]: cluster 2024-09-10T04:06:07.660706+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:08.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:08 smithi111 bash[22787]: cluster 2024-09-10T04:06:07.660706+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:08.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:08 smithi121 bash[23503]: cluster 2024-09-10T04:06:07.660706+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:08.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:08 smithi121 bash[23503]: cluster 2024-09-10T04:06:07.660706+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:10.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:09 smithi174 bash[23190]: cluster 2024-09-10T04:06:09.661239+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:10.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:09 smithi174 bash[23190]: cluster 2024-09-10T04:06:09.661239+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:10.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:09 smithi111 bash[22787]: cluster 2024-09-10T04:06:09.661239+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:10.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:09 smithi111 bash[22787]: cluster 2024-09-10T04:06:09.661239+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:10.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:09 smithi121 bash[23503]: cluster 2024-09-10T04:06:09.661239+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:10.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:09 smithi121 bash[23503]: cluster 2024-09-10T04:06:09.661239+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:12.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:11 smithi174 bash[23190]: cluster 2024-09-10T04:06:11.661755+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:12.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:11 smithi174 bash[23190]: cluster 2024-09-10T04:06:11.661755+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:12.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:11 smithi111 bash[22787]: cluster 2024-09-10T04:06:11.661755+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:12.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:11 smithi111 bash[22787]: cluster 2024-09-10T04:06:11.661755+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:12.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:11 smithi121 bash[23503]: cluster 2024-09-10T04:06:11.661755+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:12.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:11 smithi121 bash[23503]: cluster 2024-09-10T04:06:11.661755+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:12.535 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:06:12.536 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:06:12.536 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:06:13.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:13 smithi174 bash[23190]: audit 2024-09-10T04:06:12.338841+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:13 smithi174 bash[23190]: audit 2024-09-10T04:06:12.338841+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:13 smithi174 bash[23190]: audit 2024-09-10T04:06:12.347021+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:13 smithi174 bash[23190]: audit 2024-09-10T04:06:12.347021+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:13 smithi174 bash[23190]: audit 2024-09-10T04:06:12.353073+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:13 smithi174 bash[23190]: audit 2024-09-10T04:06:12.353073+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:13 smithi111 bash[22787]: audit 2024-09-10T04:06:12.338841+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:13 smithi111 bash[22787]: audit 2024-09-10T04:06:12.338841+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:13 smithi111 bash[22787]: audit 2024-09-10T04:06:12.347021+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:13 smithi111 bash[22787]: audit 2024-09-10T04:06:12.347021+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:13 smithi111 bash[22787]: audit 2024-09-10T04:06:12.353073+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:13 smithi111 bash[22787]: audit 2024-09-10T04:06:12.353073+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:13 smithi121 bash[23503]: audit 2024-09-10T04:06:12.338841+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:13 smithi121 bash[23503]: audit 2024-09-10T04:06:12.338841+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:13 smithi121 bash[23503]: audit 2024-09-10T04:06:12.347021+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:13 smithi121 bash[23503]: audit 2024-09-10T04:06:12.347021+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:13 smithi121 bash[23503]: audit 2024-09-10T04:06:12.353073+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:13.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:13 smithi121 bash[23503]: audit 2024-09-10T04:06:12.353073+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:15.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:15 smithi174 bash[23190]: cluster 2024-09-10T04:06:13.662209+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:15.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:15 smithi174 bash[23190]: cluster 2024-09-10T04:06:13.662209+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:15.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:15 smithi111 bash[22787]: cluster 2024-09-10T04:06:13.662209+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:15.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:15 smithi111 bash[22787]: cluster 2024-09-10T04:06:13.662209+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:15.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:15 smithi121 bash[23503]: cluster 2024-09-10T04:06:13.662209+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:15.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:15 smithi121 bash[23503]: cluster 2024-09-10T04:06:13.662209+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:15.909 INFO:teuthology.orchestra.run.smithi111.stdout:34359738404 2024-09-10T04:06:15.910 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-10T04:06:16.419 INFO:teuthology.orchestra.run.smithi111.stdout:77309411341 2024-09-10T04:06:16.419 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-10T04:06:16.562 INFO:teuthology.orchestra.run.smithi111.stdout:55834574873 2024-09-10T04:06:16.563 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-10T04:06:17.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:17 smithi174 bash[23190]: cluster 2024-09-10T04:06:15.662707+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:17.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:17 smithi174 bash[23190]: cluster 2024-09-10T04:06:15.662707+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:17.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:17 smithi111 bash[22787]: cluster 2024-09-10T04:06:15.662707+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:17.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:17 smithi111 bash[22787]: cluster 2024-09-10T04:06:15.662707+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:17.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:17 smithi121 bash[23503]: cluster 2024-09-10T04:06:15.662707+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:17.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:17 smithi121 bash[23503]: cluster 2024-09-10T04:06:15.662707+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:19.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:19 smithi174 bash[23190]: cluster 2024-09-10T04:06:17.663197+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:19.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:19 smithi174 bash[23190]: cluster 2024-09-10T04:06:17.663197+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:19.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:19 smithi111 bash[22787]: cluster 2024-09-10T04:06:17.663197+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:19.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:19 smithi111 bash[22787]: cluster 2024-09-10T04:06:17.663197+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:19.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:19 smithi121 bash[23503]: cluster 2024-09-10T04:06:17.663197+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:19.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:19 smithi121 bash[23503]: cluster 2024-09-10T04:06:17.663197+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:20.652 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:06:20.652 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:06:20.653 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:06:21.639 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:21 smithi174 bash[23190]: cluster 2024-09-10T04:06:19.663706+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:21.639 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:21 smithi174 bash[23190]: cluster 2024-09-10T04:06:19.663706+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:21.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:21 smithi111 bash[22787]: cluster 2024-09-10T04:06:19.663706+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:21.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:21 smithi111 bash[22787]: cluster 2024-09-10T04:06:19.663706+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:21.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:21 smithi121 bash[23503]: cluster 2024-09-10T04:06:19.663706+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:21.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:21 smithi121 bash[23503]: cluster 2024-09-10T04:06:19.663706+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:23.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:22 smithi174 bash[23190]: cluster 2024-09-10T04:06:21.664253+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:23.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:22 smithi174 bash[23190]: cluster 2024-09-10T04:06:21.664253+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:23.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:22 smithi174 bash[23190]: audit 2024-09-10T04:06:21.738231+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:22 smithi174 bash[23190]: audit 2024-09-10T04:06:21.738231+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:22 smithi174 bash[23190]: audit 2024-09-10T04:06:21.746653+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:22 smithi174 bash[23190]: audit 2024-09-10T04:06:21.746653+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:22 smithi174 bash[23190]: audit 2024-09-10T04:06:21.756071+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:22 smithi174 bash[23190]: audit 2024-09-10T04:06:21.756071+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:22 smithi111 bash[22787]: cluster 2024-09-10T04:06:21.664253+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:23.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:22 smithi111 bash[22787]: cluster 2024-09-10T04:06:21.664253+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:23.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:22 smithi111 bash[22787]: audit 2024-09-10T04:06:21.738231+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:22 smithi111 bash[22787]: audit 2024-09-10T04:06:21.738231+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:22 smithi111 bash[22787]: audit 2024-09-10T04:06:21.746653+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:22 smithi111 bash[22787]: audit 2024-09-10T04:06:21.746653+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:22 smithi111 bash[22787]: audit 2024-09-10T04:06:21.756071+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.189 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:22 smithi111 bash[22787]: audit 2024-09-10T04:06:21.756071+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:22 smithi121 bash[23503]: cluster 2024-09-10T04:06:21.664253+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:23.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:22 smithi121 bash[23503]: cluster 2024-09-10T04:06:21.664253+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:23.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:22 smithi121 bash[23503]: audit 2024-09-10T04:06:21.738231+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:22 smithi121 bash[23503]: audit 2024-09-10T04:06:21.738231+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:22 smithi121 bash[23503]: audit 2024-09-10T04:06:21.746653+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:22 smithi121 bash[23503]: audit 2024-09-10T04:06:21.746653+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:22 smithi121 bash[23503]: audit 2024-09-10T04:06:21.756071+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:22 smithi121 bash[23503]: audit 2024-09-10T04:06:21.756071+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:23.240 INFO:teuthology.orchestra.run.smithi111.stdout:55834574874 2024-09-10T04:06:23.545 INFO:teuthology.orchestra.run.smithi111.stdout:77309411343 2024-09-10T04:06:23.608 INFO:teuthology.orchestra.run.smithi111.stdout:34359738405 2024-09-10T04:06:24.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:23 smithi174 bash[23190]: audit 2024-09-10T04:06:23.241748+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.111:0/3700115024' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T04:06:24.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:23 smithi174 bash[23190]: audit 2024-09-10T04:06:23.241748+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.111:0/3700115024' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T04:06:24.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:23 smithi174 bash[23190]: audit 2024-09-10T04:06:23.546324+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.111:0/78860242' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T04:06:24.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:23 smithi174 bash[23190]: audit 2024-09-10T04:06:23.546324+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.111:0/78860242' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T04:06:24.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:23 smithi174 bash[23190]: audit 2024-09-10T04:06:23.609559+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.111:0/842176873' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T04:06:24.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:23 smithi174 bash[23190]: audit 2024-09-10T04:06:23.609559+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.111:0/842176873' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T04:06:24.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:23 smithi111 bash[22787]: audit 2024-09-10T04:06:23.241748+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.111:0/3700115024' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T04:06:24.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:23 smithi111 bash[22787]: audit 2024-09-10T04:06:23.241748+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.111:0/3700115024' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T04:06:24.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:23 smithi111 bash[22787]: audit 2024-09-10T04:06:23.546324+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.111:0/78860242' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T04:06:24.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:23 smithi111 bash[22787]: audit 2024-09-10T04:06:23.546324+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.111:0/78860242' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T04:06:24.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:23 smithi111 bash[22787]: audit 2024-09-10T04:06:23.609559+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.111:0/842176873' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T04:06:24.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:23 smithi111 bash[22787]: audit 2024-09-10T04:06:23.609559+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.111:0/842176873' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T04:06:24.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:23 smithi121 bash[23503]: audit 2024-09-10T04:06:23.241748+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.111:0/3700115024' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T04:06:24.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:23 smithi121 bash[23503]: audit 2024-09-10T04:06:23.241748+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.111:0/3700115024' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T04:06:24.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:23 smithi121 bash[23503]: audit 2024-09-10T04:06:23.546324+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.111:0/78860242' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T04:06:24.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:23 smithi121 bash[23503]: audit 2024-09-10T04:06:23.546324+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.111:0/78860242' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T04:06:24.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:23 smithi121 bash[23503]: audit 2024-09-10T04:06:23.609559+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.111:0/842176873' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T04:06:24.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:23 smithi121 bash[23503]: audit 2024-09-10T04:06:23.609559+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.111:0/842176873' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T04:06:24.686 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574873 got 55834574874 for osd.1 2024-09-10T04:06:24.686 DEBUG:teuthology.parallel:result is None 2024-09-10T04:06:24.952 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:24 smithi111 bash[22787]: cluster 2024-09-10T04:06:23.664546+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:24.952 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:24 smithi111 bash[22787]: cluster 2024-09-10T04:06:23.664546+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:24.995 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411341 got 77309411343 for osd.2 2024-09-10T04:06:24.995 DEBUG:teuthology.parallel:result is None 2024-09-10T04:06:25.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:24 smithi174 bash[23190]: cluster 2024-09-10T04:06:23.664546+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:25.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:24 smithi174 bash[23190]: cluster 2024-09-10T04:06:23.664546+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:25.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:24 smithi121 bash[23503]: cluster 2024-09-10T04:06:23.664546+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:25.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:24 smithi121 bash[23503]: cluster 2024-09-10T04:06:23.664546+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:25.678 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738404 got 34359738405 for osd.0 2024-09-10T04:06:25.678 DEBUG:teuthology.parallel:result is None 2024-09-10T04:06:25.678 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-10T04:06:25.678 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T04:06:26.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:26 smithi111 bash[22787]: audit 2024-09-10T04:06:25.168492+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:26 smithi111 bash[22787]: audit 2024-09-10T04:06:25.168492+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:26 smithi111 bash[22787]: audit 2024-09-10T04:06:25.176568+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:26 smithi111 bash[22787]: audit 2024-09-10T04:06:25.176568+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:26 smithi111 bash[22787]: audit 2024-09-10T04:06:25.186305+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:26 smithi111 bash[22787]: audit 2024-09-10T04:06:25.186305+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:26 smithi111 bash[22787]: audit 2024-09-10T04:06:25.229725+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:26 smithi111 bash[22787]: audit 2024-09-10T04:06:25.229725+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:26 smithi111 bash[22787]: audit 2024-09-10T04:06:25.234847+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:26 smithi111 bash[22787]: audit 2024-09-10T04:06:25.234847+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:26 smithi111 bash[22787]: audit 2024-09-10T04:06:25.236740+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:26 smithi111 bash[22787]: audit 2024-09-10T04:06:25.236740+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:26 smithi111 bash[22787]: audit 2024-09-10T04:06:25.246610+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:26 smithi111 bash[22787]: audit 2024-09-10T04:06:25.246610+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:26 smithi121 bash[23503]: audit 2024-09-10T04:06:25.168492+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:26 smithi121 bash[23503]: audit 2024-09-10T04:06:25.168492+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:26 smithi121 bash[23503]: audit 2024-09-10T04:06:25.176568+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:26 smithi121 bash[23503]: audit 2024-09-10T04:06:25.176568+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:26 smithi121 bash[23503]: audit 2024-09-10T04:06:25.186305+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:26 smithi121 bash[23503]: audit 2024-09-10T04:06:25.186305+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:26 smithi121 bash[23503]: audit 2024-09-10T04:06:25.229725+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:26.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:26 smithi121 bash[23503]: audit 2024-09-10T04:06:25.229725+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:26.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:26 smithi121 bash[23503]: audit 2024-09-10T04:06:25.234847+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:26.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:26 smithi121 bash[23503]: audit 2024-09-10T04:06:25.234847+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:26.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:26 smithi121 bash[23503]: audit 2024-09-10T04:06:25.236740+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:26.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:26 smithi121 bash[23503]: audit 2024-09-10T04:06:25.236740+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:26.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:26 smithi121 bash[23503]: audit 2024-09-10T04:06:25.246610+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:26 smithi121 bash[23503]: audit 2024-09-10T04:06:25.246610+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:26 smithi174 bash[23190]: audit 2024-09-10T04:06:25.168492+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:26 smithi174 bash[23190]: audit 2024-09-10T04:06:25.168492+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:26 smithi174 bash[23190]: audit 2024-09-10T04:06:25.176568+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:26 smithi174 bash[23190]: audit 2024-09-10T04:06:25.176568+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:26 smithi174 bash[23190]: audit 2024-09-10T04:06:25.186305+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:26 smithi174 bash[23190]: audit 2024-09-10T04:06:25.186305+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:26 smithi174 bash[23190]: audit 2024-09-10T04:06:25.229725+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:26.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:26 smithi174 bash[23190]: audit 2024-09-10T04:06:25.229725+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:26.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:26 smithi174 bash[23190]: audit 2024-09-10T04:06:25.234847+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:26.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:26 smithi174 bash[23190]: audit 2024-09-10T04:06:25.234847+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:26.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:26 smithi174 bash[23190]: audit 2024-09-10T04:06:25.236740+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:26.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:26 smithi174 bash[23190]: audit 2024-09-10T04:06:25.236740+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:26.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:26 smithi174 bash[23190]: audit 2024-09-10T04:06:25.246610+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:26.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:26 smithi174 bash[23190]: audit 2024-09-10T04:06:25.246610+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:27.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:27 smithi174 bash[23190]: cluster 2024-09-10T04:06:25.664953+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:27.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:27 smithi174 bash[23190]: cluster 2024-09-10T04:06:25.664953+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:27.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:27 smithi111 bash[22787]: cluster 2024-09-10T04:06:25.664953+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:27.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:27 smithi111 bash[22787]: cluster 2024-09-10T04:06:25.664953+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:27.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:27 smithi121 bash[23503]: cluster 2024-09-10T04:06:25.664953+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:27.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:27 smithi121 bash[23503]: cluster 2024-09-10T04:06:25.664953+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:29.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:29 smithi121 bash[23503]: cluster 2024-09-10T04:06:27.665366+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:29.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:29 smithi121 bash[23503]: cluster 2024-09-10T04:06:27.665366+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:29.638 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:29 smithi174 bash[23190]: cluster 2024-09-10T04:06:27.665366+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:29.638 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:29 smithi174 bash[23190]: cluster 2024-09-10T04:06:27.665366+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:29.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:29 smithi111 bash[22787]: cluster 2024-09-10T04:06:27.665366+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:29.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:29 smithi111 bash[22787]: cluster 2024-09-10T04:06:27.665366+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:30.833 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:06:31.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:31 smithi174 bash[23190]: cluster 2024-09-10T04:06:29.665890+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:31.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:31 smithi174 bash[23190]: cluster 2024-09-10T04:06:29.665890+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:31.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:31 smithi111 bash[22787]: cluster 2024-09-10T04:06:29.665890+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:31.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:31 smithi111 bash[22787]: cluster 2024-09-10T04:06:29.665890+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:31.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:31 smithi121 bash[23503]: cluster 2024-09-10T04:06:29.665890+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:31.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:31 smithi121 bash[23503]: cluster 2024-09-10T04:06:29.665890+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:32.147 INFO:teuthology.orchestra.run.smithi111.stderr:dumped all 2024-09-10T04:06:32.148 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:06:32.809 INFO:teuthology.orchestra.run.smithi111.stdout:{"pg_ready":true,"pg_map":{"version":186,"stamp":"2024-09-10T04:06:31.666115+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":84000,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151456,"statfs":{"total":287985106944,"available":287899090944,"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.002638"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":127,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-10T04:05:22.849215+0000","last_change":"2024-09-10T04:05:21.827946+0000","last_active":"2024-09-10T04:05:22.849215+0000","last_peered":"2024-09-10T04:05:22.849215+0000","last_clean":"2024-09-10T04:05:22.849215+0000","last_became_active":"2024-09-10T04:05:21.827098+0000","last_became_peered":"2024-09-10T04:05:21.827098+0000","last_unstale":"2024-09-10T04:05:22.849215+0000","last_undegraded":"2024-09-10T04:05:22.849215+0000","last_fullsized":"2024-09-10T04:05:22.849215+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-10T04:05:20.815348+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T04:05:20.815348+0000","last_clean_scrub_stamp":"2024-09-10T04:05:20.815348+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-11T08:20:30.239156+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":34359738407,"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":[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-10T04:06:32.810 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T04:06:33.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:33 smithi174 bash[23190]: cluster 2024-09-10T04:06:31.666361+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:33.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:33 smithi174 bash[23190]: cluster 2024-09-10T04:06:31.666361+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:33.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:33 smithi174 bash[23190]: audit 2024-09-10T04:06:32.148513+0000 mgr.a (mgr.14152) 242 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:06:33.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:33 smithi174 bash[23190]: audit 2024-09-10T04:06:32.148513+0000 mgr.a (mgr.14152) 242 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:06:33.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:33 smithi174 bash[23190]: audit 2024-09-10T04:06:32.550105+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:33 smithi174 bash[23190]: audit 2024-09-10T04:06:32.550105+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:33 smithi174 bash[23190]: audit 2024-09-10T04:06:32.558565+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:33 smithi174 bash[23190]: audit 2024-09-10T04:06:32.558565+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:33 smithi174 bash[23190]: audit 2024-09-10T04:06:32.568343+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:33 smithi174 bash[23190]: audit 2024-09-10T04:06:32.568343+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:33 smithi111 bash[22787]: cluster 2024-09-10T04:06:31.666361+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:33.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:33 smithi111 bash[22787]: cluster 2024-09-10T04:06:31.666361+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:33.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:33 smithi111 bash[22787]: audit 2024-09-10T04:06:32.148513+0000 mgr.a (mgr.14152) 242 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:06:33.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:33 smithi111 bash[22787]: audit 2024-09-10T04:06:32.148513+0000 mgr.a (mgr.14152) 242 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:06:33.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:33 smithi111 bash[22787]: audit 2024-09-10T04:06:32.550105+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:33 smithi111 bash[22787]: audit 2024-09-10T04:06:32.550105+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:33 smithi111 bash[22787]: audit 2024-09-10T04:06:32.558565+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:33 smithi111 bash[22787]: audit 2024-09-10T04:06:32.558565+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:33 smithi111 bash[22787]: audit 2024-09-10T04:06:32.568343+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:33 smithi111 bash[22787]: audit 2024-09-10T04:06:32.568343+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:33 smithi121 bash[23503]: cluster 2024-09-10T04:06:31.666361+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:33.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:33 smithi121 bash[23503]: cluster 2024-09-10T04:06:31.666361+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:33.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:33 smithi121 bash[23503]: audit 2024-09-10T04:06:32.148513+0000 mgr.a (mgr.14152) 242 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:06:33.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:33 smithi121 bash[23503]: audit 2024-09-10T04:06:32.148513+0000 mgr.a (mgr.14152) 242 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:06:33.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:33 smithi121 bash[23503]: audit 2024-09-10T04:06:32.550105+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:33 smithi121 bash[23503]: audit 2024-09-10T04:06:32.550105+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:33 smithi121 bash[23503]: audit 2024-09-10T04:06:32.558565+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:33 smithi121 bash[23503]: audit 2024-09-10T04:06:32.558565+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:33 smithi121 bash[23503]: audit 2024-09-10T04:06:32.568343+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:33.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:33 smithi121 bash[23503]: audit 2024-09-10T04:06:32.568343+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:35.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:35 smithi174 bash[23190]: cluster 2024-09-10T04:06:33.666825+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-10T04:06:35.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:35 smithi174 bash[23190]: cluster 2024-09-10T04:06:33.666825+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-10T04:06:35.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:35 smithi111 bash[22787]: cluster 2024-09-10T04:06:33.666825+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-10T04:06:35.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:35 smithi111 bash[22787]: cluster 2024-09-10T04:06:33.666825+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-10T04:06:35.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:35 smithi121 bash[23503]: cluster 2024-09-10T04:06:33.666825+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-10T04:06:35.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:35 smithi121 bash[23503]: cluster 2024-09-10T04:06:33.666825+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-10T04:06:37.552 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:06:37.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:37 smithi174 bash[23190]: cluster 2024-09-10T04:06:35.667362+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-10T04:06:37.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:37 smithi174 bash[23190]: cluster 2024-09-10T04:06:35.667362+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-10T04:06:37.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:37 smithi111 bash[22787]: cluster 2024-09-10T04:06:35.667362+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-10T04:06:37.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:37 smithi111 bash[22787]: cluster 2024-09-10T04:06:35.667362+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-10T04:06:37.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:37 smithi121 bash[23503]: cluster 2024-09-10T04:06:35.667362+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-10T04:06:37.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:37 smithi121 bash[23503]: cluster 2024-09-10T04:06:35.667362+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-10T04:06:39.043 INFO:teuthology.orchestra.run.smithi111.stderr:dumped all 2024-09-10T04:06:39.043 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:06:39.657 INFO:teuthology.orchestra.run.smithi111.stdout:{"pg_ready":true,"pg_map":{"version":189,"stamp":"2024-09-10T04:06:37.667613+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":84000,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151456,"statfs":{"total":287985106944,"available":287899090944,"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.002885"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":127,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-10T04:05:22.849215+0000","last_change":"2024-09-10T04:05:21.827946+0000","last_active":"2024-09-10T04:05:22.849215+0000","last_peered":"2024-09-10T04:05:22.849215+0000","last_clean":"2024-09-10T04:05:22.849215+0000","last_became_active":"2024-09-10T04:05:21.827098+0000","last_became_peered":"2024-09-10T04:05:21.827098+0000","last_unstale":"2024-09-10T04:05:22.849215+0000","last_undegraded":"2024-09-10T04:05:22.849215+0000","last_fullsized":"2024-09-10T04:05:22.849215+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-10T04:05:20.815348+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T04:05:20.815348+0000","last_clean_scrub_stamp":"2024-09-10T04:05:20.815348+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-11T08:20:30.239156+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":77309411346,"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":34359738408,"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":[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-10T04:06:39.658 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-10T04:06:39.658 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-10T04:06:39.658 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-10T04:06:39.658 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-10T04:06:39.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:39 smithi174 bash[23190]: cluster 2024-09-10T04:06:37.667750+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-10T04:06:39.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:39 smithi174 bash[23190]: cluster 2024-09-10T04:06:37.667750+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-10T04:06:39.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:39 smithi111 bash[22787]: cluster 2024-09-10T04:06:37.667750+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-10T04:06:39.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:39 smithi111 bash[22787]: cluster 2024-09-10T04:06:37.667750+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-10T04:06:39.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:39 smithi121 bash[23503]: cluster 2024-09-10T04:06:37.667750+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-10T04:06:39.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:39 smithi121 bash[23503]: cluster 2024-09-10T04:06:37.667750+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-10T04:06:40.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:40 smithi174 bash[23190]: audit 2024-09-10T04:06:39.043170+0000 mgr.a (mgr.14152) 246 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:06:40.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:40 smithi174 bash[23190]: audit 2024-09-10T04:06:39.043170+0000 mgr.a (mgr.14152) 246 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:06:40.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:40 smithi111 bash[22787]: audit 2024-09-10T04:06:39.043170+0000 mgr.a (mgr.14152) 246 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:06:40.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:40 smithi111 bash[22787]: audit 2024-09-10T04:06:39.043170+0000 mgr.a (mgr.14152) 246 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:06:40.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:40 smithi121 bash[23503]: audit 2024-09-10T04:06:39.043170+0000 mgr.a (mgr.14152) 246 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:06:40.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:40 smithi121 bash[23503]: audit 2024-09-10T04:06:39.043170+0000 mgr.a (mgr.14152) 246 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:06:41.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:41 smithi174 bash[23190]: cluster 2024-09-10T04:06:39.668236+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:41.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:41 smithi174 bash[23190]: cluster 2024-09-10T04:06:39.668236+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:41.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:41 smithi111 bash[22787]: cluster 2024-09-10T04:06:39.668236+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:41.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:41 smithi111 bash[22787]: cluster 2024-09-10T04:06:39.668236+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:41.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:41 smithi121 bash[23503]: cluster 2024-09-10T04:06:39.668236+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:41.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:41 smithi121 bash[23503]: cluster 2024-09-10T04:06:39.668236+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:43.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:42 smithi174 bash[23190]: cluster 2024-09-10T04:06:41.668860+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:43.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:42 smithi174 bash[23190]: cluster 2024-09-10T04:06:41.668860+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:43.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:42 smithi174 bash[23190]: audit 2024-09-10T04:06:41.956945+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:42 smithi174 bash[23190]: audit 2024-09-10T04:06:41.956945+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:42 smithi174 bash[23190]: audit 2024-09-10T04:06:41.965480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:42 smithi174 bash[23190]: audit 2024-09-10T04:06:41.965480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:42 smithi174 bash[23190]: audit 2024-09-10T04:06:41.975423+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:42 smithi174 bash[23190]: audit 2024-09-10T04:06:41.975423+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.409 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:42 smithi111 bash[22787]: cluster 2024-09-10T04:06:41.668860+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:43.409 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:42 smithi111 bash[22787]: cluster 2024-09-10T04:06:41.668860+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:43.409 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:42 smithi111 bash[22787]: audit 2024-09-10T04:06:41.956945+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.409 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:42 smithi111 bash[22787]: audit 2024-09-10T04:06:41.956945+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.409 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:42 smithi111 bash[22787]: audit 2024-09-10T04:06:41.965480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.409 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:42 smithi111 bash[22787]: audit 2024-09-10T04:06:41.965480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.409 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:42 smithi111 bash[22787]: audit 2024-09-10T04:06:41.975423+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.409 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:42 smithi111 bash[22787]: audit 2024-09-10T04:06:41.975423+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:42 smithi121 bash[23503]: cluster 2024-09-10T04:06:41.668860+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:43.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:42 smithi121 bash[23503]: cluster 2024-09-10T04:06:41.668860+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:43.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:42 smithi121 bash[23503]: audit 2024-09-10T04:06:41.956945+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:42 smithi121 bash[23503]: audit 2024-09-10T04:06:41.956945+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:42 smithi121 bash[23503]: audit 2024-09-10T04:06:41.965480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:42 smithi121 bash[23503]: audit 2024-09-10T04:06:41.965480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:42 smithi121 bash[23503]: audit 2024-09-10T04:06:41.975423+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:43.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:42 smithi121 bash[23503]: audit 2024-09-10T04:06:41.975423+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:44.403 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:06:45.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:44 smithi111 bash[22787]: cluster 2024-09-10T04:06:43.669350+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-10T04:06:45.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:44 smithi111 bash[22787]: cluster 2024-09-10T04:06:43.669350+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-10T04:06:45.382 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:44 smithi174 bash[23190]: cluster 2024-09-10T04:06:43.669350+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-10T04:06:45.382 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:44 smithi174 bash[23190]: cluster 2024-09-10T04:06:43.669350+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-10T04:06:45.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:44 smithi121 bash[23503]: cluster 2024-09-10T04:06:43.669350+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-10T04:06:45.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:44 smithi121 bash[23503]: cluster 2024-09-10T04:06:43.669350+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-10T04:06:46.427 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:06:46.427 INFO:teuthology.orchestra.run.smithi111.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-10T04:06:46.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:46 smithi174 bash[23190]: audit 2024-09-10T04:06:45.365534+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:46 smithi174 bash[23190]: audit 2024-09-10T04:06:45.365534+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:46 smithi174 bash[23190]: audit 2024-09-10T04:06:45.373016+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:46 smithi174 bash[23190]: audit 2024-09-10T04:06:45.373016+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:46 smithi174 bash[23190]: audit 2024-09-10T04:06:45.381757+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:46 smithi174 bash[23190]: audit 2024-09-10T04:06:45.381757+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:46 smithi111 bash[22787]: audit 2024-09-10T04:06:45.365534+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:46 smithi111 bash[22787]: audit 2024-09-10T04:06:45.365534+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:46 smithi111 bash[22787]: audit 2024-09-10T04:06:45.373016+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:46 smithi111 bash[22787]: audit 2024-09-10T04:06:45.373016+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:46 smithi111 bash[22787]: audit 2024-09-10T04:06:45.381757+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:46 smithi111 bash[22787]: audit 2024-09-10T04:06:45.381757+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:46 smithi121 bash[23503]: audit 2024-09-10T04:06:45.365534+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:46 smithi121 bash[23503]: audit 2024-09-10T04:06:45.365534+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:46 smithi121 bash[23503]: audit 2024-09-10T04:06:45.373016+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:46 smithi121 bash[23503]: audit 2024-09-10T04:06:45.373016+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:46 smithi121 bash[23503]: audit 2024-09-10T04:06:45.381757+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:46.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:46 smithi121 bash[23503]: audit 2024-09-10T04:06:45.381757+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:47.443 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-10T04:06:47.443 INFO:tasks.cephadm:Setup complete, yielding 2024-09-10T04:06:47.443 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T04:06:47.588 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi111.front.sepia.ceph.com 2024-09-10T04:06:47.589 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 -- bash -c 'set -e 2024-09-10T04:06:47.589 DEBUG:teuthology.orchestra.run.smithi111:> set -x 2024-09-10T04:06:47.589 DEBUG:teuthology.orchestra.run.smithi111:> ceph orch apply node-exporter 2024-09-10T04:06:47.589 DEBUG:teuthology.orchestra.run.smithi111:> ceph orch apply grafana 2024-09-10T04:06:47.589 DEBUG:teuthology.orchestra.run.smithi111:> ceph orch apply alertmanager 2024-09-10T04:06:47.589 DEBUG:teuthology.orchestra.run.smithi111:> ceph orch apply prometheus 2024-09-10T04:06:47.589 DEBUG:teuthology.orchestra.run.smithi111:> sleep 240 2024-09-10T04:06:47.589 DEBUG:teuthology.orchestra.run.smithi111:> ceph orch ls 2024-09-10T04:06:47.589 DEBUG:teuthology.orchestra.run.smithi111:> ceph orch ps 2024-09-10T04:06:47.589 DEBUG:teuthology.orchestra.run.smithi111:> ceph orch host ls 2024-09-10T04:06:47.589 DEBUG:teuthology.orchestra.run.smithi111:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-09-10T04:06:47.589 DEBUG:teuthology.orchestra.run.smithi111:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-10T04:06:47.590 DEBUG:teuthology.orchestra.run.smithi111:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-10T04:06:47.590 DEBUG:teuthology.orchestra.run.smithi111:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-10T04:06:47.590 DEBUG:teuthology.orchestra.run.smithi111:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-09-10T04:06:47.590 DEBUG:teuthology.orchestra.run.smithi111:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-09-10T04:06:47.590 DEBUG:teuthology.orchestra.run.smithi111:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-09-10T04:06:47.590 DEBUG:teuthology.orchestra.run.smithi111:> # check each host node-exporter metrics endpoint is responsive 2024-09-10T04:06:47.590 DEBUG:teuthology.orchestra.run.smithi111:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-09-10T04:06:47.590 DEBUG:teuthology.orchestra.run.smithi111:> for ip in $ALL_HOST_IPS; do 2024-09-10T04:06:47.590 DEBUG:teuthology.orchestra.run.smithi111:> curl -s http://${ip}:9100/metric 2024-09-10T04:06:47.590 DEBUG:teuthology.orchestra.run.smithi111:> done 2024-09-10T04:06:47.590 DEBUG:teuthology.orchestra.run.smithi111:> # check grafana endpoints are responsive and database health is okay 2024-09-10T04:06:47.590 DEBUG:teuthology.orchestra.run.smithi111:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-09-10T04:06:47.590 DEBUG:teuthology.orchestra.run.smithi111:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-09-10T04:06:47.590 DEBUG:teuthology.orchestra.run.smithi111:> # stop mon daemon in order to trigger an alert 2024-09-10T04:06:47.590 DEBUG:teuthology.orchestra.run.smithi111:> ceph orch daemon stop $MON_DAEMON 2024-09-10T04:06:47.591 DEBUG:teuthology.orchestra.run.smithi111:> sleep 120 2024-09-10T04:06:47.591 DEBUG:teuthology.orchestra.run.smithi111:> # check prometheus endpoints are responsive and mon down alert is firing 2024-09-10T04:06:47.591 DEBUG:teuthology.orchestra.run.smithi111:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-09-10T04:06:47.591 DEBUG:teuthology.orchestra.run.smithi111:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-09-10T04:06:47.591 DEBUG:teuthology.orchestra.run.smithi111:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-09-10T04:06:47.591 DEBUG:teuthology.orchestra.run.smithi111:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-09-10T04:06:47.591 DEBUG:teuthology.orchestra.run.smithi111:> # check alertmanager endpoints are responsive and mon down alert is active 2024-09-10T04:06:47.591 DEBUG:teuthology.orchestra.run.smithi111:> curl -s http://${ALERTM_IP}:9093/api/v2/status 2024-09-10T04:06:47.591 DEBUG:teuthology.orchestra.run.smithi111:> curl -s http://${ALERTM_IP}:9093/api/v2/alerts 2024-09-10T04:06:47.591 DEBUG:teuthology.orchestra.run.smithi111:> curl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e '"'"'.[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-09-10T04:06:47.591 DEBUG:teuthology.orchestra.run.smithi111:> ' 2024-09-10T04:06:47.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:47 smithi174 bash[23190]: cluster 2024-09-10T04:06:45.669884+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-10T04:06:47.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:47 smithi174 bash[23190]: cluster 2024-09-10T04:06:45.669884+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-10T04:06:47.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:47 smithi174 bash[23190]: audit 2024-09-10T04:06:46.428541+0000 mon.a (mon.0) 687 : audit [DBG] from='client.? 172.21.15.111:0/2452928203' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T04:06:47.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:47 smithi174 bash[23190]: audit 2024-09-10T04:06:46.428541+0000 mon.a (mon.0) 687 : audit [DBG] from='client.? 172.21.15.111:0/2452928203' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T04:06:47.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:47 smithi111 bash[22787]: cluster 2024-09-10T04:06:45.669884+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-10T04:06:47.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:47 smithi111 bash[22787]: cluster 2024-09-10T04:06:45.669884+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-10T04:06:47.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:47 smithi111 bash[22787]: audit 2024-09-10T04:06:46.428541+0000 mon.a (mon.0) 687 : audit [DBG] from='client.? 172.21.15.111:0/2452928203' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T04:06:47.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:47 smithi111 bash[22787]: audit 2024-09-10T04:06:46.428541+0000 mon.a (mon.0) 687 : audit [DBG] from='client.? 172.21.15.111:0/2452928203' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T04:06:47.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:47 smithi121 bash[23503]: cluster 2024-09-10T04:06:45.669884+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-10T04:06:47.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:47 smithi121 bash[23503]: cluster 2024-09-10T04:06:45.669884+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-10T04:06:47.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:47 smithi121 bash[23503]: audit 2024-09-10T04:06:46.428541+0000 mon.a (mon.0) 687 : audit [DBG] from='client.? 172.21.15.111:0/2452928203' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T04:06:47.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:47 smithi121 bash[23503]: audit 2024-09-10T04:06:46.428541+0000 mon.a (mon.0) 687 : audit [DBG] from='client.? 172.21.15.111:0/2452928203' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T04:06:49.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:49 smithi111 bash[22787]: cluster 2024-09-10T04:06:47.670273+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-10T04:06:49.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:49 smithi111 bash[22787]: cluster 2024-09-10T04:06:47.670273+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-10T04:06:49.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:49 smithi121 bash[23503]: cluster 2024-09-10T04:06:47.670273+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-10T04:06:49.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:49 smithi121 bash[23503]: cluster 2024-09-10T04:06:47.670273+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-10T04:06:49.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:49 smithi174 bash[23190]: cluster 2024-09-10T04:06:47.670273+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-10T04:06:49.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:49 smithi174 bash[23190]: cluster 2024-09-10T04:06:47.670273+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-10T04:06:51.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:51 smithi111 bash[22787]: cluster 2024-09-10T04:06:49.670713+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-10T04:06:51.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:51 smithi111 bash[22787]: cluster 2024-09-10T04:06:49.670713+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-10T04:06:51.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:51 smithi121 bash[23503]: cluster 2024-09-10T04:06:49.670713+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-10T04:06:51.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:51 smithi121 bash[23503]: cluster 2024-09-10T04:06:49.670713+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-10T04:06:51.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:51 smithi174 bash[23190]: cluster 2024-09-10T04:06:49.670713+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-10T04:06:51.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:51 smithi174 bash[23190]: cluster 2024-09-10T04:06:49.670713+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-10T04:06:52.415 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T04:06:53.665 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:53 smithi111 bash[22787]: cluster 2024-09-10T04:06:51.671223+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:53.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:53 smithi111 bash[22787]: cluster 2024-09-10T04:06:51.671223+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:53.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:53 smithi111 bash[22787]: audit 2024-09-10T04:06:52.760356+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:53 smithi111 bash[22787]: audit 2024-09-10T04:06:52.760356+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:53 smithi111 bash[22787]: audit 2024-09-10T04:06:52.768681+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:53 smithi111 bash[22787]: audit 2024-09-10T04:06:52.768681+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:53 smithi111 bash[22787]: audit 2024-09-10T04:06:52.777591+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:53 smithi111 bash[22787]: audit 2024-09-10T04:06:52.777591+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:53 smithi121 bash[23503]: cluster 2024-09-10T04:06:51.671223+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:53.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:53 smithi121 bash[23503]: cluster 2024-09-10T04:06:51.671223+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:53.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:53 smithi121 bash[23503]: audit 2024-09-10T04:06:52.760356+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:53 smithi121 bash[23503]: audit 2024-09-10T04:06:52.760356+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:53 smithi121 bash[23503]: audit 2024-09-10T04:06:52.768681+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:53 smithi121 bash[23503]: audit 2024-09-10T04:06:52.768681+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:53 smithi121 bash[23503]: audit 2024-09-10T04:06:52.777591+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:53 smithi121 bash[23503]: audit 2024-09-10T04:06:52.777591+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.704 INFO:teuthology.orchestra.run.smithi111.stderr:+ ceph orch apply node-exporter 2024-09-10T04:06:53.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:53 smithi174 bash[23190]: cluster 2024-09-10T04:06:51.671223+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:53.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:53 smithi174 bash[23190]: cluster 2024-09-10T04:06:51.671223+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:53.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:53 smithi174 bash[23190]: audit 2024-09-10T04:06:52.760356+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:53 smithi174 bash[23190]: audit 2024-09-10T04:06:52.760356+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:53 smithi174 bash[23190]: audit 2024-09-10T04:06:52.768681+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:53 smithi174 bash[23190]: audit 2024-09-10T04:06:52.768681+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:53 smithi174 bash[23190]: audit 2024-09-10T04:06:52.777591+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:53.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:53 smithi174 bash[23190]: audit 2024-09-10T04:06:52.777591+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:54.018 INFO:teuthology.orchestra.run.smithi111.stdout:Scheduled node-exporter update... 2024-09-10T04:06:54.033 INFO:teuthology.orchestra.run.smithi111.stderr:+ ceph orch apply grafana 2024-09-10T04:06:54.324 INFO:teuthology.orchestra.run.smithi111.stdout:Scheduled grafana update... 2024-09-10T04:06:54.336 INFO:teuthology.orchestra.run.smithi111.stderr:+ ceph orch apply alertmanager 2024-09-10T04:06:54.641 INFO:teuthology.orchestra.run.smithi111.stdout:Scheduled alertmanager update... 2024-09-10T04:06:54.654 INFO:teuthology.orchestra.run.smithi111.stderr:+ ceph orch apply prometheus 2024-09-10T04:06:54.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:54 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:54.849 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:06:54 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:54.849 INFO:journalctl@ceph.osd.0.smithi111.stdout:Sep 10 04:06:54 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:54.952 INFO:teuthology.orchestra.run.smithi111.stdout:Scheduled prometheus update... 2024-09-10T04:06:54.964 INFO:teuthology.orchestra.run.smithi111.stderr:+ sleep 240 2024-09-10T04:06:55.133 INFO:journalctl@ceph.osd.0.smithi111.stdout:Sep 10 04:06:54 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:55.133 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:06:55 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:55.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:54 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:55.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: cluster 2024-09-10T04:06:53.671575+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:55.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: cluster 2024-09-10T04:06:53.671575+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:55.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.009850+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.009850+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: cephadm 2024-09-10T04:06:54.012214+0000 mgr.a (mgr.14152) 256 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-10T04:06:55.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: cephadm 2024-09-10T04:06:54.012214+0000 mgr.a (mgr.14152) 256 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-10T04:06:55.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.019009+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.019009+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.020214+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:55.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.020214+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:55.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.023031+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:55.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.023031+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:55.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.023889+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:55.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.023889+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:55.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.030696+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.030696+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: cephadm 2024-09-10T04:06:54.034860+0000 mgr.a (mgr.14152) 257 : cephadm [INF] Deploying daemon node-exporter.smithi111 on smithi111 2024-09-10T04:06:55.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: cephadm 2024-09-10T04:06:54.034860+0000 mgr.a (mgr.14152) 257 : cephadm [INF] Deploying daemon node-exporter.smithi111 on smithi111 2024-09-10T04:06:55.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.319048+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.319048+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: cephadm 2024-09-10T04:06:54.320612+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-10T04:06:55.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: cephadm 2024-09-10T04:06:54.320612+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-10T04:06:55.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.325487+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.325487+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.638022+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.638022+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: cephadm 2024-09-10T04:06:54.639343+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-10T04:06:55.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: cephadm 2024-09-10T04:06:54.639343+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-10T04:06:55.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.642967+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.642967+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.953096+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:55 smithi111 bash[22787]: audit 2024-09-10T04:06:54.953096+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: cluster 2024-09-10T04:06:53.671575+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:55.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: cluster 2024-09-10T04:06:53.671575+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:55.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.009850+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.009850+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: cephadm 2024-09-10T04:06:54.012214+0000 mgr.a (mgr.14152) 256 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-10T04:06:55.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: cephadm 2024-09-10T04:06:54.012214+0000 mgr.a (mgr.14152) 256 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-10T04:06:55.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.019009+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.019009+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.020214+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:55.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.020214+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:55.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.023031+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:55.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.023031+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:55.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.023889+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:55.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.023889+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:55.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.030696+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.030696+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: cephadm 2024-09-10T04:06:54.034860+0000 mgr.a (mgr.14152) 257 : cephadm [INF] Deploying daemon node-exporter.smithi111 on smithi111 2024-09-10T04:06:55.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: cephadm 2024-09-10T04:06:54.034860+0000 mgr.a (mgr.14152) 257 : cephadm [INF] Deploying daemon node-exporter.smithi111 on smithi111 2024-09-10T04:06:55.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.319048+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.319048+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: cephadm 2024-09-10T04:06:54.320612+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-10T04:06:55.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: cephadm 2024-09-10T04:06:54.320612+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-10T04:06:55.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.325487+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.325487+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.638022+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.638022+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: cephadm 2024-09-10T04:06:54.639343+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-10T04:06:55.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: cephadm 2024-09-10T04:06:54.639343+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-10T04:06:55.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.642967+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.642967+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.953096+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.388 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:55 smithi174 bash[23190]: audit 2024-09-10T04:06:54.953096+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: cluster 2024-09-10T04:06:53.671575+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:55.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: cluster 2024-09-10T04:06:53.671575+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:55.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.009850+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.009850+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: cephadm 2024-09-10T04:06:54.012214+0000 mgr.a (mgr.14152) 256 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-10T04:06:55.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: cephadm 2024-09-10T04:06:54.012214+0000 mgr.a (mgr.14152) 256 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-10T04:06:55.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.019009+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.019009+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.020214+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:55.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.020214+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:55.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.023031+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:55.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.023031+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:55.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.023889+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:55.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.023889+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:55.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.030696+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.030696+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: cephadm 2024-09-10T04:06:54.034860+0000 mgr.a (mgr.14152) 257 : cephadm [INF] Deploying daemon node-exporter.smithi111 on smithi111 2024-09-10T04:06:55.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: cephadm 2024-09-10T04:06:54.034860+0000 mgr.a (mgr.14152) 257 : cephadm [INF] Deploying daemon node-exporter.smithi111 on smithi111 2024-09-10T04:06:55.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.319048+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.319048+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: cephadm 2024-09-10T04:06:54.320612+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-10T04:06:55.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: cephadm 2024-09-10T04:06:54.320612+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-10T04:06:55.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.325487+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.325487+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.638022+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.638022+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:55.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: cephadm 2024-09-10T04:06:54.639343+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-10T04:06:55.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: cephadm 2024-09-10T04:06:54.639343+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-10T04:06:55.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.642967+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.642967+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.953096+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 bash[23503]: audit 2024-09-10T04:06:54.953096+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:55.875 INFO:journalctl@ceph.osd.1.smithi121.stdout:Sep 10 04:06:55 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:56.141 INFO:journalctl@ceph.osd.1.smithi121.stdout:Sep 10 04:06:56 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:56.141 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:55 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:56.142 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:56 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:56.142 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:06:55 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:56.142 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:06:56 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:56.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:56 smithi111 bash[22787]: audit 2024-09-10T04:06:54.943517+0000 mgr.a (mgr.14152) 262 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:56.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:56 smithi111 bash[22787]: audit 2024-09-10T04:06:54.943517+0000 mgr.a (mgr.14152) 262 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:56.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:56 smithi111 bash[22787]: cephadm 2024-09-10T04:06:54.944475+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-10T04:06:56.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:56 smithi111 bash[22787]: cephadm 2024-09-10T04:06:54.944475+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-10T04:06:56.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:56 smithi111 bash[22787]: audit 2024-09-10T04:06:55.142152+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:56 smithi111 bash[22787]: audit 2024-09-10T04:06:55.142152+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:56 smithi111 bash[22787]: audit 2024-09-10T04:06:55.148565+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:56 smithi111 bash[22787]: audit 2024-09-10T04:06:55.148565+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:56 smithi111 bash[22787]: audit 2024-09-10T04:06:55.153130+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:56 smithi111 bash[22787]: audit 2024-09-10T04:06:55.153130+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:56 smithi111 bash[22787]: cephadm 2024-09-10T04:06:55.153757+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Deploying daemon node-exporter.smithi121 on smithi121 2024-09-10T04:06:56.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:56 smithi111 bash[22787]: cephadm 2024-09-10T04:06:55.153757+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Deploying daemon node-exporter.smithi121 on smithi121 2024-09-10T04:06:56.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:56 smithi121 bash[23503]: audit 2024-09-10T04:06:54.943517+0000 mgr.a (mgr.14152) 262 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:56.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:56 smithi121 bash[23503]: audit 2024-09-10T04:06:54.943517+0000 mgr.a (mgr.14152) 262 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:56.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:56 smithi121 bash[23503]: cephadm 2024-09-10T04:06:54.944475+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-10T04:06:56.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:56 smithi121 bash[23503]: cephadm 2024-09-10T04:06:54.944475+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-10T04:06:56.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:56 smithi121 bash[23503]: audit 2024-09-10T04:06:55.142152+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:56 smithi121 bash[23503]: audit 2024-09-10T04:06:55.142152+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:56 smithi121 bash[23503]: audit 2024-09-10T04:06:55.148565+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:56 smithi121 bash[23503]: audit 2024-09-10T04:06:55.148565+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:56 smithi121 bash[23503]: audit 2024-09-10T04:06:55.153130+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:56 smithi121 bash[23503]: audit 2024-09-10T04:06:55.153130+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:56 smithi121 bash[23503]: cephadm 2024-09-10T04:06:55.153757+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Deploying daemon node-exporter.smithi121 on smithi121 2024-09-10T04:06:56.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:56 smithi121 bash[23503]: cephadm 2024-09-10T04:06:55.153757+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Deploying daemon node-exporter.smithi121 on smithi121 2024-09-10T04:06:56.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:56 smithi174 bash[23190]: audit 2024-09-10T04:06:54.943517+0000 mgr.a (mgr.14152) 262 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:56.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:56 smithi174 bash[23190]: audit 2024-09-10T04:06:54.943517+0000 mgr.a (mgr.14152) 262 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:06:56.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:56 smithi174 bash[23190]: cephadm 2024-09-10T04:06:54.944475+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-10T04:06:56.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:56 smithi174 bash[23190]: cephadm 2024-09-10T04:06:54.944475+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-10T04:06:56.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:56 smithi174 bash[23190]: audit 2024-09-10T04:06:55.142152+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:56 smithi174 bash[23190]: audit 2024-09-10T04:06:55.142152+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:56 smithi174 bash[23190]: audit 2024-09-10T04:06:55.148565+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:56 smithi174 bash[23190]: audit 2024-09-10T04:06:55.148565+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:56 smithi174 bash[23190]: audit 2024-09-10T04:06:55.153130+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:56 smithi174 bash[23190]: audit 2024-09-10T04:06:55.153130+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:56.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:56 smithi174 bash[23190]: cephadm 2024-09-10T04:06:55.153757+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Deploying daemon node-exporter.smithi121 on smithi121 2024-09-10T04:06:56.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:56 smithi174 bash[23190]: cephadm 2024-09-10T04:06:55.153757+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Deploying daemon node-exporter.smithi121 on smithi121 2024-09-10T04:06:57.286 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:57 smithi121 bash[23503]: cluster 2024-09-10T04:06:55.671898+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:57.286 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:57 smithi121 bash[23503]: cluster 2024-09-10T04:06:55.671898+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:57.286 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:57 smithi121 bash[23503]: audit 2024-09-10T04:06:56.263125+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.286 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:57 smithi121 bash[23503]: audit 2024-09-10T04:06:56.263125+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.287 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:57 smithi121 bash[23503]: audit 2024-09-10T04:06:56.269800+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.287 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:57 smithi121 bash[23503]: audit 2024-09-10T04:06:56.269800+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.287 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:57 smithi121 bash[23503]: audit 2024-09-10T04:06:56.276333+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.287 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:57 smithi121 bash[23503]: audit 2024-09-10T04:06:56.276333+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.287 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:57 smithi121 bash[23503]: cephadm 2024-09-10T04:06:56.277575+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi174 on smithi174 2024-09-10T04:06:57.287 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:57 smithi121 bash[23503]: cephadm 2024-09-10T04:06:56.277575+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi174 on smithi174 2024-09-10T04:06:57.349 INFO:journalctl@ceph.osd.2.smithi174.stdout:Sep 10 04:06:57 smithi174 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:57.349 INFO:journalctl@ceph.osd.2.smithi174.stdout:Sep 10 04:06:57 smithi174 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:57.350 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:57 smithi174 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:57.350 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:57 smithi174 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:06:57.350 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:57 smithi174 bash[23190]: cluster 2024-09-10T04:06:55.671898+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:57.350 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:57 smithi174 bash[23190]: cluster 2024-09-10T04:06:55.671898+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:57.350 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:57 smithi174 bash[23190]: audit 2024-09-10T04:06:56.263125+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.350 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:57 smithi174 bash[23190]: audit 2024-09-10T04:06:56.263125+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.351 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:57 smithi174 bash[23190]: audit 2024-09-10T04:06:56.269800+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.351 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:57 smithi174 bash[23190]: audit 2024-09-10T04:06:56.269800+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.351 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:57 smithi174 bash[23190]: audit 2024-09-10T04:06:56.276333+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.351 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:57 smithi174 bash[23190]: audit 2024-09-10T04:06:56.276333+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.351 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:57 smithi174 bash[23190]: cephadm 2024-09-10T04:06:56.277575+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi174 on smithi174 2024-09-10T04:06:57.351 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:57 smithi174 bash[23190]: cephadm 2024-09-10T04:06:56.277575+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi174 on smithi174 2024-09-10T04:06:57.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:57 smithi111 bash[22787]: cluster 2024-09-10T04:06:55.671898+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:57.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:57 smithi111 bash[22787]: cluster 2024-09-10T04:06:55.671898+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:57.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:57 smithi111 bash[22787]: audit 2024-09-10T04:06:56.263125+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:57 smithi111 bash[22787]: audit 2024-09-10T04:06:56.263125+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:57 smithi111 bash[22787]: audit 2024-09-10T04:06:56.269800+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:57 smithi111 bash[22787]: audit 2024-09-10T04:06:56.269800+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:57 smithi111 bash[22787]: audit 2024-09-10T04:06:56.276333+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:57 smithi111 bash[22787]: audit 2024-09-10T04:06:56.276333+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:57.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:57 smithi111 bash[22787]: cephadm 2024-09-10T04:06:56.277575+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi174 on smithi174 2024-09-10T04:06:57.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:57 smithi111 bash[22787]: cephadm 2024-09-10T04:06:56.277575+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi174 on smithi174 2024-09-10T04:06:58.580 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.396001+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.581 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.396001+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.581 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.404167+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.581 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.404167+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.581 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.412376+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.581 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.412376+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.581 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.420172+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.581 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.420172+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.581 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.461136+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:58.581 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.461136+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:58.581 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.464043+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:58.582 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.464043+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:58.582 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.464948+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:58.582 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.464948+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:58.582 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.471433+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.582 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.471433+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.582 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: cephadm 2024-09-10T04:06:57.471891+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:06:58.582 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: cephadm 2024-09-10T04:06:57.471891+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:06:58.582 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.503140+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:58.582 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.503140+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:58.582 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.505578+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:58.582 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.505578+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:58.582 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.506414+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:58.583 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.506414+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:58.583 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.514631+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.583 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: audit 2024-09-10T04:06:57.514631+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.583 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: cephadm 2024-09-10T04:06:57.515229+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:06:58.583 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:58 smithi121 bash[23503]: cephadm 2024-09-10T04:06:57.515229+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:06:58.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.396001+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.396001+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.404167+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.404167+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.412376+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.412376+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.420172+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.420172+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.461136+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:58.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.461136+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:58.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.464043+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:58.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.464043+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:58.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.464948+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:58.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.464948+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:58.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.471433+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.471433+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.638 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: cephadm 2024-09-10T04:06:57.471891+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:06:58.638 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: cephadm 2024-09-10T04:06:57.471891+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:06:58.638 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.503140+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:58.638 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.503140+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:58.638 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.505578+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:58.638 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.505578+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:58.639 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.506414+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:58.639 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.506414+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:58.639 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.514631+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.639 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: audit 2024-09-10T04:06:57.514631+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.639 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: cephadm 2024-09-10T04:06:57.515229+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:06:58.639 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:58 smithi174 bash[23190]: cephadm 2024-09-10T04:06:57.515229+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:06:58.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.396001+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.396001+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.404167+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.404167+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.412376+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.412376+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.420172+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.420172+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.461136+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:58.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.461136+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:58.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.464043+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:58.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.464043+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:58.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.464948+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:58.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.464948+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:58.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.471433+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.471433+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: cephadm 2024-09-10T04:06:57.471891+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:06:58.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: cephadm 2024-09-10T04:06:57.471891+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:06:58.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.503140+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:58.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.503140+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:06:58.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.505578+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:58.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.505578+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:06:58.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.506414+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:58.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.506414+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:06:58.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.514631+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: audit 2024-09-10T04:06:57.514631+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:58.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: cephadm 2024-09-10T04:06:57.515229+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:06:58.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:58 smithi111 bash[22787]: cephadm 2024-09-10T04:06:57.515229+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:06:59.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:59 smithi121 bash[23503]: cluster 2024-09-10T04:06:57.672370+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:59.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:59 smithi121 bash[23503]: cluster 2024-09-10T04:06:57.672370+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:59 smithi121 bash[23503]: audit 2024-09-10T04:06:58.950837+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:06:59 smithi121 bash[23503]: audit 2024-09-10T04:06:58.950837+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:59.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:59 smithi174 bash[23190]: cluster 2024-09-10T04:06:57.672370+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:59.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:59 smithi174 bash[23190]: cluster 2024-09-10T04:06:57.672370+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:59.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:59 smithi174 bash[23190]: audit 2024-09-10T04:06:58.950837+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:59.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:06:59 smithi174 bash[23190]: audit 2024-09-10T04:06:58.950837+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:59.778 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:59 smithi111 bash[22787]: cluster 2024-09-10T04:06:57.672370+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:59.778 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:59 smithi111 bash[22787]: cluster 2024-09-10T04:06:57.672370+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:06:59.779 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:59 smithi111 bash[22787]: audit 2024-09-10T04:06:58.950837+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:06:59.779 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:06:59 smithi111 bash[22787]: audit 2024-09-10T04:06:58.950837+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:01.615 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:01 smithi174 bash[23190]: cluster 2024-09-10T04:06:59.672701+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:01.615 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:01 smithi174 bash[23190]: cluster 2024-09-10T04:06:59.672701+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:01.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:01 smithi111 bash[22787]: cluster 2024-09-10T04:06:59.672701+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:01.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:01 smithi111 bash[22787]: cluster 2024-09-10T04:06:59.672701+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:01.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:01 smithi121 bash[23503]: cluster 2024-09-10T04:06:59.672701+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:01.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:01 smithi121 bash[23503]: cluster 2024-09-10T04:06:59.672701+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:03.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:03 smithi111 bash[22787]: cluster 2024-09-10T04:07:01.672994+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:03 smithi111 bash[22787]: cluster 2024-09-10T04:07:01.672994+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:03 smithi111 bash[22787]: audit 2024-09-10T04:07:02.147801+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:03 smithi111 bash[22787]: audit 2024-09-10T04:07:02.147801+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:03 smithi111 bash[22787]: audit 2024-09-10T04:07:02.947156+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:03 smithi111 bash[22787]: audit 2024-09-10T04:07:02.947156+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:03.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:03 smithi121 bash[23503]: cluster 2024-09-10T04:07:01.672994+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:03.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:03 smithi121 bash[23503]: cluster 2024-09-10T04:07:01.672994+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:03.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:03 smithi121 bash[23503]: audit 2024-09-10T04:07:02.147801+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:03.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:03 smithi121 bash[23503]: audit 2024-09-10T04:07:02.147801+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:03.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:03 smithi121 bash[23503]: audit 2024-09-10T04:07:02.947156+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:03.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:03 smithi121 bash[23503]: audit 2024-09-10T04:07:02.947156+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:03.599 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:03 smithi174 bash[23190]: cluster 2024-09-10T04:07:01.672994+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:03.599 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:03 smithi174 bash[23190]: cluster 2024-09-10T04:07:01.672994+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:03.599 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:03 smithi174 bash[23190]: audit 2024-09-10T04:07:02.147801+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:03.599 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:03 smithi174 bash[23190]: audit 2024-09-10T04:07:02.147801+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:03.599 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:03 smithi174 bash[23190]: audit 2024-09-10T04:07:02.947156+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:03.599 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:03 smithi174 bash[23190]: audit 2024-09-10T04:07:02.947156+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:05.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:04 smithi111 bash[22787]: cluster 2024-09-10T04:07:03.673571+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:05.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:04 smithi111 bash[22787]: cluster 2024-09-10T04:07:03.673571+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:05.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:04 smithi111 bash[22787]: audit 2024-09-10T04:07:03.916321+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:05.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:04 smithi111 bash[22787]: audit 2024-09-10T04:07:03.916321+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:05.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:04 smithi111 bash[22787]: audit 2024-09-10T04:07:04.337676+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:05.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:04 smithi111 bash[22787]: audit 2024-09-10T04:07:04.337676+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:05.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:04 smithi121 bash[23503]: cluster 2024-09-10T04:07:03.673571+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:05.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:04 smithi121 bash[23503]: cluster 2024-09-10T04:07:03.673571+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:05.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:04 smithi121 bash[23503]: audit 2024-09-10T04:07:03.916321+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:05.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:04 smithi121 bash[23503]: audit 2024-09-10T04:07:03.916321+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:05.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:04 smithi121 bash[23503]: audit 2024-09-10T04:07:04.337676+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:05.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:04 smithi121 bash[23503]: audit 2024-09-10T04:07:04.337676+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:05.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:04 smithi174 bash[23190]: cluster 2024-09-10T04:07:03.673571+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:05.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:04 smithi174 bash[23190]: cluster 2024-09-10T04:07:03.673571+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:05.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:04 smithi174 bash[23190]: audit 2024-09-10T04:07:03.916321+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:05.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:04 smithi174 bash[23190]: audit 2024-09-10T04:07:03.916321+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:05.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:04 smithi174 bash[23190]: audit 2024-09-10T04:07:04.337676+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:05.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:04 smithi174 bash[23190]: audit 2024-09-10T04:07:04.337676+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:06 smithi121 bash[23503]: cluster 2024-09-10T04:07:05.673982+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:06 smithi121 bash[23503]: cluster 2024-09-10T04:07:05.673982+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:07 smithi121 bash[23503]: audit 2024-09-10T04:07:05.998801+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:07 smithi121 bash[23503]: audit 2024-09-10T04:07:05.998801+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:07 smithi121 bash[23503]: audit 2024-09-10T04:07:06.003488+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:07 smithi121 bash[23503]: audit 2024-09-10T04:07:06.003488+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:07 smithi121 bash[23503]: audit 2024-09-10T04:07:06.009097+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:07 smithi121 bash[23503]: audit 2024-09-10T04:07:06.009097+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:07 smithi121 bash[23503]: audit 2024-09-10T04:07:06.746945+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:07 smithi121 bash[23503]: audit 2024-09-10T04:07:06.746945+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:07 smithi121 bash[23503]: audit 2024-09-10T04:07:06.755643+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:07 smithi121 bash[23503]: audit 2024-09-10T04:07:06.755643+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:07 smithi121 bash[23503]: audit 2024-09-10T04:07:06.765636+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.203 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:07 smithi121 bash[23503]: audit 2024-09-10T04:07:06.765636+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:07 smithi174 bash[23190]: cluster 2024-09-10T04:07:05.673982+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:07 smithi174 bash[23190]: cluster 2024-09-10T04:07:05.673982+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:07 smithi174 bash[23190]: audit 2024-09-10T04:07:05.998801+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:07 smithi174 bash[23190]: audit 2024-09-10T04:07:05.998801+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:07 smithi174 bash[23190]: audit 2024-09-10T04:07:06.003488+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:07 smithi174 bash[23190]: audit 2024-09-10T04:07:06.003488+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:07 smithi174 bash[23190]: audit 2024-09-10T04:07:06.009097+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:07 smithi174 bash[23190]: audit 2024-09-10T04:07:06.009097+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:07 smithi174 bash[23190]: audit 2024-09-10T04:07:06.746945+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:07 smithi174 bash[23190]: audit 2024-09-10T04:07:06.746945+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:07 smithi174 bash[23190]: audit 2024-09-10T04:07:06.755643+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:07 smithi174 bash[23190]: audit 2024-09-10T04:07:06.755643+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:07 smithi174 bash[23190]: audit 2024-09-10T04:07:06.765636+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:07 smithi174 bash[23190]: audit 2024-09-10T04:07:06.765636+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:06 smithi111 bash[22787]: cluster 2024-09-10T04:07:05.673982+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:07.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:06 smithi111 bash[22787]: cluster 2024-09-10T04:07:05.673982+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:07.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:07 smithi111 bash[22787]: audit 2024-09-10T04:07:05.998801+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:07 smithi111 bash[22787]: audit 2024-09-10T04:07:05.998801+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:07 smithi111 bash[22787]: audit 2024-09-10T04:07:06.003488+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:07 smithi111 bash[22787]: audit 2024-09-10T04:07:06.003488+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:07 smithi111 bash[22787]: audit 2024-09-10T04:07:06.009097+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:07 smithi111 bash[22787]: audit 2024-09-10T04:07:06.009097+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:07 smithi111 bash[22787]: audit 2024-09-10T04:07:06.746945+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:07 smithi111 bash[22787]: audit 2024-09-10T04:07:06.746945+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:07 smithi111 bash[22787]: audit 2024-09-10T04:07:06.755643+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:07 smithi111 bash[22787]: audit 2024-09-10T04:07:06.755643+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:07 smithi111 bash[22787]: audit 2024-09-10T04:07:06.765636+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:07.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:07 smithi111 bash[22787]: audit 2024-09-10T04:07:06.765636+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: cluster 2024-09-10T04:07:07.674420+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:09.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: cluster 2024-09-10T04:07:07.674420+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:09.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.134312+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.134312+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.142585+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.142585+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.147351+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:07:09.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.147351+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:07:09.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.152365+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.152365+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.157998+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:07:09.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.157998+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:07:09.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.159858+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:07:09.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.159858+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:07:09.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.169625+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.169625+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: cephadm 2024-09-10T04:07:08.176528+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-10T04:07:09.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: cephadm 2024-09-10T04:07:08.176528+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-10T04:07:09.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.817164+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.817164+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.820953+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.820953+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.825021+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-10T04:07:09.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.825021+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-10T04:07:09.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.830975+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.387 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:09 smithi174 bash[23190]: audit 2024-09-10T04:07:08.830975+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: cluster 2024-09-10T04:07:07.674420+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:09.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: cluster 2024-09-10T04:07:07.674420+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:09.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.134312+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.134312+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.142585+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.142585+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.147351+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:07:09.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.147351+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:07:09.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.152365+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.152365+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.157998+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:07:09.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.157998+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:07:09.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.159858+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:07:09.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.159858+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:07:09.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.169625+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.169625+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: cephadm 2024-09-10T04:07:08.176528+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-10T04:07:09.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: cephadm 2024-09-10T04:07:08.176528+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-10T04:07:09.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.817164+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.817164+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.820953+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.820953+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.825021+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-10T04:07:09.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.825021+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-10T04:07:09.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.830975+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.441 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:09 smithi111 bash[22787]: audit 2024-09-10T04:07:08.830975+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: cluster 2024-09-10T04:07:07.674420+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:09.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: cluster 2024-09-10T04:07:07.674420+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:09.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.134312+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.134312+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.142585+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.142585+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.147351+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:07:09.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.147351+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:07:09.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.152365+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.152365+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.157998+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:07:09.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.157998+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:07:09.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.159858+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:07:09.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.159858+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:07:09.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.169625+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.169625+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: cephadm 2024-09-10T04:07:08.176528+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-10T04:07:09.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: cephadm 2024-09-10T04:07:08.176528+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-10T04:07:09.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.817164+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.817164+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.820953+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.820953+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.825021+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-10T04:07:09.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.825021+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-10T04:07:09.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.830975+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:09.454 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:09 smithi121 bash[23503]: audit 2024-09-10T04:07:08.830975+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:10.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:10 smithi111 bash[22787]: audit 2024-09-10T04:07:08.825638+0000 mgr.a (mgr.14152) 276 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T04:07:10.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:10 smithi111 bash[22787]: audit 2024-09-10T04:07:08.825638+0000 mgr.a (mgr.14152) 276 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T04:07:10.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:10 smithi111 bash[22787]: cephadm 2024-09-10T04:07:08.863913+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Deploying daemon grafana.smithi111 on smithi111 2024-09-10T04:07:10.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:10 smithi111 bash[22787]: cephadm 2024-09-10T04:07:08.863913+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Deploying daemon grafana.smithi111 on smithi111 2024-09-10T04:07:10.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:10 smithi121 bash[23503]: audit 2024-09-10T04:07:08.825638+0000 mgr.a (mgr.14152) 276 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T04:07:10.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:10 smithi121 bash[23503]: audit 2024-09-10T04:07:08.825638+0000 mgr.a (mgr.14152) 276 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T04:07:10.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:10 smithi121 bash[23503]: cephadm 2024-09-10T04:07:08.863913+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Deploying daemon grafana.smithi111 on smithi111 2024-09-10T04:07:10.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:10 smithi121 bash[23503]: cephadm 2024-09-10T04:07:08.863913+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Deploying daemon grafana.smithi111 on smithi111 2024-09-10T04:07:10.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:10 smithi174 bash[23190]: audit 2024-09-10T04:07:08.825638+0000 mgr.a (mgr.14152) 276 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T04:07:10.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:10 smithi174 bash[23190]: audit 2024-09-10T04:07:08.825638+0000 mgr.a (mgr.14152) 276 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T04:07:10.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:10 smithi174 bash[23190]: cephadm 2024-09-10T04:07:08.863913+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Deploying daemon grafana.smithi111 on smithi111 2024-09-10T04:07:10.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:10 smithi174 bash[23190]: cephadm 2024-09-10T04:07:08.863913+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Deploying daemon grafana.smithi111 on smithi111 2024-09-10T04:07:11.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:11 smithi111 bash[22787]: cluster 2024-09-10T04:07:09.674803+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:11.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:11 smithi111 bash[22787]: cluster 2024-09-10T04:07:09.674803+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:11.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:11 smithi121 bash[23503]: cluster 2024-09-10T04:07:09.674803+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:11.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:11 smithi121 bash[23503]: cluster 2024-09-10T04:07:09.674803+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:11.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:11 smithi174 bash[23190]: cluster 2024-09-10T04:07:09.674803+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:11.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:11 smithi174 bash[23190]: cluster 2024-09-10T04:07:09.674803+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:13.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:13 smithi111 bash[22787]: cluster 2024-09-10T04:07:11.675237+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:13.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:13 smithi111 bash[22787]: cluster 2024-09-10T04:07:11.675237+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:13.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:13 smithi121 bash[23503]: cluster 2024-09-10T04:07:11.675237+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:13.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:13 smithi121 bash[23503]: cluster 2024-09-10T04:07:11.675237+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:13.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:13 smithi174 bash[23190]: cluster 2024-09-10T04:07:11.675237+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:13.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:13 smithi174 bash[23190]: cluster 2024-09-10T04:07:11.675237+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:15.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:15 smithi111 bash[22787]: cluster 2024-09-10T04:07:13.675765+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:15.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:15 smithi111 bash[22787]: cluster 2024-09-10T04:07:13.675765+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:15.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:15 smithi121 bash[23503]: cluster 2024-09-10T04:07:13.675765+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:15.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:15 smithi121 bash[23503]: cluster 2024-09-10T04:07:13.675765+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:15.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:15 smithi174 bash[23190]: cluster 2024-09-10T04:07:13.675765+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:15.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:15 smithi174 bash[23190]: cluster 2024-09-10T04:07:13.675765+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:17.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:17 smithi111 bash[22787]: cluster 2024-09-10T04:07:15.676317+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:17.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:17 smithi111 bash[22787]: cluster 2024-09-10T04:07:15.676317+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:17.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:17 smithi121 bash[23503]: cluster 2024-09-10T04:07:15.676317+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:17.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:17 smithi121 bash[23503]: cluster 2024-09-10T04:07:15.676317+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:17.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:17 smithi174 bash[23190]: cluster 2024-09-10T04:07:15.676317+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:17.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:17 smithi174 bash[23190]: cluster 2024-09-10T04:07:15.676317+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:19.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:19 smithi111 bash[22787]: cluster 2024-09-10T04:07:17.676929+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:19.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:19 smithi111 bash[22787]: cluster 2024-09-10T04:07:17.676929+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:19.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:19 smithi121 bash[23503]: cluster 2024-09-10T04:07:17.676929+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:19.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:19 smithi121 bash[23503]: cluster 2024-09-10T04:07:17.676929+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:19.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:19 smithi174 bash[23190]: cluster 2024-09-10T04:07:17.676929+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:19.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:19 smithi174 bash[23190]: cluster 2024-09-10T04:07:17.676929+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:21.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:21 smithi174 bash[23190]: cluster 2024-09-10T04:07:19.677497+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:21.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:21 smithi174 bash[23190]: cluster 2024-09-10T04:07:19.677497+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:21.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:21 smithi111 bash[22787]: cluster 2024-09-10T04:07:19.677497+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:21.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:21 smithi111 bash[22787]: cluster 2024-09-10T04:07:19.677497+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:21.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:21 smithi121 bash[23503]: cluster 2024-09-10T04:07:19.677497+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:21.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:21 smithi121 bash[23503]: cluster 2024-09-10T04:07:19.677497+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:23.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:23 smithi111 bash[22787]: cluster 2024-09-10T04:07:21.678072+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:23.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:23 smithi111 bash[22787]: cluster 2024-09-10T04:07:21.678072+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:23.440 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:23 smithi174 bash[23190]: cluster 2024-09-10T04:07:21.678072+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:23.440 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:23 smithi174 bash[23190]: cluster 2024-09-10T04:07:21.678072+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:23.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:23 smithi121 bash[23503]: cluster 2024-09-10T04:07:21.678072+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:23.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:23 smithi121 bash[23503]: cluster 2024-09-10T04:07:21.678072+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:25.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:25 smithi174 bash[23190]: cluster 2024-09-10T04:07:23.678640+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:25.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:25 smithi174 bash[23190]: cluster 2024-09-10T04:07:23.678640+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:25.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:25 smithi174 bash[23190]: audit 2024-09-10T04:07:24.586994+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:25 smithi174 bash[23190]: audit 2024-09-10T04:07:24.586994+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:25 smithi174 bash[23190]: audit 2024-09-10T04:07:24.591691+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:25 smithi174 bash[23190]: audit 2024-09-10T04:07:24.591691+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:25 smithi174 bash[23190]: audit 2024-09-10T04:07:24.596415+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:25 smithi174 bash[23190]: audit 2024-09-10T04:07:24.596415+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:25 smithi174 bash[23190]: audit 2024-09-10T04:07:25.441204+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:25 smithi174 bash[23190]: audit 2024-09-10T04:07:25.441204+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:25 smithi174 bash[23190]: audit 2024-09-10T04:07:25.449968+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:25 smithi174 bash[23190]: audit 2024-09-10T04:07:25.449968+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:25 smithi174 bash[23190]: audit 2024-09-10T04:07:25.459679+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:25 smithi174 bash[23190]: audit 2024-09-10T04:07:25.459679+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:25 smithi111 bash[22787]: cluster 2024-09-10T04:07:23.678640+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:25.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:25 smithi111 bash[22787]: cluster 2024-09-10T04:07:23.678640+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:25.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:25 smithi111 bash[22787]: audit 2024-09-10T04:07:24.586994+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:25 smithi111 bash[22787]: audit 2024-09-10T04:07:24.586994+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:25 smithi111 bash[22787]: audit 2024-09-10T04:07:24.591691+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:25 smithi111 bash[22787]: audit 2024-09-10T04:07:24.591691+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:25 smithi111 bash[22787]: audit 2024-09-10T04:07:24.596415+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:25 smithi111 bash[22787]: audit 2024-09-10T04:07:24.596415+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:25 smithi111 bash[22787]: audit 2024-09-10T04:07:25.441204+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:25 smithi111 bash[22787]: audit 2024-09-10T04:07:25.441204+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:25 smithi111 bash[22787]: audit 2024-09-10T04:07:25.449968+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:25 smithi111 bash[22787]: audit 2024-09-10T04:07:25.449968+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:25 smithi111 bash[22787]: audit 2024-09-10T04:07:25.459679+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:25 smithi111 bash[22787]: audit 2024-09-10T04:07:25.459679+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:25 smithi121 bash[23503]: cluster 2024-09-10T04:07:23.678640+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:25 smithi121 bash[23503]: cluster 2024-09-10T04:07:23.678640+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:25 smithi121 bash[23503]: audit 2024-09-10T04:07:24.586994+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:25 smithi121 bash[23503]: audit 2024-09-10T04:07:24.586994+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:25 smithi121 bash[23503]: audit 2024-09-10T04:07:24.591691+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:25 smithi121 bash[23503]: audit 2024-09-10T04:07:24.591691+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:25 smithi121 bash[23503]: audit 2024-09-10T04:07:24.596415+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:25 smithi121 bash[23503]: audit 2024-09-10T04:07:24.596415+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:25 smithi121 bash[23503]: audit 2024-09-10T04:07:25.441204+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:25 smithi121 bash[23503]: audit 2024-09-10T04:07:25.441204+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:25 smithi121 bash[23503]: audit 2024-09-10T04:07:25.449968+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:25 smithi121 bash[23503]: audit 2024-09-10T04:07:25.449968+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:25 smithi121 bash[23503]: audit 2024-09-10T04:07:25.459679+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:25.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:25 smithi121 bash[23503]: audit 2024-09-10T04:07:25.459679+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:26 smithi174 bash[23190]: cluster 2024-09-10T04:07:25.679178+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:27.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:26 smithi174 bash[23190]: cluster 2024-09-10T04:07:25.679178+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:27.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:26 smithi174 bash[23190]: audit 2024-09-10T04:07:25.751390+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:26 smithi174 bash[23190]: audit 2024-09-10T04:07:25.751390+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:26 smithi174 bash[23190]: audit 2024-09-10T04:07:25.761240+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:26 smithi174 bash[23190]: audit 2024-09-10T04:07:25.761240+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:26 smithi174 bash[23190]: audit 2024-09-10T04:07:25.770804+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:26 smithi174 bash[23190]: audit 2024-09-10T04:07:25.770804+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:26 smithi111 bash[22787]: cluster 2024-09-10T04:07:25.679178+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:27.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:26 smithi111 bash[22787]: cluster 2024-09-10T04:07:25.679178+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:27.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:26 smithi111 bash[22787]: audit 2024-09-10T04:07:25.751390+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:26 smithi111 bash[22787]: audit 2024-09-10T04:07:25.751390+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:26 smithi111 bash[22787]: audit 2024-09-10T04:07:25.761240+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:26 smithi111 bash[22787]: audit 2024-09-10T04:07:25.761240+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:26 smithi111 bash[22787]: audit 2024-09-10T04:07:25.770804+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:26 smithi111 bash[22787]: audit 2024-09-10T04:07:25.770804+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:26 smithi121 bash[23503]: cluster 2024-09-10T04:07:25.679178+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:27.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:26 smithi121 bash[23503]: cluster 2024-09-10T04:07:25.679178+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:27.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:26 smithi121 bash[23503]: audit 2024-09-10T04:07:25.751390+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:26 smithi121 bash[23503]: audit 2024-09-10T04:07:25.751390+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:26 smithi121 bash[23503]: audit 2024-09-10T04:07:25.761240+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:26 smithi121 bash[23503]: audit 2024-09-10T04:07:25.761240+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:26 smithi121 bash[23503]: audit 2024-09-10T04:07:25.770804+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:27.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:26 smithi121 bash[23503]: audit 2024-09-10T04:07:25.770804+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:28.982 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:07:28 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:28.983 INFO:journalctl@ceph.osd.0.smithi111.stdout:Sep 10 04:07:28 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:28.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:28 smithi111 bash[22787]: cluster 2024-09-10T04:07:27.679747+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:28.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:28 smithi111 bash[22787]: cluster 2024-09-10T04:07:27.679747+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:28.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:28 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:29.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:28 smithi174 bash[23190]: cluster 2024-09-10T04:07:27.679747+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:29.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:28 smithi174 bash[23190]: cluster 2024-09-10T04:07:27.679747+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:29.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:28 smithi121 bash[23503]: cluster 2024-09-10T04:07:27.679747+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:29.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:28 smithi121 bash[23503]: cluster 2024-09-10T04:07:27.679747+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:29.342 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:29 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:29.343 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:07:29 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:29.343 INFO:journalctl@ceph.osd.0.smithi111.stdout:Sep 10 04:07:29 smithi111 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:30.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:30 smithi174 bash[23190]: audit 2024-09-10T04:07:29.279741+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:30 smithi174 bash[23190]: audit 2024-09-10T04:07:29.279741+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:30 smithi174 bash[23190]: audit 2024-09-10T04:07:29.284515+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:30 smithi174 bash[23190]: audit 2024-09-10T04:07:29.284515+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:30 smithi174 bash[23190]: audit 2024-09-10T04:07:29.291532+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:30 smithi174 bash[23190]: audit 2024-09-10T04:07:29.291532+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:30 smithi174 bash[23190]: audit 2024-09-10T04:07:29.295857+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:30 smithi174 bash[23190]: audit 2024-09-10T04:07:29.295857+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:30 smithi174 bash[23190]: cephadm 2024-09-10T04:07:29.305989+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon alertmanager.smithi174 on smithi174 2024-09-10T04:07:30.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:30 smithi174 bash[23190]: cephadm 2024-09-10T04:07:29.305989+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon alertmanager.smithi174 on smithi174 2024-09-10T04:07:30.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:30 smithi111 bash[22787]: audit 2024-09-10T04:07:29.279741+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:30 smithi111 bash[22787]: audit 2024-09-10T04:07:29.279741+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:30 smithi111 bash[22787]: audit 2024-09-10T04:07:29.284515+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:30 smithi111 bash[22787]: audit 2024-09-10T04:07:29.284515+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:30 smithi111 bash[22787]: audit 2024-09-10T04:07:29.291532+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:30 smithi111 bash[22787]: audit 2024-09-10T04:07:29.291532+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:30 smithi111 bash[22787]: audit 2024-09-10T04:07:29.295857+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:30 smithi111 bash[22787]: audit 2024-09-10T04:07:29.295857+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:30 smithi111 bash[22787]: cephadm 2024-09-10T04:07:29.305989+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon alertmanager.smithi174 on smithi174 2024-09-10T04:07:30.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:30 smithi111 bash[22787]: cephadm 2024-09-10T04:07:29.305989+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon alertmanager.smithi174 on smithi174 2024-09-10T04:07:30.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:30 smithi121 bash[23503]: audit 2024-09-10T04:07:29.279741+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:30 smithi121 bash[23503]: audit 2024-09-10T04:07:29.279741+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:30 smithi121 bash[23503]: audit 2024-09-10T04:07:29.284515+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:30 smithi121 bash[23503]: audit 2024-09-10T04:07:29.284515+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:30 smithi121 bash[23503]: audit 2024-09-10T04:07:29.291532+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:30 smithi121 bash[23503]: audit 2024-09-10T04:07:29.291532+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:30 smithi121 bash[23503]: audit 2024-09-10T04:07:29.295857+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:30 smithi121 bash[23503]: audit 2024-09-10T04:07:29.295857+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:30.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:30 smithi121 bash[23503]: cephadm 2024-09-10T04:07:29.305989+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon alertmanager.smithi174 on smithi174 2024-09-10T04:07:30.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:30 smithi121 bash[23503]: cephadm 2024-09-10T04:07:29.305989+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon alertmanager.smithi174 on smithi174 2024-09-10T04:07:31.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:31 smithi111 bash[22787]: cluster 2024-09-10T04:07:29.680232+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-10T04:07:31.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:31 smithi111 bash[22787]: cluster 2024-09-10T04:07:29.680232+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-10T04:07:31.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:31 smithi174 bash[23190]: cluster 2024-09-10T04:07:29.680232+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-10T04:07:31.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:31 smithi174 bash[23190]: cluster 2024-09-10T04:07:29.680232+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-10T04:07:31.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:31 smithi121 bash[23503]: cluster 2024-09-10T04:07:29.680232+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-10T04:07:31.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:31 smithi121 bash[23503]: cluster 2024-09-10T04:07:29.680232+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-10T04:07:33.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:33 smithi111 bash[22787]: cluster 2024-09-10T04:07:31.680536+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-10T04:07:33.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:33 smithi111 bash[22787]: cluster 2024-09-10T04:07:31.680536+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-10T04:07:33.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:33 smithi174 bash[23190]: cluster 2024-09-10T04:07:31.680536+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-10T04:07:33.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:33 smithi174 bash[23190]: cluster 2024-09-10T04:07:31.680536+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-10T04:07:33.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:33 smithi121 bash[23503]: cluster 2024-09-10T04:07:31.680536+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-10T04:07:33.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:33 smithi121 bash[23503]: cluster 2024-09-10T04:07:31.680536+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-10T04:07:35.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:34 smithi174 bash[23190]: cluster 2024-09-10T04:07:33.681024+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-10T04:07:35.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:34 smithi174 bash[23190]: cluster 2024-09-10T04:07:33.681024+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-10T04:07:35.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:34 smithi174 bash[23190]: audit 2024-09-10T04:07:33.967098+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:35.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:34 smithi174 bash[23190]: audit 2024-09-10T04:07:33.967098+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:35.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:34 smithi111 bash[22787]: cluster 2024-09-10T04:07:33.681024+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-10T04:07:35.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:34 smithi111 bash[22787]: cluster 2024-09-10T04:07:33.681024+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-10T04:07:35.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:34 smithi111 bash[22787]: audit 2024-09-10T04:07:33.967098+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:35.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:34 smithi111 bash[22787]: audit 2024-09-10T04:07:33.967098+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:35.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:34 smithi121 bash[23503]: cluster 2024-09-10T04:07:33.681024+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-10T04:07:35.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:34 smithi121 bash[23503]: cluster 2024-09-10T04:07:33.681024+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-10T04:07:35.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:34 smithi121 bash[23503]: audit 2024-09-10T04:07:33.967098+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:35.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:34 smithi121 bash[23503]: audit 2024-09-10T04:07:33.967098+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:37.248 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:36 smithi174 bash[23190]: cluster 2024-09-10T04:07:35.681563+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-10T04:07:37.248 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:36 smithi174 bash[23190]: cluster 2024-09-10T04:07:35.681563+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-10T04:07:37.285 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:36 smithi111 bash[22787]: cluster 2024-09-10T04:07:35.681563+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-10T04:07:37.285 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:36 smithi111 bash[22787]: cluster 2024-09-10T04:07:35.681563+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-10T04:07:37.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:36 smithi121 bash[23503]: cluster 2024-09-10T04:07:35.681563+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-10T04:07:37.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:36 smithi121 bash[23503]: cluster 2024-09-10T04:07:35.681563+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-10T04:07:38.112 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:37 smithi174 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:38.112 INFO:journalctl@ceph.osd.2.smithi174.stdout:Sep 10 04:07:37 smithi174 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:38.384 INFO:journalctl@ceph.osd.2.smithi174.stdout:Sep 10 04:07:38 smithi174 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:38.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:38 smithi174 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:39.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:39 smithi111 bash[22787]: cluster 2024-09-10T04:07:37.681924+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-10T04:07:39.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:39 smithi111 bash[22787]: cluster 2024-09-10T04:07:37.681924+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-10T04:07:39.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:39 smithi111 bash[22787]: audit 2024-09-10T04:07:38.265230+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:39 smithi111 bash[22787]: audit 2024-09-10T04:07:38.265230+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:39 smithi111 bash[22787]: audit 2024-09-10T04:07:38.271441+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:39 smithi111 bash[22787]: audit 2024-09-10T04:07:38.271441+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:39 smithi111 bash[22787]: audit 2024-09-10T04:07:38.279158+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:39 smithi111 bash[22787]: audit 2024-09-10T04:07:38.279158+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:39 smithi111 bash[22787]: audit 2024-09-10T04:07:38.284009+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:39 smithi111 bash[22787]: audit 2024-09-10T04:07:38.284009+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:39 smithi111 bash[22787]: cephadm 2024-09-10T04:07:38.561907+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Deploying daemon prometheus.smithi121 on smithi121 2024-09-10T04:07:39.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:39 smithi111 bash[22787]: cephadm 2024-09-10T04:07:38.561907+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Deploying daemon prometheus.smithi121 on smithi121 2024-09-10T04:07:39.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:39 smithi111 bash[22787]: audit 2024-09-10T04:07:38.974753+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:39 smithi111 bash[22787]: audit 2024-09-10T04:07:38.974753+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:39 smithi121 bash[23503]: cluster 2024-09-10T04:07:37.681924+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-10T04:07:39.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:39 smithi121 bash[23503]: cluster 2024-09-10T04:07:37.681924+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-10T04:07:39.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:39 smithi121 bash[23503]: audit 2024-09-10T04:07:38.265230+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:39 smithi121 bash[23503]: audit 2024-09-10T04:07:38.265230+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:39 smithi121 bash[23503]: audit 2024-09-10T04:07:38.271441+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:39 smithi121 bash[23503]: audit 2024-09-10T04:07:38.271441+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:39 smithi121 bash[23503]: audit 2024-09-10T04:07:38.279158+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:39 smithi121 bash[23503]: audit 2024-09-10T04:07:38.279158+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:39 smithi121 bash[23503]: audit 2024-09-10T04:07:38.284009+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:39 smithi121 bash[23503]: audit 2024-09-10T04:07:38.284009+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:39 smithi121 bash[23503]: cephadm 2024-09-10T04:07:38.561907+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Deploying daemon prometheus.smithi121 on smithi121 2024-09-10T04:07:39.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:39 smithi121 bash[23503]: cephadm 2024-09-10T04:07:38.561907+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Deploying daemon prometheus.smithi121 on smithi121 2024-09-10T04:07:39.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:39 smithi121 bash[23503]: audit 2024-09-10T04:07:38.974753+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:39 smithi121 bash[23503]: audit 2024-09-10T04:07:38.974753+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.527 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:39 smithi174 bash[23190]: cluster 2024-09-10T04:07:37.681924+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-10T04:07:39.527 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:39 smithi174 bash[23190]: cluster 2024-09-10T04:07:37.681924+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-10T04:07:39.527 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:39 smithi174 bash[23190]: audit 2024-09-10T04:07:38.265230+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.527 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:39 smithi174 bash[23190]: audit 2024-09-10T04:07:38.265230+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.527 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:39 smithi174 bash[23190]: audit 2024-09-10T04:07:38.271441+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.527 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:39 smithi174 bash[23190]: audit 2024-09-10T04:07:38.271441+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.528 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:39 smithi174 bash[23190]: audit 2024-09-10T04:07:38.279158+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.528 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:39 smithi174 bash[23190]: audit 2024-09-10T04:07:38.279158+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.528 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:39 smithi174 bash[23190]: audit 2024-09-10T04:07:38.284009+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.528 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:39 smithi174 bash[23190]: audit 2024-09-10T04:07:38.284009+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.528 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:39 smithi174 bash[23190]: cephadm 2024-09-10T04:07:38.561907+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Deploying daemon prometheus.smithi121 on smithi121 2024-09-10T04:07:39.528 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:39 smithi174 bash[23190]: cephadm 2024-09-10T04:07:38.561907+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Deploying daemon prometheus.smithi121 on smithi121 2024-09-10T04:07:39.528 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:39 smithi174 bash[23190]: audit 2024-09-10T04:07:38.974753+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:39.528 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:39 smithi174 bash[23190]: audit 2024-09-10T04:07:38.974753+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:40.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:40 smithi174 bash[23190]: audit 2024-09-10T04:07:39.563697+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:40.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:40 smithi174 bash[23190]: audit 2024-09-10T04:07:39.563697+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:40.766 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:40 smithi111 bash[22787]: audit 2024-09-10T04:07:39.563697+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:40.766 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:40 smithi111 bash[22787]: audit 2024-09-10T04:07:39.563697+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:40.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:40 smithi121 bash[23503]: audit 2024-09-10T04:07:39.563697+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:40.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:40 smithi121 bash[23503]: audit 2024-09-10T04:07:39.563697+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.836 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:41 smithi111 bash[22787]: cluster 2024-09-10T04:07:39.682442+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:41.836 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:41 smithi111 bash[22787]: cluster 2024-09-10T04:07:39.682442+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:41.836 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:41 smithi111 bash[22787]: audit 2024-09-10T04:07:40.578600+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.836 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:41 smithi111 bash[22787]: audit 2024-09-10T04:07:40.578600+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.836 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:41 smithi111 bash[22787]: audit 2024-09-10T04:07:40.586505+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:41 smithi111 bash[22787]: audit 2024-09-10T04:07:40.586505+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:41 smithi111 bash[22787]: audit 2024-09-10T04:07:40.597671+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:41 smithi111 bash[22787]: audit 2024-09-10T04:07:40.597671+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.862 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:41 smithi121 bash[23503]: cluster 2024-09-10T04:07:39.682442+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:41.862 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:41 smithi121 bash[23503]: cluster 2024-09-10T04:07:39.682442+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:41.862 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:41 smithi121 bash[23503]: audit 2024-09-10T04:07:40.578600+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.862 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:41 smithi121 bash[23503]: audit 2024-09-10T04:07:40.578600+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.862 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:41 smithi121 bash[23503]: audit 2024-09-10T04:07:40.586505+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.863 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:41 smithi121 bash[23503]: audit 2024-09-10T04:07:40.586505+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.863 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:41 smithi121 bash[23503]: audit 2024-09-10T04:07:40.597671+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.863 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:41 smithi121 bash[23503]: audit 2024-09-10T04:07:40.597671+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:41 smithi174 bash[23190]: cluster 2024-09-10T04:07:39.682442+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:41.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:41 smithi174 bash[23190]: cluster 2024-09-10T04:07:39.682442+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:41.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:41 smithi174 bash[23190]: audit 2024-09-10T04:07:40.578600+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:41 smithi174 bash[23190]: audit 2024-09-10T04:07:40.578600+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:41 smithi174 bash[23190]: audit 2024-09-10T04:07:40.586505+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:41 smithi174 bash[23190]: audit 2024-09-10T04:07:40.586505+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:41 smithi174 bash[23190]: audit 2024-09-10T04:07:40.597671+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:41.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:41 smithi174 bash[23190]: audit 2024-09-10T04:07:40.597671+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:43.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:43 smithi111 bash[22787]: cluster 2024-09-10T04:07:41.683001+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-10T04:07:43.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:43 smithi111 bash[22787]: cluster 2024-09-10T04:07:41.683001+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-10T04:07:43.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:43 smithi111 bash[22787]: audit 2024-09-10T04:07:43.500751+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:43.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:43 smithi111 bash[22787]: audit 2024-09-10T04:07:43.500751+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:43.870 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:43 smithi121 bash[23503]: cluster 2024-09-10T04:07:41.683001+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-10T04:07:43.870 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:43 smithi121 bash[23503]: cluster 2024-09-10T04:07:41.683001+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-10T04:07:43.870 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:43 smithi121 bash[23503]: audit 2024-09-10T04:07:43.500751+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:43.870 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:43 smithi121 bash[23503]: audit 2024-09-10T04:07:43.500751+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:43.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:43 smithi174 bash[23190]: cluster 2024-09-10T04:07:41.683001+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-10T04:07:43.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:43 smithi174 bash[23190]: cluster 2024-09-10T04:07:41.683001+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-10T04:07:43.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:43 smithi174 bash[23190]: audit 2024-09-10T04:07:43.500751+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:43.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:43 smithi174 bash[23190]: audit 2024-09-10T04:07:43.500751+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:45.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:45 smithi111 bash[22787]: cluster 2024-09-10T04:07:43.683514+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-10T04:07:45.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:45 smithi111 bash[22787]: cluster 2024-09-10T04:07:43.683514+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-10T04:07:45.843 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:45 smithi174 bash[23190]: cluster 2024-09-10T04:07:43.683514+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-10T04:07:45.843 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:45 smithi174 bash[23190]: cluster 2024-09-10T04:07:43.683514+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-10T04:07:45.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:45 smithi121 bash[23503]: cluster 2024-09-10T04:07:43.683514+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-10T04:07:45.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:45 smithi121 bash[23503]: cluster 2024-09-10T04:07:43.683514+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-10T04:07:46.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:46 smithi111 bash[22787]: audit 2024-09-10T04:07:45.615021+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:46 smithi111 bash[22787]: audit 2024-09-10T04:07:45.615021+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:46 smithi111 bash[22787]: audit 2024-09-10T04:07:45.624105+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:46 smithi111 bash[22787]: audit 2024-09-10T04:07:45.624105+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:46 smithi111 bash[22787]: audit 2024-09-10T04:07:45.634351+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:46 smithi111 bash[22787]: audit 2024-09-10T04:07:45.634351+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:46 smithi111 bash[22787]: audit 2024-09-10T04:07:46.379636+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:46 smithi111 bash[22787]: audit 2024-09-10T04:07:46.379636+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:46 smithi111 bash[22787]: audit 2024-09-10T04:07:46.388315+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:46 smithi111 bash[22787]: audit 2024-09-10T04:07:46.388315+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:46 smithi111 bash[22787]: audit 2024-09-10T04:07:46.398253+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:46 smithi111 bash[22787]: audit 2024-09-10T04:07:46.398253+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:46 smithi174 bash[23190]: audit 2024-09-10T04:07:45.615021+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:46 smithi174 bash[23190]: audit 2024-09-10T04:07:45.615021+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:46 smithi174 bash[23190]: audit 2024-09-10T04:07:45.624105+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:46 smithi174 bash[23190]: audit 2024-09-10T04:07:45.624105+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:46 smithi174 bash[23190]: audit 2024-09-10T04:07:45.634351+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:46 smithi174 bash[23190]: audit 2024-09-10T04:07:45.634351+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:46 smithi174 bash[23190]: audit 2024-09-10T04:07:46.379636+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:46 smithi174 bash[23190]: audit 2024-09-10T04:07:46.379636+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:46 smithi174 bash[23190]: audit 2024-09-10T04:07:46.388315+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:46 smithi174 bash[23190]: audit 2024-09-10T04:07:46.388315+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:46 smithi174 bash[23190]: audit 2024-09-10T04:07:46.398253+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:46 smithi174 bash[23190]: audit 2024-09-10T04:07:46.398253+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:46 smithi121 bash[23503]: audit 2024-09-10T04:07:45.615021+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:46 smithi121 bash[23503]: audit 2024-09-10T04:07:45.615021+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:46 smithi121 bash[23503]: audit 2024-09-10T04:07:45.624105+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:46 smithi121 bash[23503]: audit 2024-09-10T04:07:45.624105+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:46 smithi121 bash[23503]: audit 2024-09-10T04:07:45.634351+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:46 smithi121 bash[23503]: audit 2024-09-10T04:07:45.634351+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:46 smithi121 bash[23503]: audit 2024-09-10T04:07:46.379636+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:46 smithi121 bash[23503]: audit 2024-09-10T04:07:46.379636+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:46 smithi121 bash[23503]: audit 2024-09-10T04:07:46.388315+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:46 smithi121 bash[23503]: audit 2024-09-10T04:07:46.388315+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:46 smithi121 bash[23503]: audit 2024-09-10T04:07:46.398253+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:46.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:46 smithi121 bash[23503]: audit 2024-09-10T04:07:46.398253+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:47.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:47 smithi111 bash[22787]: cluster 2024-09-10T04:07:45.684038+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-10T04:07:47.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:47 smithi111 bash[22787]: cluster 2024-09-10T04:07:45.684038+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-10T04:07:47.883 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:47 smithi174 bash[23190]: cluster 2024-09-10T04:07:45.684038+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-10T04:07:47.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:47 smithi174 bash[23190]: cluster 2024-09-10T04:07:45.684038+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-10T04:07:47.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:47 smithi121 bash[23503]: cluster 2024-09-10T04:07:45.684038+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-10T04:07:47.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:47 smithi121 bash[23503]: cluster 2024-09-10T04:07:45.684038+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-10T04:07:49.653 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:49 smithi111 bash[22787]: cluster 2024-09-10T04:07:47.684563+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-10T04:07:49.654 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:49 smithi111 bash[22787]: cluster 2024-09-10T04:07:47.684563+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-10T04:07:49.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:49 smithi174 bash[23190]: cluster 2024-09-10T04:07:47.684563+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-10T04:07:49.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:49 smithi174 bash[23190]: cluster 2024-09-10T04:07:47.684563+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-10T04:07:49.997 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:49 smithi121 bash[23503]: cluster 2024-09-10T04:07:47.684563+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-10T04:07:49.997 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:49 smithi121 bash[23503]: cluster 2024-09-10T04:07:47.684563+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-10T04:07:51.775 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:51 smithi111 bash[22787]: cluster 2024-09-10T04:07:49.685080+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-10T04:07:51.775 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:51 smithi111 bash[22787]: cluster 2024-09-10T04:07:49.685080+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-10T04:07:51.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:51 smithi121 bash[23503]: cluster 2024-09-10T04:07:49.685080+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-10T04:07:51.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:51 smithi121 bash[23503]: cluster 2024-09-10T04:07:49.685080+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-10T04:07:52.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:51 smithi174 bash[23190]: cluster 2024-09-10T04:07:49.685080+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-10T04:07:52.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:51 smithi174 bash[23190]: cluster 2024-09-10T04:07:49.685080+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-10T04:07:53.052 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:52 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:53.052 INFO:journalctl@ceph.osd.1.smithi121.stdout:Sep 10 04:07:52 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:53.052 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:07:52 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:53.396 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:53 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:53.396 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:07:53 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:53.397 INFO:journalctl@ceph.osd.1.smithi121.stdout:Sep 10 04:07:53 smithi121 systemd[1]: /etc/systemd/system/ceph-d8b841fe-6f28-11ef-bcea-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-10T04:07:53.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:53 smithi111 bash[22787]: cluster 2024-09-10T04:07:51.685621+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:53.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:53 smithi111 bash[22787]: cluster 2024-09-10T04:07:51.685621+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:53.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:53 smithi111 bash[22787]: audit 2024-09-10T04:07:53.330518+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:53.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:53 smithi111 bash[22787]: audit 2024-09-10T04:07:53.330518+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:53.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:53 smithi111 bash[22787]: audit 2024-09-10T04:07:53.339806+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:53.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:53 smithi111 bash[22787]: audit 2024-09-10T04:07:53.339806+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:53.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:53 smithi111 bash[22787]: audit 2024-09-10T04:07:53.363196+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:53.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:53 smithi111 bash[22787]: audit 2024-09-10T04:07:53.363196+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:53.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:53 smithi111 bash[22787]: audit 2024-09-10T04:07:53.368259+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-10T04:07:53.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:53 smithi111 bash[22787]: audit 2024-09-10T04:07:53.368259+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-10T04:07:53.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:53 smithi121 bash[23503]: cluster 2024-09-10T04:07:51.685621+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:53.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:53 smithi121 bash[23503]: cluster 2024-09-10T04:07:51.685621+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:53.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:53 smithi121 bash[23503]: audit 2024-09-10T04:07:53.330518+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:53.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:53 smithi121 bash[23503]: audit 2024-09-10T04:07:53.330518+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:53.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:53 smithi121 bash[23503]: audit 2024-09-10T04:07:53.339806+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:53.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:53 smithi121 bash[23503]: audit 2024-09-10T04:07:53.339806+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:53.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:53 smithi121 bash[23503]: audit 2024-09-10T04:07:53.363196+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:53.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:53 smithi121 bash[23503]: audit 2024-09-10T04:07:53.363196+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:53.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:53 smithi121 bash[23503]: audit 2024-09-10T04:07:53.368259+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-10T04:07:53.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:53 smithi121 bash[23503]: audit 2024-09-10T04:07:53.368259+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-10T04:07:54.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:53 smithi174 bash[23190]: cluster 2024-09-10T04:07:51.685621+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:54.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:53 smithi174 bash[23190]: cluster 2024-09-10T04:07:51.685621+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:07:54.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:53 smithi174 bash[23190]: audit 2024-09-10T04:07:53.330518+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:54.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:53 smithi174 bash[23190]: audit 2024-09-10T04:07:53.330518+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:54.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:53 smithi174 bash[23190]: audit 2024-09-10T04:07:53.339806+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:54.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:53 smithi174 bash[23190]: audit 2024-09-10T04:07:53.339806+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:54.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:53 smithi174 bash[23190]: audit 2024-09-10T04:07:53.363196+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:54.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:53 smithi174 bash[23190]: audit 2024-09-10T04:07:53.363196+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:54.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:53 smithi174 bash[23190]: audit 2024-09-10T04:07:53.368259+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-10T04:07:54.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:53 smithi174 bash[23190]: audit 2024-09-10T04:07:53.368259+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-10T04:07:54.687 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:07:54 smithi111 bash[23043]: ignoring --setuser ceph since I am not root 2024-09-10T04:07:54.691 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:07:54 smithi111 bash[23043]: ignoring --setgroup ceph since I am not root 2024-09-10T04:07:54.701 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:07:54 smithi121 bash[24277]: ignoring --setuser ceph since I am not root 2024-09-10T04:07:54.702 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:07:54 smithi121 bash[24277]: ignoring --setgroup ceph since I am not root 2024-09-10T04:07:54.702 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:07:54 smithi121 bash[24277]: debug 2024-09-10T04:07:54.423+0000 7f1630805640 1 -- 172.21.15.121:0/2100567955 <== mon.2 v2:172.21.15.121:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55d3aaf1d0e0 con 0x55d3aaf1f400 2024-09-10T04:07:55.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:54 smithi121 bash[23503]: audit 2024-09-10T04:07:53.983860+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:55.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:54 smithi121 bash[23503]: audit 2024-09-10T04:07:53.983860+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:55.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:54 smithi121 bash[23503]: audit 2024-09-10T04:07:54.365000+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-10T04:07:55.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:54 smithi121 bash[23503]: audit 2024-09-10T04:07:54.365000+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-10T04:07:55.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:54 smithi121 bash[23503]: cluster 2024-09-10T04:07:54.376378+0000 mon.a (mon.0) 775 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-10T04:07:55.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:07:54 smithi121 bash[23503]: cluster 2024-09-10T04:07:54.376378+0000 mon.a (mon.0) 775 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-10T04:07:55.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:54 smithi111 bash[22787]: audit 2024-09-10T04:07:53.983860+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:55.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:54 smithi111 bash[22787]: audit 2024-09-10T04:07:53.983860+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:55.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:54 smithi111 bash[22787]: audit 2024-09-10T04:07:54.365000+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-10T04:07:55.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:54 smithi111 bash[22787]: audit 2024-09-10T04:07:54.365000+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-10T04:07:55.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:54 smithi111 bash[22787]: cluster 2024-09-10T04:07:54.376378+0000 mon.a (mon.0) 775 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-10T04:07:55.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:07:54 smithi111 bash[22787]: cluster 2024-09-10T04:07:54.376378+0000 mon.a (mon.0) 775 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-10T04:07:55.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:54 smithi174 bash[23190]: audit 2024-09-10T04:07:53.983860+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:55.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:54 smithi174 bash[23190]: audit 2024-09-10T04:07:53.983860+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' 2024-09-10T04:07:55.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:54 smithi174 bash[23190]: audit 2024-09-10T04:07:54.365000+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-10T04:07:55.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:54 smithi174 bash[23190]: audit 2024-09-10T04:07:54.365000+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.111:0/3056603930' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-10T04:07:55.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:54 smithi174 bash[23190]: cluster 2024-09-10T04:07:54.376378+0000 mon.a (mon.0) 775 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-10T04:07:55.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:07:54 smithi174 bash[23190]: cluster 2024-09-10T04:07:54.376378+0000 mon.a (mon.0) 775 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-10T04:08:00.595 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:00 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.391448+0000 mon.a (mon.0) 776 : cluster [DBG] Standby manager daemon b restarted 2024-09-10T04:08:00.595 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:00 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.391448+0000 mon.a (mon.0) 776 : cluster [DBG] Standby manager daemon b restarted 2024-09-10T04:08:00.596 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:00 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.391626+0000 mon.a (mon.0) 777 : cluster [DBG] Standby manager daemon b started 2024-09-10T04:08:00.596 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:00 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.391626+0000 mon.a (mon.0) 777 : cluster [DBG] Standby manager daemon b started 2024-09-10T04:08:00.596 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:00 smithi174 bash[23190]: audit 2024-09-10T04:08:00.393025+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T04:08:00.596 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:00 smithi174 bash[23190]: audit 2024-09-10T04:08:00.393025+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T04:08:00.596 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:00 smithi174 bash[23190]: audit 2024-09-10T04:08:00.393683+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:08:00.596 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:00 smithi174 bash[23190]: audit 2024-09-10T04:08:00.393683+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:08:00.596 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:00 smithi174 bash[23190]: audit 2024-09-10T04:08:00.395867+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T04:08:00.597 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:00 smithi174 bash[23190]: audit 2024-09-10T04:08:00.395867+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T04:08:00.597 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:00 smithi174 bash[23190]: audit 2024-09-10T04:08:00.397835+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:08:00.597 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:00 smithi174 bash[23190]: audit 2024-09-10T04:08:00.397835+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:08:00.701 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[24277]: [10/Sep/2024:04:08:00] ENGINE Bus STARTING 2024-09-10T04:08:00.701 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[24277]: CherryPy Checker: 2024-09-10T04:08:00.701 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[24277]: The Application mounted at '' has an empty config. 2024-09-10T04:08:00.701 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[24277]: [10/Sep/2024:04:08:00] ENGINE Serving on http://:::9283 2024-09-10T04:08:00.701 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[24277]: [10/Sep/2024:04:08:00] ENGINE Bus STARTED 2024-09-10T04:08:00.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.391448+0000 mon.a (mon.0) 776 : cluster [DBG] Standby manager daemon b restarted 2024-09-10T04:08:00.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.391448+0000 mon.a (mon.0) 776 : cluster [DBG] Standby manager daemon b restarted 2024-09-10T04:08:00.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.391626+0000 mon.a (mon.0) 777 : cluster [DBG] Standby manager daemon b started 2024-09-10T04:08:00.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.391626+0000 mon.a (mon.0) 777 : cluster [DBG] Standby manager daemon b started 2024-09-10T04:08:00.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[23503]: audit 2024-09-10T04:08:00.393025+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T04:08:00.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[23503]: audit 2024-09-10T04:08:00.393025+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T04:08:00.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[23503]: audit 2024-09-10T04:08:00.393683+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:08:00.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[23503]: audit 2024-09-10T04:08:00.393683+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:08:00.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[23503]: audit 2024-09-10T04:08:00.395867+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T04:08:00.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[23503]: audit 2024-09-10T04:08:00.395867+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T04:08:00.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[23503]: audit 2024-09-10T04:08:00.397835+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:08:00.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:00 smithi121 bash[23503]: audit 2024-09-10T04:08:00.397835+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:08:00.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:00 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.391448+0000 mon.a (mon.0) 776 : cluster [DBG] Standby manager daemon b restarted 2024-09-10T04:08:00.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:00 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.391448+0000 mon.a (mon.0) 776 : cluster [DBG] Standby manager daemon b restarted 2024-09-10T04:08:00.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:00 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.391626+0000 mon.a (mon.0) 777 : cluster [DBG] Standby manager daemon b started 2024-09-10T04:08:00.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:00 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.391626+0000 mon.a (mon.0) 777 : cluster [DBG] Standby manager daemon b started 2024-09-10T04:08:00.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:00 smithi111 bash[22787]: audit 2024-09-10T04:08:00.393025+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T04:08:00.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:00 smithi111 bash[22787]: audit 2024-09-10T04:08:00.393025+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T04:08:00.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:00 smithi111 bash[22787]: audit 2024-09-10T04:08:00.393683+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:08:00.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:00 smithi111 bash[22787]: audit 2024-09-10T04:08:00.393683+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:08:00.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:00 smithi111 bash[22787]: audit 2024-09-10T04:08:00.395867+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T04:08:00.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:00 smithi111 bash[22787]: audit 2024-09-10T04:08:00.395867+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T04:08:00.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:00 smithi111 bash[22787]: audit 2024-09-10T04:08:00.397835+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:08:00.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:00 smithi111 bash[22787]: audit 2024-09-10T04:08:00.397835+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.121:0/3548309678' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:08:01.734 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.454219+0000 mon.a (mon.0) 778 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-10T04:08:01.734 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.454219+0000 mon.a (mon.0) 778 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-10T04:08:01.735 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.631253+0000 mon.a (mon.0) 779 : cluster [INF] Active manager daemon a restarted 2024-09-10T04:08:01.735 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.631253+0000 mon.a (mon.0) 779 : cluster [INF] Active manager daemon a restarted 2024-09-10T04:08:01.735 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.631780+0000 mon.a (mon.0) 780 : cluster [INF] Activating manager daemon a 2024-09-10T04:08:01.735 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.631780+0000 mon.a (mon.0) 780 : cluster [INF] Activating manager daemon a 2024-09-10T04:08:01.735 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.643831+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-10T04:08:01.735 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.643831+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-10T04:08:01.735 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.644655+0000 mon.a (mon.0) 782 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0130737s), standbys: b 2024-09-10T04:08:01.735 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.644655+0000 mon.a (mon.0) 782 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0130737s), standbys: b 2024-09-10T04:08:01.735 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.646990+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:08:01.736 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.646990+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:08:01.736 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.647324+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:08:01.736 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.647324+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:08:01.736 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.647594+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:08:01.736 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.647594+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:08:01.736 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.648909+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T04:08:01.736 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.648909+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T04:08:01.736 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.649281+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T04:08:01.736 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.649281+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T04:08:01.736 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.649615+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:08:01.736 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.649615+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:08:01.737 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.650079+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:08:01.737 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.650079+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:08:01.737 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.650471+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:08:01.737 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.650471+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:08:01.737 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.650921+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:08:01.737 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.650921+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:08:01.737 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.651204+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:08:01.737 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.651204+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:08:01.737 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.651759+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:08:01.737 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.651759+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:08:01.737 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.676227+0000 mon.a (mon.0) 794 : cluster [INF] Manager daemon a is now available 2024-09-10T04:08:01.737 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cluster 2024-09-10T04:08:00.676227+0000 mon.a (mon.0) 794 : cluster [INF] Manager daemon a is now available 2024-09-10T04:08:01.737 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.955542+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:01.737 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.955542+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:01.738 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.959088+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:01.738 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.959088+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:01.738 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.963723+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.738 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.963723+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.738 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.965182+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.738 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.965182+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.738 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.966442+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.738 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.966442+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.738 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.968736+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"}]': finished 2024-09-10T04:08:01.738 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.968736+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"}]': finished 2024-09-10T04:08:01.738 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.974438+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]': finished 2024-09-10T04:08:01.738 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.974438+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]': finished 2024-09-10T04:08:01.738 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.976228+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:01.739 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.976228+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:01.739 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.977193+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:01.739 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.977193+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:01.739 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cephadm 2024-09-10T04:08:00.978373+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:08:01.739 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cephadm 2024-09-10T04:08:00.978373+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:08:01.739 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cephadm 2024-09-10T04:08:00.978815+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:08:01.739 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cephadm 2024-09-10T04:08:00.978815+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:08:01.739 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cephadm 2024-09-10T04:08:00.979251+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:08:01.739 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cephadm 2024-09-10T04:08:00.979251+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:08:01.739 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.980757+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:01.739 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.980757+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:01.739 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.983642+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:01.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.983642+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:01.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.984233+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:01.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:00.984233+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:01.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:01.005374+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:08:01.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:01.005374+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:08:01.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:01.010765+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T04:08:01.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: audit 2024-09-10T04:08:01.010765+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T04:08:01.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.288412+0000 mgr.a (mgr.14397) 4 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.288412+0000 mgr.a (mgr.14397) 4 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.388860+0000 mgr.a (mgr.14397) 5 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.388860+0000 mgr.a (mgr.14397) 5 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.390028+0000 mgr.a (mgr.14397) 6 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.390028+0000 mgr.a (mgr.14397) 6 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.454219+0000 mon.a (mon.0) 778 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-10T04:08:01.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.454219+0000 mon.a (mon.0) 778 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-10T04:08:01.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.631253+0000 mon.a (mon.0) 779 : cluster [INF] Active manager daemon a restarted 2024-09-10T04:08:01.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.631253+0000 mon.a (mon.0) 779 : cluster [INF] Active manager daemon a restarted 2024-09-10T04:08:01.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.631780+0000 mon.a (mon.0) 780 : cluster [INF] Activating manager daemon a 2024-09-10T04:08:01.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.631780+0000 mon.a (mon.0) 780 : cluster [INF] Activating manager daemon a 2024-09-10T04:08:01.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.643831+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-10T04:08:01.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.643831+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-10T04:08:01.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.644655+0000 mon.a (mon.0) 782 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0130737s), standbys: b 2024-09-10T04:08:01.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.644655+0000 mon.a (mon.0) 782 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0130737s), standbys: b 2024-09-10T04:08:01.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.646990+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:08:01.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.646990+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:08:01.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.647324+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:08:01.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.647324+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:08:01.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.647594+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:08:01.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.647594+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:08:01.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.648909+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T04:08:01.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.648909+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T04:08:01.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.649281+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T04:08:01.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.649281+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T04:08:01.886 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.649615+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:08:01.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.649615+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:08:01.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.650079+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:08:01.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.650079+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:08:01.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.650471+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:08:01.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.650471+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:08:01.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.650921+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:08:01.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.650921+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:08:01.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.651204+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:08:01.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.651204+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:08:01.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.651759+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:08:01.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.651759+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:08:01.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.676227+0000 mon.a (mon.0) 794 : cluster [INF] Manager daemon a is now available 2024-09-10T04:08:01.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cluster 2024-09-10T04:08:00.676227+0000 mon.a (mon.0) 794 : cluster [INF] Manager daemon a is now available 2024-09-10T04:08:01.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.955542+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:01.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.955542+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:01.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.959088+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:01.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.959088+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:01.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.963723+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.963723+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.965182+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.965182+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.966442+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.966442+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.968736+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"}]': finished 2024-09-10T04:08:01.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.968736+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"}]': finished 2024-09-10T04:08:01.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.974438+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]': finished 2024-09-10T04:08:01.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.974438+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]': finished 2024-09-10T04:08:01.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.976228+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:01.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.976228+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:01.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.977193+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:01.889 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.977193+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:01.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cephadm 2024-09-10T04:08:00.978373+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:08:01.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cephadm 2024-09-10T04:08:00.978373+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:08:01.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cephadm 2024-09-10T04:08:00.978815+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:08:01.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cephadm 2024-09-10T04:08:00.978815+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:08:01.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cephadm 2024-09-10T04:08:00.979251+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:08:01.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cephadm 2024-09-10T04:08:00.979251+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:08:01.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.980757+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:01.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.980757+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:01.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.983642+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:01.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.983642+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:01.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.984233+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:01.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:00.984233+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:01.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:01.005374+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:08:01.890 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:01.005374+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:08:01.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:01.010765+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T04:08:01.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: audit 2024-09-10T04:08:01.010765+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T04:08:01.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.288412+0000 mgr.a (mgr.14397) 4 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.288412+0000 mgr.a (mgr.14397) 4 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.388860+0000 mgr.a (mgr.14397) 5 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.388860+0000 mgr.a (mgr.14397) 5 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.390028+0000 mgr.a (mgr.14397) 6 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:01 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.390028+0000 mgr.a (mgr.14397) 6 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.454219+0000 mon.a (mon.0) 778 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-10T04:08:01.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.454219+0000 mon.a (mon.0) 778 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-10T04:08:01.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.631253+0000 mon.a (mon.0) 779 : cluster [INF] Active manager daemon a restarted 2024-09-10T04:08:01.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.631253+0000 mon.a (mon.0) 779 : cluster [INF] Active manager daemon a restarted 2024-09-10T04:08:01.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.631780+0000 mon.a (mon.0) 780 : cluster [INF] Activating manager daemon a 2024-09-10T04:08:01.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.631780+0000 mon.a (mon.0) 780 : cluster [INF] Activating manager daemon a 2024-09-10T04:08:01.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.643831+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-10T04:08:01.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.643831+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-10T04:08:01.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.644655+0000 mon.a (mon.0) 782 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0130737s), standbys: b 2024-09-10T04:08:01.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.644655+0000 mon.a (mon.0) 782 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0130737s), standbys: b 2024-09-10T04:08:01.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.646990+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:08:01.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.646990+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T04:08:01.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.647324+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:08:01.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.647324+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T04:08:01.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.647594+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:08:01.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.647594+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T04:08:01.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.648909+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T04:08:01.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.648909+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T04:08:01.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.649281+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T04:08:01.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.649281+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T04:08:01.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.649615+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:08:01.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.649615+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:08:01.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.650079+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:08:01.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.650079+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:08:01.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.650471+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:08:01.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.650471+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:08:01.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.650921+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:08:01.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.650921+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:08:01.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.651204+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:08:01.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.651204+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:08:01.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.651759+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:08:01.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.651759+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:08:01.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.676227+0000 mon.a (mon.0) 794 : cluster [INF] Manager daemon a is now available 2024-09-10T04:08:01.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cluster 2024-09-10T04:08:00.676227+0000 mon.a (mon.0) 794 : cluster [INF] Manager daemon a is now available 2024-09-10T04:08:01.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.955542+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:01.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.955542+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:01.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.959088+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:01.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.959088+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:01.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.963723+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.963723+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.965182+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.965182+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.966442+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.966442+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"} : dispatch 2024-09-10T04:08:01.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.968736+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"}]': finished 2024-09-10T04:08:01.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.968736+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"}]': finished 2024-09-10T04:08:01.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.974438+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]': finished 2024-09-10T04:08:01.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.974438+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]': finished 2024-09-10T04:08:01.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.976228+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:01.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.976228+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:01.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.977193+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:01.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.977193+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:01.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cephadm 2024-09-10T04:08:00.978373+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:08:01.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cephadm 2024-09-10T04:08:00.978373+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-09-10T04:08:01.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cephadm 2024-09-10T04:08:00.978815+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:08:01.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cephadm 2024-09-10T04:08:00.978815+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2024-09-10T04:08:01.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cephadm 2024-09-10T04:08:00.979251+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:08:01.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cephadm 2024-09-10T04:08:00.979251+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-09-10T04:08:01.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.980757+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:01.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.980757+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:01.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.983642+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:01.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.983642+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:01.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.984233+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:01.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:00.984233+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:01.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:01.005374+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:08:01.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:01.005374+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:08:01.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:01.010765+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T04:08:01.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: audit 2024-09-10T04:08:01.010765+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T04:08:01.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.288412+0000 mgr.a (mgr.14397) 4 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.288412+0000 mgr.a (mgr.14397) 4 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.388860+0000 mgr.a (mgr.14397) 5 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.388860+0000 mgr.a (mgr.14397) 5 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.390028+0000 mgr.a (mgr.14397) 6 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:01.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:01 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.390028+0000 mgr.a (mgr.14397) 6 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:08:02.187 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: [10/Sep/2024:04:08:01] ENGINE Bus STARTING 2024-09-10T04:08:02.188 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: CherryPy Checker: 2024-09-10T04:08:02.188 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: The Application mounted at '' has an empty config. 2024-09-10T04:08:02.188 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: [10/Sep/2024:04:08:01] ENGINE Serving on http://:::9283 2024-09-10T04:08:02.188 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: [10/Sep/2024:04:08:01] ENGINE Bus STARTED 2024-09-10T04:08:02.188 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: debug 2024-09-10T04:08:01.886+0000 7fa9d3324640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:04:08:01] ENGINE Error in HTTPServer.serve 2024-09-10T04:08:02.188 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: Traceback (most recent call last): 2024-09-10T04:08:02.188 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:08:02.188 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: self._connections.run(self.expiration_interval) 2024-09-10T04:08:02.188 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:08:02.188 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: self._run(expiration_interval) 2024-09-10T04:08:02.188 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:08:02.188 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:08:02.188 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:08:02.188 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:08:02.189 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:08:02.189 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: s = self.context.wrap_socket( 2024-09-10T04:08:02.189 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:08:02.189 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: return self.sslsocket_class._create( 2024-09-10T04:08:02.189 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:08:02.189 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: self.do_handshake() 2024-09-10T04:08:02.189 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:08:02.189 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: self._sslobj.do_handshake() 2024-09-10T04:08:02.189 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:01 smithi111 bash[23043]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:08:02.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.501519+0000 mgr.a (mgr.14397) 7 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.501519+0000 mgr.a (mgr.14397) 7 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cluster 2024-09-10T04:08:01.649551+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e20: a(active, since 1.01798s), standbys: b 2024-09-10T04:08:02.919 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cluster 2024-09-10T04:08:01.649551+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e20: a(active, since 1.01798s), standbys: b 2024-09-10T04:08:02.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:01.650219+0000 mgr.a (mgr.14397) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:02.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:01.650219+0000 mgr.a (mgr.14397) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:02.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cluster 2024-09-10T04:08:01.654796+0000 mgr.a (mgr.14397) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:02.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cluster 2024-09-10T04:08:01.654796+0000 mgr.a (mgr.14397) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:02.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.756386+0000 mgr.a (mgr.14397) 10 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Bus STARTING 2024-09-10T04:08:02.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.756386+0000 mgr.a (mgr.14397) 10 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Bus STARTING 2024-09-10T04:08:02.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.839453+0000 mgr.a (mgr.14397) 11 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.839453+0000 mgr.a (mgr.14397) 11 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.851404+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.851404+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.886396+0000 mgr.a (mgr.14397) 13 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Serving on https://172.21.15.111:7151 2024-09-10T04:08:02.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.886396+0000 mgr.a (mgr.14397) 13 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Serving on https://172.21.15.111:7151 2024-09-10T04:08:02.920 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.892069+0000 mgr.a (mgr.14397) 14 : cephadm [ERR] [10/Sep/2024:04:08:01] ENGINE Error in HTTPServer.serve 2024-09-10T04:08:02.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: Traceback (most recent call last): 2024-09-10T04:08:02.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:08:02.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: self._connections.run(self.expiration_interval) 2024-09-10T04:08:02.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:08:02.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: self._run(expiration_interval) 2024-09-10T04:08:02.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:08:02.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:08:02.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:08:02.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:08:02.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:08:02.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: s = self.context.wrap_socket( 2024-09-10T04:08:02.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:08:02.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: return self.sslsocket_class._create( 2024-09-10T04:08:02.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:08:02.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: self.do_handshake() 2024-09-10T04:08:02.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:08:02.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: self._sslobj.do_handshake() 2024-09-10T04:08:02.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:08:02.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.892069+0000 mgr.a (mgr.14397) 14 : cephadm [ERR] [10/Sep/2024:04:08:01] ENGINE Error in HTTPServer.serve 2024-09-10T04:08:02.922 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: Traceback (most recent call last): 2024-09-10T04:08:02.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:08:02.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: self._connections.run(self.expiration_interval) 2024-09-10T04:08:02.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:08:02.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: self._run(expiration_interval) 2024-09-10T04:08:02.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:08:02.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:08:02.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:08:02.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:08:02.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:08:02.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: s = self.context.wrap_socket( 2024-09-10T04:08:02.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:08:02.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: return self.sslsocket_class._create( 2024-09-10T04:08:02.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:08:02.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: self.do_handshake() 2024-09-10T04:08:02.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:08:02.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: self._sslobj.do_handshake() 2024-09-10T04:08:02.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:08:02.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.913960+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.913960+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.934898+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.934898+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:01.937428+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:01.937428+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:01.942672+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:01.942672+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.924 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.989226+0000 mgr.a (mgr.14397) 17 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Serving on http://172.21.15.111:8765 2024-09-10T04:08:02.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.989226+0000 mgr.a (mgr.14397) 17 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Serving on http://172.21.15.111:8765 2024-09-10T04:08:02.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.989466+0000 mgr.a (mgr.14397) 18 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Bus STARTED 2024-09-10T04:08:02.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:01.989466+0000 mgr.a (mgr.14397) 18 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Bus STARTED 2024-09-10T04:08:02.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:02.001683+0000 mgr.a (mgr.14397) 19 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:02.001683+0000 mgr.a (mgr.14397) 19 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:02.021563+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:02.021563+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:02.027612+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:02.027612+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:02.071730+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:02.071730+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:02.078562+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:02.078562+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.925 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:02.082830+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:02.082830+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:02.083313+0000 mgr.a (mgr.14397) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:08:02.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: cephadm 2024-09-10T04:08:02.083313+0000 mgr.a (mgr.14397) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:08:02.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:02.087508+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:02.087508+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:02.115230+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []} : dispatch 2024-09-10T04:08:02.926 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:02 smithi174 bash[23190]: audit 2024-09-10T04:08:02.115230+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []} : dispatch 2024-09-10T04:08:02.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.501519+0000 mgr.a (mgr.14397) 7 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.501519+0000 mgr.a (mgr.14397) 7 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cluster 2024-09-10T04:08:01.649551+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e20: a(active, since 1.01798s), standbys: b 2024-09-10T04:08:02.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cluster 2024-09-10T04:08:01.649551+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e20: a(active, since 1.01798s), standbys: b 2024-09-10T04:08:02.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:01.650219+0000 mgr.a (mgr.14397) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:02.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:01.650219+0000 mgr.a (mgr.14397) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:02.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cluster 2024-09-10T04:08:01.654796+0000 mgr.a (mgr.14397) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:02.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cluster 2024-09-10T04:08:01.654796+0000 mgr.a (mgr.14397) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:02.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.756386+0000 mgr.a (mgr.14397) 10 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Bus STARTING 2024-09-10T04:08:02.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.756386+0000 mgr.a (mgr.14397) 10 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Bus STARTING 2024-09-10T04:08:02.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.839453+0000 mgr.a (mgr.14397) 11 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.839453+0000 mgr.a (mgr.14397) 11 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.851404+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.851404+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.886396+0000 mgr.a (mgr.14397) 13 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Serving on https://172.21.15.111:7151 2024-09-10T04:08:02.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.886396+0000 mgr.a (mgr.14397) 13 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Serving on https://172.21.15.111:7151 2024-09-10T04:08:02.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.892069+0000 mgr.a (mgr.14397) 14 : cephadm [ERR] [10/Sep/2024:04:08:01] ENGINE Error in HTTPServer.serve 2024-09-10T04:08:02.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: Traceback (most recent call last): 2024-09-10T04:08:02.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:08:02.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: self._connections.run(self.expiration_interval) 2024-09-10T04:08:02.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:08:02.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: self._run(expiration_interval) 2024-09-10T04:08:02.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:08:02.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:08:02.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:08:02.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:08:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:08:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: s = self.context.wrap_socket( 2024-09-10T04:08:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:08:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: return self.sslsocket_class._create( 2024-09-10T04:08:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:08:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: self.do_handshake() 2024-09-10T04:08:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:08:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: self._sslobj.do_handshake() 2024-09-10T04:08:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:08:02.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.892069+0000 mgr.a (mgr.14397) 14 : cephadm [ERR] [10/Sep/2024:04:08:01] ENGINE Error in HTTPServer.serve 2024-09-10T04:08:02.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: Traceback (most recent call last): 2024-09-10T04:08:02.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:08:02.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: self._connections.run(self.expiration_interval) 2024-09-10T04:08:02.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:08:02.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: self._run(expiration_interval) 2024-09-10T04:08:02.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:08:02.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:08:02.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:08:02.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:08:02.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:08:02.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: s = self.context.wrap_socket( 2024-09-10T04:08:02.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:08:02.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: return self.sslsocket_class._create( 2024-09-10T04:08:02.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:08:02.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: self.do_handshake() 2024-09-10T04:08:02.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:08:02.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: self._sslobj.do_handshake() 2024-09-10T04:08:02.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:08:02.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.913960+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.913960+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.934898+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.934898+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:01.937428+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:01.937428+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:01.942672+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:01.942672+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.989226+0000 mgr.a (mgr.14397) 17 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Serving on http://172.21.15.111:8765 2024-09-10T04:08:02.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.989226+0000 mgr.a (mgr.14397) 17 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Serving on http://172.21.15.111:8765 2024-09-10T04:08:02.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.989466+0000 mgr.a (mgr.14397) 18 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Bus STARTED 2024-09-10T04:08:02.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:01.989466+0000 mgr.a (mgr.14397) 18 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Bus STARTED 2024-09-10T04:08:02.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:02.001683+0000 mgr.a (mgr.14397) 19 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:02.001683+0000 mgr.a (mgr.14397) 19 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:02.021563+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:02.021563+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:02.027612+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:02.027612+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:02.071730+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:02.071730+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:02.078562+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:02.078562+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:02.082830+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:02.082830+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:02.083313+0000 mgr.a (mgr.14397) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:08:02.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: cephadm 2024-09-10T04:08:02.083313+0000 mgr.a (mgr.14397) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:08:02.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:02.087508+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:02.087508+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:02.115230+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []} : dispatch 2024-09-10T04:08:02.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:02 smithi111 bash[22787]: audit 2024-09-10T04:08:02.115230+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []} : dispatch 2024-09-10T04:08:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.501519+0000 mgr.a (mgr.14397) 7 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.501519+0000 mgr.a (mgr.14397) 7 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cluster 2024-09-10T04:08:01.649551+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e20: a(active, since 1.01798s), standbys: b 2024-09-10T04:08:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cluster 2024-09-10T04:08:01.649551+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e20: a(active, since 1.01798s), standbys: b 2024-09-10T04:08:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:01.650219+0000 mgr.a (mgr.14397) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:01.650219+0000 mgr.a (mgr.14397) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cluster 2024-09-10T04:08:01.654796+0000 mgr.a (mgr.14397) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cluster 2024-09-10T04:08:01.654796+0000 mgr.a (mgr.14397) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:02.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.756386+0000 mgr.a (mgr.14397) 10 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Bus STARTING 2024-09-10T04:08:02.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.756386+0000 mgr.a (mgr.14397) 10 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Bus STARTING 2024-09-10T04:08:02.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.839453+0000 mgr.a (mgr.14397) 11 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.839453+0000 mgr.a (mgr.14397) 11 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.851404+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.851404+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.886396+0000 mgr.a (mgr.14397) 13 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Serving on https://172.21.15.111:7151 2024-09-10T04:08:02.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.886396+0000 mgr.a (mgr.14397) 13 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Serving on https://172.21.15.111:7151 2024-09-10T04:08:02.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.892069+0000 mgr.a (mgr.14397) 14 : cephadm [ERR] [10/Sep/2024:04:08:01] ENGINE Error in HTTPServer.serve 2024-09-10T04:08:02.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: Traceback (most recent call last): 2024-09-10T04:08:02.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:08:02.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: self._connections.run(self.expiration_interval) 2024-09-10T04:08:02.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:08:02.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: self._run(expiration_interval) 2024-09-10T04:08:02.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:08:02.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:08:02.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:08:02.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:08:02.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:08:02.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: s = self.context.wrap_socket( 2024-09-10T04:08:02.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:08:02.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: return self.sslsocket_class._create( 2024-09-10T04:08:02.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:08:02.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: self.do_handshake() 2024-09-10T04:08:02.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:08:02.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: self._sslobj.do_handshake() 2024-09-10T04:08:02.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:08:02.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.892069+0000 mgr.a (mgr.14397) 14 : cephadm [ERR] [10/Sep/2024:04:08:01] ENGINE Error in HTTPServer.serve 2024-09-10T04:08:02.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: Traceback (most recent call last): 2024-09-10T04:08:02.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:08:02.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: self._connections.run(self.expiration_interval) 2024-09-10T04:08:02.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:08:02.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: self._run(expiration_interval) 2024-09-10T04:08:02.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:08:02.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:08:02.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:08:02.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:08:02.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:08:02.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: s = self.context.wrap_socket( 2024-09-10T04:08:02.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:08:02.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: return self.sslsocket_class._create( 2024-09-10T04:08:02.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:08:02.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: self.do_handshake() 2024-09-10T04:08:02.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:08:02.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: self._sslobj.do_handshake() 2024-09-10T04:08:02.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:08:02.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.913960+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.913960+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:08:02.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.934898+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.934898+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Updating smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:01.937428+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:01.937428+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:01.942672+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:01.942672+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.989226+0000 mgr.a (mgr.14397) 17 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Serving on http://172.21.15.111:8765 2024-09-10T04:08:02.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.989226+0000 mgr.a (mgr.14397) 17 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Serving on http://172.21.15.111:8765 2024-09-10T04:08:02.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.989466+0000 mgr.a (mgr.14397) 18 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Bus STARTED 2024-09-10T04:08:02.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:01.989466+0000 mgr.a (mgr.14397) 18 : cephadm [INF] [10/Sep/2024:04:08:01] ENGINE Bus STARTED 2024-09-10T04:08:02.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:02.001683+0000 mgr.a (mgr.14397) 19 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:02.001683+0000 mgr.a (mgr.14397) 19 : cephadm [INF] Updating smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:08:02.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:02.021563+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:02.021563+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:02.027612+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:02.027612+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:02.071730+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:02.071730+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:02.078562+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:02.078562+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:02.082830+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:02.082830+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:02.083313+0000 mgr.a (mgr.14397) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:08:02.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: cephadm 2024-09-10T04:08:02.083313+0000 mgr.a (mgr.14397) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:08:02.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:02.087508+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:02.087508+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:02.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:02.115230+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []} : dispatch 2024-09-10T04:08:02.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:02 smithi121 bash[23503]: audit 2024-09-10T04:08:02.115230+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []} : dispatch 2024-09-10T04:08:03.917 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:03 smithi111 bash[22787]: cluster 2024-09-10T04:08:02.650306+0000 mgr.a (mgr.14397) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:03.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:03 smithi121 bash[23503]: cluster 2024-09-10T04:08:02.650306+0000 mgr.a (mgr.14397) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:03.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:03 smithi121 bash[23503]: cluster 2024-09-10T04:08:02.650306+0000 mgr.a (mgr.14397) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:03.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:03 smithi121 bash[23503]: cephadm 2024-09-10T04:08:02.924536+0000 mgr.a (mgr.14397) 22 : cephadm [INF] Reconfiguring grafana.smithi111 (dependencies changed)... 2024-09-10T04:08:03.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:03 smithi121 bash[23503]: cephadm 2024-09-10T04:08:02.924536+0000 mgr.a (mgr.14397) 22 : cephadm [INF] Reconfiguring grafana.smithi111 (dependencies changed)... 2024-09-10T04:08:03.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:03 smithi121 bash[23503]: cephadm 2024-09-10T04:08:03.182384+0000 mgr.a (mgr.14397) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi111 on smithi111 2024-09-10T04:08:03.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:03 smithi121 bash[23503]: cephadm 2024-09-10T04:08:03.182384+0000 mgr.a (mgr.14397) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi111 on smithi111 2024-09-10T04:08:03.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:03 smithi121 bash[23503]: audit 2024-09-10T04:08:03.503164+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:03.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:03 smithi121 bash[23503]: audit 2024-09-10T04:08:03.503164+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:03.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:03 smithi121 bash[23503]: audit 2024-09-10T04:08:03.618984+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:03.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:03 smithi121 bash[23503]: audit 2024-09-10T04:08:03.618984+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:04.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:03 smithi174 bash[23190]: cluster 2024-09-10T04:08:02.650306+0000 mgr.a (mgr.14397) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:04.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:03 smithi174 bash[23190]: cluster 2024-09-10T04:08:02.650306+0000 mgr.a (mgr.14397) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:04.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:03 smithi174 bash[23190]: cephadm 2024-09-10T04:08:02.924536+0000 mgr.a (mgr.14397) 22 : cephadm [INF] Reconfiguring grafana.smithi111 (dependencies changed)... 2024-09-10T04:08:04.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:03 smithi174 bash[23190]: cephadm 2024-09-10T04:08:02.924536+0000 mgr.a (mgr.14397) 22 : cephadm [INF] Reconfiguring grafana.smithi111 (dependencies changed)... 2024-09-10T04:08:04.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:03 smithi174 bash[23190]: cephadm 2024-09-10T04:08:03.182384+0000 mgr.a (mgr.14397) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi111 on smithi111 2024-09-10T04:08:04.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:03 smithi174 bash[23190]: cephadm 2024-09-10T04:08:03.182384+0000 mgr.a (mgr.14397) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi111 on smithi111 2024-09-10T04:08:04.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:03 smithi174 bash[23190]: audit 2024-09-10T04:08:03.503164+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:04.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:03 smithi174 bash[23190]: audit 2024-09-10T04:08:03.503164+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:04.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:03 smithi174 bash[23190]: audit 2024-09-10T04:08:03.618984+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:04.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:03 smithi174 bash[23190]: audit 2024-09-10T04:08:03.618984+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:04.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:03 smithi111 bash[22787]: cluster 2024-09-10T04:08:02.650306+0000 mgr.a (mgr.14397) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:04.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:03 smithi111 bash[22787]: cephadm 2024-09-10T04:08:02.924536+0000 mgr.a (mgr.14397) 22 : cephadm [INF] Reconfiguring grafana.smithi111 (dependencies changed)... 2024-09-10T04:08:04.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:03 smithi111 bash[22787]: cephadm 2024-09-10T04:08:02.924536+0000 mgr.a (mgr.14397) 22 : cephadm [INF] Reconfiguring grafana.smithi111 (dependencies changed)... 2024-09-10T04:08:04.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:03 smithi111 bash[22787]: cephadm 2024-09-10T04:08:03.182384+0000 mgr.a (mgr.14397) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi111 on smithi111 2024-09-10T04:08:04.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:03 smithi111 bash[22787]: cephadm 2024-09-10T04:08:03.182384+0000 mgr.a (mgr.14397) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi111 on smithi111 2024-09-10T04:08:04.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:03 smithi111 bash[22787]: audit 2024-09-10T04:08:03.503164+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:04.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:03 smithi111 bash[22787]: audit 2024-09-10T04:08:03.503164+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:04.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:03 smithi111 bash[22787]: audit 2024-09-10T04:08:03.618984+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:04.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:03 smithi111 bash[22787]: audit 2024-09-10T04:08:03.618984+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:04.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:04 smithi111 bash[22787]: cluster 2024-09-10T04:08:03.670570+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-10T04:08:04.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:04 smithi111 bash[22787]: cluster 2024-09-10T04:08:03.670570+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-10T04:08:04.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:04 smithi111 bash[22787]: audit 2024-09-10T04:08:03.813271+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:04.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:04 smithi111 bash[22787]: audit 2024-09-10T04:08:03.813271+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:04.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:04 smithi121 bash[23503]: cluster 2024-09-10T04:08:03.670570+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-10T04:08:04.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:04 smithi121 bash[23503]: cluster 2024-09-10T04:08:03.670570+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-10T04:08:04.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:04 smithi121 bash[23503]: audit 2024-09-10T04:08:03.813271+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:04.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:04 smithi121 bash[23503]: audit 2024-09-10T04:08:03.813271+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:05.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:04 smithi174 bash[23190]: cluster 2024-09-10T04:08:03.670570+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-10T04:08:05.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:04 smithi174 bash[23190]: cluster 2024-09-10T04:08:03.670570+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-10T04:08:05.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:04 smithi174 bash[23190]: audit 2024-09-10T04:08:03.813271+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:05.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:04 smithi174 bash[23190]: audit 2024-09-10T04:08:03.813271+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:05.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:05 smithi111 bash[22787]: cluster 2024-09-10T04:08:04.650905+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:05.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:05 smithi111 bash[22787]: cluster 2024-09-10T04:08:04.650905+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:05.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:05 smithi111 bash[22787]: cluster 2024-09-10T04:08:05.678837+0000 mon.a (mon.0) 823 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-10T04:08:05.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:05 smithi111 bash[22787]: cluster 2024-09-10T04:08:05.678837+0000 mon.a (mon.0) 823 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-10T04:08:06.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:05 smithi174 bash[23190]: cluster 2024-09-10T04:08:04.650905+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:06.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:05 smithi174 bash[23190]: cluster 2024-09-10T04:08:04.650905+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:06.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:05 smithi174 bash[23190]: cluster 2024-09-10T04:08:05.678837+0000 mon.a (mon.0) 823 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-10T04:08:06.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:05 smithi174 bash[23190]: cluster 2024-09-10T04:08:05.678837+0000 mon.a (mon.0) 823 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-10T04:08:06.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:05 smithi121 bash[23503]: cluster 2024-09-10T04:08:04.650905+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:06.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:05 smithi121 bash[23503]: cluster 2024-09-10T04:08:04.650905+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:06.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:05 smithi121 bash[23503]: cluster 2024-09-10T04:08:05.678837+0000 mon.a (mon.0) 823 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-10T04:08:06.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:05 smithi121 bash[23503]: cluster 2024-09-10T04:08:05.678837+0000 mon.a (mon.0) 823 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-10T04:08:07.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:07 smithi111 bash[22787]: audit 2024-09-10T04:08:06.162149+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:07.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:07 smithi111 bash[22787]: audit 2024-09-10T04:08:06.162149+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:07.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:07 smithi121 bash[23503]: audit 2024-09-10T04:08:06.162149+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:07.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:07 smithi121 bash[23503]: audit 2024-09-10T04:08:06.162149+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:07.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:07 smithi174 bash[23190]: audit 2024-09-10T04:08:06.162149+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:07.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:07 smithi174 bash[23190]: audit 2024-09-10T04:08:06.162149+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:08.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:08 smithi111 bash[22787]: cluster 2024-09-10T04:08:06.651443+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:08.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:08 smithi111 bash[22787]: cluster 2024-09-10T04:08:06.651443+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:08.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:08 smithi121 bash[23503]: cluster 2024-09-10T04:08:06.651443+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:08.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:08 smithi121 bash[23503]: cluster 2024-09-10T04:08:06.651443+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:08.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:08 smithi174 bash[23190]: cluster 2024-09-10T04:08:06.651443+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:08.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:08 smithi174 bash[23190]: cluster 2024-09-10T04:08:06.651443+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:09.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:09 smithi111 bash[22787]: audit 2024-09-10T04:08:08.227815+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:09 smithi111 bash[22787]: audit 2024-09-10T04:08:08.227815+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:09 smithi111 bash[22787]: audit 2024-09-10T04:08:08.232529+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:09 smithi111 bash[22787]: audit 2024-09-10T04:08:08.232529+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:09 smithi111 bash[22787]: audit 2024-09-10T04:08:08.237636+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:09 smithi111 bash[22787]: audit 2024-09-10T04:08:08.237636+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.490 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:09 smithi121 bash[23503]: audit 2024-09-10T04:08:08.227815+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.490 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:09 smithi121 bash[23503]: audit 2024-09-10T04:08:08.227815+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.490 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:09 smithi121 bash[23503]: audit 2024-09-10T04:08:08.232529+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.490 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:09 smithi121 bash[23503]: audit 2024-09-10T04:08:08.232529+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.491 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:09 smithi121 bash[23503]: audit 2024-09-10T04:08:08.237636+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.491 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:09 smithi121 bash[23503]: audit 2024-09-10T04:08:08.237636+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:09 smithi174 bash[23190]: audit 2024-09-10T04:08:08.227815+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:09 smithi174 bash[23190]: audit 2024-09-10T04:08:08.227815+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:09 smithi174 bash[23190]: audit 2024-09-10T04:08:08.232529+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:09 smithi174 bash[23190]: audit 2024-09-10T04:08:08.232529+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:09 smithi174 bash[23190]: audit 2024-09-10T04:08:08.237636+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:09.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:09 smithi174 bash[23190]: audit 2024-09-10T04:08:08.237636+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:10.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:10 smithi174 bash[23190]: cluster 2024-09-10T04:08:08.652172+0000 mgr.a (mgr.14397) 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-10T04:08:10.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:10 smithi174 bash[23190]: cluster 2024-09-10T04:08:08.652172+0000 mgr.a (mgr.14397) 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-10T04:08:10.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:10 smithi174 bash[23190]: audit 2024-09-10T04:08:09.842883+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:10.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:10 smithi174 bash[23190]: audit 2024-09-10T04:08:09.842883+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:10.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:10 smithi174 bash[23190]: audit 2024-09-10T04:08:09.848480+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:10.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:10 smithi174 bash[23190]: audit 2024-09-10T04:08:09.848480+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:10.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:10 smithi174 bash[23190]: audit 2024-09-10T04:08:09.849499+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []} : dispatch 2024-09-10T04:08:10.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:10 smithi174 bash[23190]: audit 2024-09-10T04:08:09.849499+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []} : dispatch 2024-09-10T04:08:10.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:10 smithi111 bash[22787]: cluster 2024-09-10T04:08:08.652172+0000 mgr.a (mgr.14397) 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-10T04:08:10.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:10 smithi111 bash[22787]: cluster 2024-09-10T04:08:08.652172+0000 mgr.a (mgr.14397) 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-10T04:08:10.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:10 smithi111 bash[22787]: audit 2024-09-10T04:08:09.842883+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:10.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:10 smithi111 bash[22787]: audit 2024-09-10T04:08:09.842883+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:10.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:10 smithi111 bash[22787]: audit 2024-09-10T04:08:09.848480+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:10.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:10 smithi111 bash[22787]: audit 2024-09-10T04:08:09.848480+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:10.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:10 smithi111 bash[22787]: audit 2024-09-10T04:08:09.849499+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []} : dispatch 2024-09-10T04:08:10.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:10 smithi111 bash[22787]: audit 2024-09-10T04:08:09.849499+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []} : dispatch 2024-09-10T04:08:10.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:10 smithi121 bash[23503]: cluster 2024-09-10T04:08:08.652172+0000 mgr.a (mgr.14397) 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-10T04:08:10.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:10 smithi121 bash[23503]: cluster 2024-09-10T04:08:08.652172+0000 mgr.a (mgr.14397) 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-10T04:08:10.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:10 smithi121 bash[23503]: audit 2024-09-10T04:08:09.842883+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:10.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:10 smithi121 bash[23503]: audit 2024-09-10T04:08:09.842883+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:10.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:10 smithi121 bash[23503]: audit 2024-09-10T04:08:09.848480+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:10.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:10 smithi121 bash[23503]: audit 2024-09-10T04:08:09.848480+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:10.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:10 smithi121 bash[23503]: audit 2024-09-10T04:08:09.849499+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []} : dispatch 2024-09-10T04:08:10.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:10 smithi121 bash[23503]: audit 2024-09-10T04:08:09.849499+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []} : dispatch 2024-09-10T04:08:11.429 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:11 smithi121 bash[23503]: audit 2024-09-10T04:08:10.483449+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []} : dispatch 2024-09-10T04:08:11.429 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:11 smithi121 bash[23503]: audit 2024-09-10T04:08:10.483449+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []} : dispatch 2024-09-10T04:08:11.429 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:11 smithi121 bash[23503]: audit 2024-09-10T04:08:11.165492+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:11.430 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:11 smithi121 bash[23503]: audit 2024-09-10T04:08:11.165492+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:11.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:11 smithi174 bash[23190]: audit 2024-09-10T04:08:10.483449+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []} : dispatch 2024-09-10T04:08:11.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:11 smithi174 bash[23190]: audit 2024-09-10T04:08:10.483449+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []} : dispatch 2024-09-10T04:08:11.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:11 smithi174 bash[23190]: audit 2024-09-10T04:08:11.165492+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:11.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:11 smithi174 bash[23190]: audit 2024-09-10T04:08:11.165492+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:11.655 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:11 smithi111 bash[22787]: audit 2024-09-10T04:08:10.483449+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []} : dispatch 2024-09-10T04:08:11.655 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:11 smithi111 bash[22787]: audit 2024-09-10T04:08:10.483449+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []} : dispatch 2024-09-10T04:08:11.655 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:11 smithi111 bash[22787]: audit 2024-09-10T04:08:11.165492+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:11.655 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:11 smithi111 bash[22787]: audit 2024-09-10T04:08:11.165492+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:12 smithi174 bash[23190]: cluster 2024-09-10T04:08:10.652549+0000 mgr.a (mgr.14397) 27 : 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-10T04:08:12.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:12 smithi174 bash[23190]: cluster 2024-09-10T04:08:10.652549+0000 mgr.a (mgr.14397) 27 : 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-10T04:08:12.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:12 smithi174 bash[23190]: audit 2024-09-10T04:08:11.282202+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:12 smithi174 bash[23190]: audit 2024-09-10T04:08:11.282202+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:12 smithi174 bash[23190]: cephadm 2024-09-10T04:08:11.344943+0000 mgr.a (mgr.14397) 28 : cephadm [INF] Reconfiguring alertmanager.smithi174 (dependencies changed)... 2024-09-10T04:08:12.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:12 smithi174 bash[23190]: cephadm 2024-09-10T04:08:11.344943+0000 mgr.a (mgr.14397) 28 : cephadm [INF] Reconfiguring alertmanager.smithi174 (dependencies changed)... 2024-09-10T04:08:12.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:12 smithi174 bash[23190]: cephadm 2024-09-10T04:08:11.352308+0000 mgr.a (mgr.14397) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi174 on smithi174 2024-09-10T04:08:12.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:12 smithi174 bash[23190]: cephadm 2024-09-10T04:08:11.352308+0000 mgr.a (mgr.14397) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi174 on smithi174 2024-09-10T04:08:12.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:12 smithi174 bash[23190]: audit 2024-09-10T04:08:11.430256+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:12 smithi174 bash[23190]: audit 2024-09-10T04:08:11.430256+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:12 smithi174 bash[23190]: audit 2024-09-10T04:08:11.868290+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:12 smithi174 bash[23190]: audit 2024-09-10T04:08:11.868290+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:12 smithi174 bash[23190]: audit 2024-09-10T04:08:11.988346+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:12 smithi174 bash[23190]: audit 2024-09-10T04:08:11.988346+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.527 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:12 smithi111 bash[22787]: cluster 2024-09-10T04:08:10.652549+0000 mgr.a (mgr.14397) 27 : 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-10T04:08:12.527 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:12 smithi111 bash[22787]: cluster 2024-09-10T04:08:10.652549+0000 mgr.a (mgr.14397) 27 : 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-10T04:08:12.527 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:12 smithi111 bash[22787]: audit 2024-09-10T04:08:11.282202+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.527 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:12 smithi111 bash[22787]: audit 2024-09-10T04:08:11.282202+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.527 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:12 smithi111 bash[22787]: cephadm 2024-09-10T04:08:11.344943+0000 mgr.a (mgr.14397) 28 : cephadm [INF] Reconfiguring alertmanager.smithi174 (dependencies changed)... 2024-09-10T04:08:12.527 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:12 smithi111 bash[22787]: cephadm 2024-09-10T04:08:11.344943+0000 mgr.a (mgr.14397) 28 : cephadm [INF] Reconfiguring alertmanager.smithi174 (dependencies changed)... 2024-09-10T04:08:12.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:12 smithi111 bash[22787]: cephadm 2024-09-10T04:08:11.352308+0000 mgr.a (mgr.14397) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi174 on smithi174 2024-09-10T04:08:12.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:12 smithi111 bash[22787]: cephadm 2024-09-10T04:08:11.352308+0000 mgr.a (mgr.14397) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi174 on smithi174 2024-09-10T04:08:12.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:12 smithi111 bash[22787]: audit 2024-09-10T04:08:11.430256+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:12 smithi111 bash[22787]: audit 2024-09-10T04:08:11.430256+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:12 smithi111 bash[22787]: audit 2024-09-10T04:08:11.868290+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:12 smithi111 bash[22787]: audit 2024-09-10T04:08:11.868290+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:12 smithi111 bash[22787]: audit 2024-09-10T04:08:11.988346+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:12 smithi111 bash[22787]: audit 2024-09-10T04:08:11.988346+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:12 smithi121 bash[23503]: cluster 2024-09-10T04:08:10.652549+0000 mgr.a (mgr.14397) 27 : 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-10T04:08:12.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:12 smithi121 bash[23503]: cluster 2024-09-10T04:08:10.652549+0000 mgr.a (mgr.14397) 27 : 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-10T04:08:12.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:12 smithi121 bash[23503]: audit 2024-09-10T04:08:11.282202+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:12 smithi121 bash[23503]: audit 2024-09-10T04:08:11.282202+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:12 smithi121 bash[23503]: cephadm 2024-09-10T04:08:11.344943+0000 mgr.a (mgr.14397) 28 : cephadm [INF] Reconfiguring alertmanager.smithi174 (dependencies changed)... 2024-09-10T04:08:12.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:12 smithi121 bash[23503]: cephadm 2024-09-10T04:08:11.344943+0000 mgr.a (mgr.14397) 28 : cephadm [INF] Reconfiguring alertmanager.smithi174 (dependencies changed)... 2024-09-10T04:08:12.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:12 smithi121 bash[23503]: cephadm 2024-09-10T04:08:11.352308+0000 mgr.a (mgr.14397) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi174 on smithi174 2024-09-10T04:08:12.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:12 smithi121 bash[23503]: cephadm 2024-09-10T04:08:11.352308+0000 mgr.a (mgr.14397) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi174 on smithi174 2024-09-10T04:08:12.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:12 smithi121 bash[23503]: audit 2024-09-10T04:08:11.430256+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:12 smithi121 bash[23503]: audit 2024-09-10T04:08:11.430256+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:12 smithi121 bash[23503]: audit 2024-09-10T04:08:11.868290+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.704 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:12 smithi121 bash[23503]: audit 2024-09-10T04:08:11.868290+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.704 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:12 smithi121 bash[23503]: audit 2024-09-10T04:08:11.988346+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:12.704 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:12 smithi121 bash[23503]: audit 2024-09-10T04:08:11.988346+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.264 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:14 smithi174 bash[23190]: cluster 2024-09-10T04:08:12.653059+0000 mgr.a (mgr.14397) 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-10T04:08:14.264 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:14 smithi174 bash[23190]: cluster 2024-09-10T04:08:12.653059+0000 mgr.a (mgr.14397) 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-10T04:08:14.265 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:14 smithi174 bash[23190]: audit 2024-09-10T04:08:13.164456+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.265 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:14 smithi174 bash[23190]: audit 2024-09-10T04:08:13.164456+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.265 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:14 smithi174 bash[23190]: audit 2024-09-10T04:08:13.170520+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.265 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:14 smithi174 bash[23190]: audit 2024-09-10T04:08:13.170520+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.265 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:14 smithi174 bash[23190]: audit 2024-09-10T04:08:13.177400+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.265 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:14 smithi174 bash[23190]: audit 2024-09-10T04:08:13.177400+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.345 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:14 smithi121 bash[23503]: cluster 2024-09-10T04:08:12.653059+0000 mgr.a (mgr.14397) 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-10T04:08:14.345 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:14 smithi121 bash[23503]: cluster 2024-09-10T04:08:12.653059+0000 mgr.a (mgr.14397) 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-10T04:08:14.345 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:14 smithi121 bash[23503]: audit 2024-09-10T04:08:13.164456+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.345 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:14 smithi121 bash[23503]: audit 2024-09-10T04:08:13.164456+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.345 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:14 smithi121 bash[23503]: audit 2024-09-10T04:08:13.170520+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.345 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:14 smithi121 bash[23503]: audit 2024-09-10T04:08:13.170520+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.345 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:14 smithi121 bash[23503]: audit 2024-09-10T04:08:13.177400+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.345 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:14 smithi121 bash[23503]: audit 2024-09-10T04:08:13.177400+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:14 smithi111 bash[22787]: cluster 2024-09-10T04:08:12.653059+0000 mgr.a (mgr.14397) 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-10T04:08:14.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:14 smithi111 bash[22787]: cluster 2024-09-10T04:08:12.653059+0000 mgr.a (mgr.14397) 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-10T04:08:14.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:14 smithi111 bash[22787]: audit 2024-09-10T04:08:13.164456+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:14 smithi111 bash[22787]: audit 2024-09-10T04:08:13.164456+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:14 smithi111 bash[22787]: audit 2024-09-10T04:08:13.170520+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:14 smithi111 bash[22787]: audit 2024-09-10T04:08:13.170520+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:14 smithi111 bash[22787]: audit 2024-09-10T04:08:13.177400+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:14.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:14 smithi111 bash[22787]: audit 2024-09-10T04:08:13.177400+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:15.426 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:15 smithi174 bash[23190]: audit 2024-09-10T04:08:14.345956+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:15.426 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:15 smithi174 bash[23190]: audit 2024-09-10T04:08:14.345956+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:15.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:15 smithi111 bash[22787]: audit 2024-09-10T04:08:14.345956+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:16.285 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:15 smithi111 bash[22787]: audit 2024-09-10T04:08:14.345956+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:16.285 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:15 smithi121 bash[23503]: audit 2024-09-10T04:08:14.345956+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:16.286 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:15 smithi121 bash[23503]: audit 2024-09-10T04:08:14.345956+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:16.676 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:16 smithi121 bash[23503]: cluster 2024-09-10T04:08:14.653736+0000 mgr.a (mgr.14397) 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-10T04:08:16.676 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:16 smithi121 bash[23503]: cluster 2024-09-10T04:08:14.653736+0000 mgr.a (mgr.14397) 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-10T04:08:16.676 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:16 smithi121 bash[23503]: audit 2024-09-10T04:08:15.426739+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:16.676 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:16 smithi121 bash[23503]: audit 2024-09-10T04:08:15.426739+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:16.676 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:16 smithi121 bash[23503]: audit 2024-09-10T04:08:15.984183+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:16.676 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:16 smithi121 bash[23503]: audit 2024-09-10T04:08:15.984183+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:16.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:16 smithi111 bash[22787]: cluster 2024-09-10T04:08:14.653736+0000 mgr.a (mgr.14397) 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-10T04:08:16.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:16 smithi111 bash[22787]: cluster 2024-09-10T04:08:14.653736+0000 mgr.a (mgr.14397) 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-10T04:08:16.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:16 smithi111 bash[22787]: audit 2024-09-10T04:08:15.426739+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:16.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:16 smithi111 bash[22787]: audit 2024-09-10T04:08:15.426739+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:16.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:16 smithi111 bash[22787]: audit 2024-09-10T04:08:15.984183+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:16.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:16 smithi111 bash[22787]: audit 2024-09-10T04:08:15.984183+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:16.700 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:16 smithi174 bash[23190]: cluster 2024-09-10T04:08:14.653736+0000 mgr.a (mgr.14397) 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-10T04:08:16.700 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:16 smithi174 bash[23190]: cluster 2024-09-10T04:08:14.653736+0000 mgr.a (mgr.14397) 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-10T04:08:16.700 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:16 smithi174 bash[23190]: audit 2024-09-10T04:08:15.426739+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:16.700 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:16 smithi174 bash[23190]: audit 2024-09-10T04:08:15.426739+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:16.700 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:16 smithi174 bash[23190]: audit 2024-09-10T04:08:15.984183+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:16.700 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:16 smithi174 bash[23190]: audit 2024-09-10T04:08:15.984183+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:17.623 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[23043]: [10/Sep/2024:04:08:17] ENGINE Bus STOPPING 2024-09-10T04:08:17.623 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[23043]: [10/Sep/2024:04:08:17] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-10T04:08:17.623 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[23043]: [10/Sep/2024:04:08:17] ENGINE Bus STOPPED 2024-09-10T04:08:17.623 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[23043]: [10/Sep/2024:04:08:17] ENGINE Bus STARTING 2024-09-10T04:08:17.623 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[23043]: [10/Sep/2024:04:08:17] ENGINE Serving on http://:::9283 2024-09-10T04:08:17.623 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[23043]: [10/Sep/2024:04:08:17] ENGINE Bus STARTED 2024-09-10T04:08:17.624 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[23043]: [10/Sep/2024:04:08:17] ENGINE Bus STOPPING 2024-09-10T04:08:17.624 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[23043]: [10/Sep/2024:04:08:17] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-10T04:08:17.624 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[23043]: [10/Sep/2024:04:08:17] ENGINE Bus STOPPED 2024-09-10T04:08:17.624 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[23043]: [10/Sep/2024:04:08:17] ENGINE Bus STARTING 2024-09-10T04:08:17.624 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[23043]: [10/Sep/2024:04:08:17] ENGINE Serving on http://:::9283 2024-09-10T04:08:17.624 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[23043]: [10/Sep/2024:04:08:17] ENGINE Bus STARTED 2024-09-10T04:08:17.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: cluster 2024-09-10T04:08:16.654158+0000 mgr.a (mgr.14397) 32 : 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-10T04:08:17.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: cluster 2024-09-10T04:08:16.654158+0000 mgr.a (mgr.14397) 32 : 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-10T04:08:17.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:16.726370+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:16.726370+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.235488+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.235488+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.244146+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.911 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.244146+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.250921+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.250921+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.255142+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.255142+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.260055+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.260055+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.264243+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-10T04:08:17.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.264243+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-10T04:08:17.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.264766+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T04:08:17.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.264766+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T04:08:17.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.265990+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"} : dispatch 2024-09-10T04:08:17.912 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.265990+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"} : dispatch 2024-09-10T04:08:17.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.266477+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T04:08:17.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.266477+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T04:08:17.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.271066+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.271066+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.280899+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-10T04:08:17.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.280899+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-10T04:08:17.913 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.281504+0000 mgr.a (mgr.14397) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T04:08:17.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.281504+0000 mgr.a (mgr.14397) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T04:08:17.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.289231+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi174.front.sepia.ceph.com:9093"} : dispatch 2024-09-10T04:08:17.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.289231+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi174.front.sepia.ceph.com:9093"} : dispatch 2024-09-10T04:08:17.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.289714+0000 mgr.a (mgr.14397) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi174.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T04:08:17.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.289714+0000 mgr.a (mgr.14397) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi174.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T04:08:17.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.294310+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.294310+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.376378+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.376378+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.382626+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.382626+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.388187+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.388187+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.914 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.405824+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:17.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.405824+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:17.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.406540+0000 mgr.a (mgr.14397) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:17.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.406540+0000 mgr.a (mgr.14397) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:17.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.520833+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:17.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.520833+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:17.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.571867+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:17.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.571867+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:17.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.576059+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:17.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.576059+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:17.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.576892+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:17.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.576892+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:17.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.583867+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.915 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:17 smithi121 bash[23503]: audit 2024-09-10T04:08:17.583867+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: cluster 2024-09-10T04:08:16.654158+0000 mgr.a (mgr.14397) 32 : 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-10T04:08:17.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: cluster 2024-09-10T04:08:16.654158+0000 mgr.a (mgr.14397) 32 : 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-10T04:08:17.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:16.726370+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:16.726370+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.235488+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.235488+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.244146+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.244146+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.250921+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.936 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.250921+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.255142+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.255142+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.260055+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.260055+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.264243+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-10T04:08:17.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.264243+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-10T04:08:17.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.264766+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T04:08:17.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.264766+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T04:08:17.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.265990+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"} : dispatch 2024-09-10T04:08:17.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.265990+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"} : dispatch 2024-09-10T04:08:17.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.266477+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T04:08:17.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.266477+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T04:08:17.937 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.271066+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.271066+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.280899+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-10T04:08:17.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.280899+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-10T04:08:17.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.281504+0000 mgr.a (mgr.14397) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T04:08:17.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.281504+0000 mgr.a (mgr.14397) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T04:08:17.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.289231+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi174.front.sepia.ceph.com:9093"} : dispatch 2024-09-10T04:08:17.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.289231+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi174.front.sepia.ceph.com:9093"} : dispatch 2024-09-10T04:08:17.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.289714+0000 mgr.a (mgr.14397) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi174.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T04:08:17.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.289714+0000 mgr.a (mgr.14397) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi174.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T04:08:17.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.294310+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.294310+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.376378+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.376378+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.938 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.382626+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.939 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.382626+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.939 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.388187+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.939 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.388187+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.939 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.405824+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:17.939 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.405824+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:17.939 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.406540+0000 mgr.a (mgr.14397) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:17.939 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.406540+0000 mgr.a (mgr.14397) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:17.939 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.520833+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:17.939 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.520833+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:17.939 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.571867+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:17.939 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.571867+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:17.939 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.576059+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:17.939 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.576059+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:17.939 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.576892+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:17.939 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.576892+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:17.940 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.583867+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.940 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:17 smithi174 bash[23190]: audit 2024-09-10T04:08:17.583867+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: cluster 2024-09-10T04:08:16.654158+0000 mgr.a (mgr.14397) 32 : 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-10T04:08:17.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: cluster 2024-09-10T04:08:16.654158+0000 mgr.a (mgr.14397) 32 : 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-10T04:08:17.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:16.726370+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:16.726370+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.235488+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.235488+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.244146+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.244146+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.250921+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.250921+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.255142+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.255142+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.260055+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.260055+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.264243+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-10T04:08:17.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.264243+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-10T04:08:17.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.264766+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T04:08:17.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.264766+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T04:08:17.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.265990+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"} : dispatch 2024-09-10T04:08:17.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.265990+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"} : dispatch 2024-09-10T04:08:17.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.266477+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T04:08:17.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.266477+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T04:08:17.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.271066+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.271066+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.280899+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-10T04:08:17.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.280899+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-10T04:08:17.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.281504+0000 mgr.a (mgr.14397) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T04:08:17.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.281504+0000 mgr.a (mgr.14397) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T04:08:17.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.289231+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi174.front.sepia.ceph.com:9093"} : dispatch 2024-09-10T04:08:17.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.289231+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi174.front.sepia.ceph.com:9093"} : dispatch 2024-09-10T04:08:17.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.289714+0000 mgr.a (mgr.14397) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi174.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T04:08:17.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.289714+0000 mgr.a (mgr.14397) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi174.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T04:08:17.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.294310+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.294310+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.376378+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.376378+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.382626+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.382626+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.388187+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.388187+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.405824+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:17.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.405824+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:17.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.406540+0000 mgr.a (mgr.14397) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:17.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.406540+0000 mgr.a (mgr.14397) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:17.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.520833+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:17.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.520833+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:08:17.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.571867+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:17.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.571867+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:17.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.576059+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:17.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.576059+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:17.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.576892+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:17.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.576892+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:17.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.583867+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:17.944 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:17 smithi111 bash[22787]: audit 2024-09-10T04:08:17.583867+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:18.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:18 smithi121 bash[23503]: audit 2024-09-10T04:08:17.521762+0000 mgr.a (mgr.14397) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:18.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:18 smithi121 bash[23503]: audit 2024-09-10T04:08:17.521762+0000 mgr.a (mgr.14397) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:18.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:18 smithi121 bash[23503]: cephadm 2024-09-10T04:08:17.584301+0000 mgr.a (mgr.14397) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:08:18.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:18 smithi121 bash[23503]: cephadm 2024-09-10T04:08:17.584301+0000 mgr.a (mgr.14397) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:08:18.997 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:18 smithi174 bash[23190]: audit 2024-09-10T04:08:17.521762+0000 mgr.a (mgr.14397) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:18.997 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:18 smithi174 bash[23190]: audit 2024-09-10T04:08:17.521762+0000 mgr.a (mgr.14397) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:18.997 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:18 smithi174 bash[23190]: cephadm 2024-09-10T04:08:17.584301+0000 mgr.a (mgr.14397) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:08:18.997 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:18 smithi174 bash[23190]: cephadm 2024-09-10T04:08:17.584301+0000 mgr.a (mgr.14397) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:08:19.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:18 smithi111 bash[22787]: audit 2024-09-10T04:08:17.521762+0000 mgr.a (mgr.14397) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:19.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:18 smithi111 bash[22787]: audit 2024-09-10T04:08:17.521762+0000 mgr.a (mgr.14397) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:08:19.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:18 smithi111 bash[22787]: cephadm 2024-09-10T04:08:17.584301+0000 mgr.a (mgr.14397) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:08:19.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:18 smithi111 bash[22787]: cephadm 2024-09-10T04:08:17.584301+0000 mgr.a (mgr.14397) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T04:08:19.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:19 smithi174 bash[23190]: cluster 2024-09-10T04:08:18.654859+0000 mgr.a (mgr.14397) 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-10T04:08:19.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:19 smithi174 bash[23190]: cluster 2024-09-10T04:08:18.654859+0000 mgr.a (mgr.14397) 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-10T04:08:20.027 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:19 smithi121 bash[23503]: cluster 2024-09-10T04:08:18.654859+0000 mgr.a (mgr.14397) 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-10T04:08:20.027 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:19 smithi121 bash[23503]: cluster 2024-09-10T04:08:18.654859+0000 mgr.a (mgr.14397) 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-10T04:08:20.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:19 smithi111 bash[22787]: cluster 2024-09-10T04:08:18.654859+0000 mgr.a (mgr.14397) 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-10T04:08:20.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:19 smithi111 bash[22787]: cluster 2024-09-10T04:08:18.654859+0000 mgr.a (mgr.14397) 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-10T04:08:21.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:21 smithi174 bash[23190]: audit 2024-09-10T04:08:20.324713+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:21 smithi174 bash[23190]: audit 2024-09-10T04:08:20.324713+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:21 smithi174 bash[23190]: audit 2024-09-10T04:08:20.815708+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:21 smithi174 bash[23190]: audit 2024-09-10T04:08:20.815708+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:21 smithi174 bash[23190]: audit 2024-09-10T04:08:20.825808+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:21 smithi174 bash[23190]: audit 2024-09-10T04:08:20.825808+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:21 smithi174 bash[23190]: audit 2024-09-10T04:08:20.837000+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:21 smithi174 bash[23190]: audit 2024-09-10T04:08:20.837000+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:21 smithi111 bash[22787]: audit 2024-09-10T04:08:20.324713+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:21 smithi111 bash[22787]: audit 2024-09-10T04:08:20.324713+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:21 smithi111 bash[22787]: audit 2024-09-10T04:08:20.815708+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:21 smithi111 bash[22787]: audit 2024-09-10T04:08:20.815708+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:21 smithi111 bash[22787]: audit 2024-09-10T04:08:20.825808+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:21 smithi111 bash[22787]: audit 2024-09-10T04:08:20.825808+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:21 smithi111 bash[22787]: audit 2024-09-10T04:08:20.837000+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:21 smithi111 bash[22787]: audit 2024-09-10T04:08:20.837000+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:21 smithi121 bash[23503]: audit 2024-09-10T04:08:20.324713+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:21 smithi121 bash[23503]: audit 2024-09-10T04:08:20.324713+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:21 smithi121 bash[23503]: audit 2024-09-10T04:08:20.815708+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:21 smithi121 bash[23503]: audit 2024-09-10T04:08:20.815708+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:21 smithi121 bash[23503]: audit 2024-09-10T04:08:20.825808+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:21 smithi121 bash[23503]: audit 2024-09-10T04:08:20.825808+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:21 smithi121 bash[23503]: audit 2024-09-10T04:08:20.837000+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:21.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:21 smithi121 bash[23503]: audit 2024-09-10T04:08:20.837000+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:22.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:22 smithi174 bash[23190]: cluster 2024-09-10T04:08:20.655419+0000 mgr.a (mgr.14397) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:22.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:22 smithi174 bash[23190]: cluster 2024-09-10T04:08:20.655419+0000 mgr.a (mgr.14397) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:22.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:22 smithi111 bash[22787]: cluster 2024-09-10T04:08:20.655419+0000 mgr.a (mgr.14397) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:22.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:22 smithi111 bash[22787]: cluster 2024-09-10T04:08:20.655419+0000 mgr.a (mgr.14397) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:22.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:22 smithi121 bash[23503]: cluster 2024-09-10T04:08:20.655419+0000 mgr.a (mgr.14397) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:22.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:22 smithi121 bash[23503]: cluster 2024-09-10T04:08:20.655419+0000 mgr.a (mgr.14397) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:24.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: cluster 2024-09-10T04:08:22.655986+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: cluster 2024-09-10T04:08:22.655986+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.367034+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.367034+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.375831+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.375831+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.380078+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.380078+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.383489+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.383489+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.384639+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.384639+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.386176+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:24.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.386176+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:24.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.392917+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.392917+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.410930+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:23.410930+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:24.109276+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:24.109276+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:24.117796+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:24.117796+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:24.127407+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.386 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:24 smithi174 bash[23190]: audit 2024-09-10T04:08:24.127407+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: cluster 2024-09-10T04:08:22.655986+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: cluster 2024-09-10T04:08:22.655986+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.367034+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.367034+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.375831+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.375831+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.380078+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.380078+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.383489+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.383489+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.384639+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.384639+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:24.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.386176+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:24.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.386176+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:24.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.392917+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.392917+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.410930+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:23.410930+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:24.109276+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:24.109276+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:24.117796+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:24.117796+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:24.127407+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:24 smithi111 bash[22787]: audit 2024-09-10T04:08:24.127407+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: cluster 2024-09-10T04:08:22.655986+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: cluster 2024-09-10T04:08:22.655986+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.367034+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.367034+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.375831+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.375831+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.380078+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.380078+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:08:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.383489+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.383489+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.384639+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.384639+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:08:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.386176+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:24.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.386176+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:08:24.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.392917+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.392917+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.410930+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:23.410930+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:24.109276+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:24.109276+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:24.117796+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:24.117796+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:24.127407+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:24.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:24 smithi121 bash[23503]: audit 2024-09-10T04:08:24.127407+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:26.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:26 smithi174 bash[23190]: cluster 2024-09-10T04:08:24.656554+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:26.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:26 smithi174 bash[23190]: cluster 2024-09-10T04:08:24.656554+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:26.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:26 smithi111 bash[22787]: cluster 2024-09-10T04:08:24.656554+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:26.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:26 smithi111 bash[22787]: cluster 2024-09-10T04:08:24.656554+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:26.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:26 smithi121 bash[23503]: cluster 2024-09-10T04:08:24.656554+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:26.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:26 smithi121 bash[23503]: cluster 2024-09-10T04:08:24.656554+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:28.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:28 smithi174 bash[23190]: cluster 2024-09-10T04:08:26.657132+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:28.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:28 smithi174 bash[23190]: cluster 2024-09-10T04:08:26.657132+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:28.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:28 smithi111 bash[22787]: cluster 2024-09-10T04:08:26.657132+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:28.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:28 smithi111 bash[22787]: cluster 2024-09-10T04:08:26.657132+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:28.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:28 smithi121 bash[23503]: cluster 2024-09-10T04:08:26.657132+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:28.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:28 smithi121 bash[23503]: cluster 2024-09-10T04:08:26.657132+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:30.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:30 smithi174 bash[23190]: cluster 2024-09-10T04:08:28.657803+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:30.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:30 smithi174 bash[23190]: cluster 2024-09-10T04:08:28.657803+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:30.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:30 smithi111 bash[22787]: cluster 2024-09-10T04:08:28.657803+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:30.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:30 smithi111 bash[22787]: cluster 2024-09-10T04:08:28.657803+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:30.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:30 smithi121 bash[23503]: cluster 2024-09-10T04:08:28.657803+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:30.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:30 smithi121 bash[23503]: cluster 2024-09-10T04:08:28.657803+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:31.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:31 smithi111 bash[22787]: audit 2024-09-10T04:08:30.984938+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:31.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:31 smithi111 bash[22787]: audit 2024-09-10T04:08:30.984938+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:31.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:31 smithi121 bash[23503]: audit 2024-09-10T04:08:30.984938+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:31.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:31 smithi121 bash[23503]: audit 2024-09-10T04:08:30.984938+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:31.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:31 smithi174 bash[23190]: audit 2024-09-10T04:08:30.984938+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:31.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:31 smithi174 bash[23190]: audit 2024-09-10T04:08:30.984938+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:32.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:32 smithi111 bash[22787]: cluster 2024-09-10T04:08:30.658387+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:32.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:32 smithi111 bash[22787]: cluster 2024-09-10T04:08:30.658387+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:32.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:32 smithi121 bash[23503]: cluster 2024-09-10T04:08:30.658387+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:32.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:32 smithi121 bash[23503]: cluster 2024-09-10T04:08:30.658387+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:32.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:32 smithi174 bash[23190]: cluster 2024-09-10T04:08:30.658387+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:32.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:32 smithi174 bash[23190]: cluster 2024-09-10T04:08:30.658387+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:34.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:34 smithi174 bash[23190]: cluster 2024-09-10T04:08:32.658893+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:34.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:34 smithi174 bash[23190]: cluster 2024-09-10T04:08:32.658893+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:34.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:34 smithi174 bash[23190]: audit 2024-09-10T04:08:33.366962+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:34 smithi174 bash[23190]: audit 2024-09-10T04:08:33.366962+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:34 smithi174 bash[23190]: audit 2024-09-10T04:08:33.371926+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:34 smithi174 bash[23190]: audit 2024-09-10T04:08:33.371926+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:34 smithi174 bash[23190]: audit 2024-09-10T04:08:33.378221+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:34 smithi174 bash[23190]: audit 2024-09-10T04:08:33.378221+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:34 smithi111 bash[22787]: cluster 2024-09-10T04:08:32.658893+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:34.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:34 smithi111 bash[22787]: cluster 2024-09-10T04:08:32.658893+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:34.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:34 smithi111 bash[22787]: audit 2024-09-10T04:08:33.366962+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:34 smithi111 bash[22787]: audit 2024-09-10T04:08:33.366962+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:34 smithi111 bash[22787]: audit 2024-09-10T04:08:33.371926+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:34 smithi111 bash[22787]: audit 2024-09-10T04:08:33.371926+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:34 smithi111 bash[22787]: audit 2024-09-10T04:08:33.378221+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:34 smithi111 bash[22787]: audit 2024-09-10T04:08:33.378221+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:34 smithi121 bash[23503]: cluster 2024-09-10T04:08:32.658893+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:34.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:34 smithi121 bash[23503]: cluster 2024-09-10T04:08:32.658893+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:34.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:34 smithi121 bash[23503]: audit 2024-09-10T04:08:33.366962+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:34 smithi121 bash[23503]: audit 2024-09-10T04:08:33.366962+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:34 smithi121 bash[23503]: audit 2024-09-10T04:08:33.371926+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:34 smithi121 bash[23503]: audit 2024-09-10T04:08:33.371926+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:34 smithi121 bash[23503]: audit 2024-09-10T04:08:33.378221+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:34.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:34 smithi121 bash[23503]: audit 2024-09-10T04:08:33.378221+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:36.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:36 smithi174 bash[23190]: cluster 2024-09-10T04:08:34.659395+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:36.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:36 smithi174 bash[23190]: cluster 2024-09-10T04:08:34.659395+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:36.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:36 smithi111 bash[22787]: cluster 2024-09-10T04:08:34.659395+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:36.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:36 smithi111 bash[22787]: cluster 2024-09-10T04:08:34.659395+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:36.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:36 smithi121 bash[23503]: cluster 2024-09-10T04:08:34.659395+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:36.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:36 smithi121 bash[23503]: cluster 2024-09-10T04:08:34.659395+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:38.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:38 smithi174 bash[23190]: cluster 2024-09-10T04:08:36.660006+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:38.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:38 smithi174 bash[23190]: cluster 2024-09-10T04:08:36.660006+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:38.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:38 smithi111 bash[22787]: cluster 2024-09-10T04:08:36.660006+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:38.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:38 smithi111 bash[22787]: cluster 2024-09-10T04:08:36.660006+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:38.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:38 smithi121 bash[23503]: cluster 2024-09-10T04:08:36.660006+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:38.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:38 smithi121 bash[23503]: cluster 2024-09-10T04:08:36.660006+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:40.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:40 smithi174 bash[23190]: cluster 2024-09-10T04:08:38.660623+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:40.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:40 smithi174 bash[23190]: cluster 2024-09-10T04:08:38.660623+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:40.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:40 smithi111 bash[22787]: cluster 2024-09-10T04:08:38.660623+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:40.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:40 smithi111 bash[22787]: cluster 2024-09-10T04:08:38.660623+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:40.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:40 smithi121 bash[23503]: cluster 2024-09-10T04:08:38.660623+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:40.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:40 smithi121 bash[23503]: cluster 2024-09-10T04:08:38.660623+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:42.380 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:42 smithi174 bash[23190]: cluster 2024-09-10T04:08:40.661200+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:42.380 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:42 smithi174 bash[23190]: cluster 2024-09-10T04:08:40.661200+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:42.380 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:42 smithi174 bash[23190]: audit 2024-09-10T04:08:41.012554+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.380 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:42 smithi174 bash[23190]: audit 2024-09-10T04:08:41.012554+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.380 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:42 smithi174 bash[23190]: audit 2024-09-10T04:08:41.021723+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.380 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:42 smithi174 bash[23190]: audit 2024-09-10T04:08:41.021723+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.380 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:42 smithi174 bash[23190]: audit 2024-09-10T04:08:41.031726+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.381 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:42 smithi174 bash[23190]: audit 2024-09-10T04:08:41.031726+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.381 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:42 smithi174 bash[23190]: audit 2024-09-10T04:08:42.002790+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.381 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:42 smithi174 bash[23190]: audit 2024-09-10T04:08:42.002790+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:42 smithi111 bash[22787]: cluster 2024-09-10T04:08:40.661200+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:42.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:42 smithi111 bash[22787]: cluster 2024-09-10T04:08:40.661200+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:42.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:42 smithi111 bash[22787]: audit 2024-09-10T04:08:41.012554+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:42 smithi111 bash[22787]: audit 2024-09-10T04:08:41.012554+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:42 smithi111 bash[22787]: audit 2024-09-10T04:08:41.021723+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:42 smithi111 bash[22787]: audit 2024-09-10T04:08:41.021723+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:42 smithi111 bash[22787]: audit 2024-09-10T04:08:41.031726+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:42 smithi111 bash[22787]: audit 2024-09-10T04:08:41.031726+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:42 smithi111 bash[22787]: audit 2024-09-10T04:08:42.002790+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:42 smithi111 bash[22787]: audit 2024-09-10T04:08:42.002790+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:42 smithi121 bash[23503]: cluster 2024-09-10T04:08:40.661200+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:42 smithi121 bash[23503]: cluster 2024-09-10T04:08:40.661200+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:42 smithi121 bash[23503]: audit 2024-09-10T04:08:41.012554+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:42 smithi121 bash[23503]: audit 2024-09-10T04:08:41.012554+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:42 smithi121 bash[23503]: audit 2024-09-10T04:08:41.021723+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:42 smithi121 bash[23503]: audit 2024-09-10T04:08:41.021723+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:42 smithi121 bash[23503]: audit 2024-09-10T04:08:41.031726+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:42 smithi121 bash[23503]: audit 2024-09-10T04:08:41.031726+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:42 smithi121 bash[23503]: audit 2024-09-10T04:08:42.002790+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:42.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:42 smithi121 bash[23503]: audit 2024-09-10T04:08:42.002790+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:43.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:43 smithi174 bash[23190]: audit 2024-09-10T04:08:42.011585+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:43.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:43 smithi174 bash[23190]: audit 2024-09-10T04:08:42.011585+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:43.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:43 smithi174 bash[23190]: audit 2024-09-10T04:08:42.026711+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:43.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:43 smithi174 bash[23190]: audit 2024-09-10T04:08:42.026711+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:43.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:43 smithi111 bash[22787]: audit 2024-09-10T04:08:42.011585+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:43.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:43 smithi111 bash[22787]: audit 2024-09-10T04:08:42.011585+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:43.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:43 smithi111 bash[22787]: audit 2024-09-10T04:08:42.026711+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:43.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:43 smithi111 bash[22787]: audit 2024-09-10T04:08:42.026711+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:43.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:43 smithi121 bash[23503]: audit 2024-09-10T04:08:42.011585+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:43.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:43 smithi121 bash[23503]: audit 2024-09-10T04:08:42.011585+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:43.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:43 smithi121 bash[23503]: audit 2024-09-10T04:08:42.026711+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:43.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:43 smithi121 bash[23503]: audit 2024-09-10T04:08:42.026711+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:44.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:44 smithi174 bash[23190]: cluster 2024-09-10T04:08:42.661795+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:44.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:44 smithi174 bash[23190]: cluster 2024-09-10T04:08:42.661795+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:44.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:44 smithi111 bash[22787]: cluster 2024-09-10T04:08:42.661795+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:44.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:44 smithi111 bash[22787]: cluster 2024-09-10T04:08:42.661795+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:44.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:44 smithi121 bash[23503]: cluster 2024-09-10T04:08:42.661795+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:44.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:44 smithi121 bash[23503]: cluster 2024-09-10T04:08:42.661795+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:46.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:46 smithi174 bash[23190]: cluster 2024-09-10T04:08:44.662389+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:46.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:46 smithi174 bash[23190]: cluster 2024-09-10T04:08:44.662389+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:46.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:46 smithi174 bash[23190]: audit 2024-09-10T04:08:45.985484+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:46.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:46 smithi174 bash[23190]: audit 2024-09-10T04:08:45.985484+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:46.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:46 smithi111 bash[22787]: cluster 2024-09-10T04:08:44.662389+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:46.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:46 smithi111 bash[22787]: cluster 2024-09-10T04:08:44.662389+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:46.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:46 smithi111 bash[22787]: audit 2024-09-10T04:08:45.985484+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:46.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:46 smithi111 bash[22787]: audit 2024-09-10T04:08:45.985484+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:46.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:46 smithi121 bash[23503]: cluster 2024-09-10T04:08:44.662389+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:46.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:46 smithi121 bash[23503]: cluster 2024-09-10T04:08:44.662389+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:46.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:46 smithi121 bash[23503]: audit 2024-09-10T04:08:45.985484+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:46.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:46 smithi121 bash[23503]: audit 2024-09-10T04:08:45.985484+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:08:48.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:48 smithi174 bash[23190]: cluster 2024-09-10T04:08:46.663026+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:48.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:48 smithi174 bash[23190]: cluster 2024-09-10T04:08:46.663026+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:48.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:48 smithi111 bash[22787]: cluster 2024-09-10T04:08:46.663026+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:48.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:48 smithi111 bash[22787]: cluster 2024-09-10T04:08:46.663026+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:48.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:48 smithi121 bash[23503]: cluster 2024-09-10T04:08:46.663026+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:48.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:48 smithi121 bash[23503]: cluster 2024-09-10T04:08:46.663026+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:50.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:50 smithi111 bash[22787]: cluster 2024-09-10T04:08:48.663693+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:50.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:50 smithi111 bash[22787]: cluster 2024-09-10T04:08:48.663693+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:50.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:50 smithi174 bash[23190]: cluster 2024-09-10T04:08:48.663693+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:50.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:50 smithi174 bash[23190]: cluster 2024-09-10T04:08:48.663693+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:50.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:50 smithi121 bash[23503]: cluster 2024-09-10T04:08:48.663693+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:50.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:50 smithi121 bash[23503]: cluster 2024-09-10T04:08:48.663693+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:52.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:52 smithi111 bash[22787]: cluster 2024-09-10T04:08:50.664299+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:52.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:52 smithi111 bash[22787]: cluster 2024-09-10T04:08:50.664299+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:52.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:52 smithi174 bash[23190]: cluster 2024-09-10T04:08:50.664299+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:52.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:52 smithi174 bash[23190]: cluster 2024-09-10T04:08:50.664299+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:52.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:52 smithi121 bash[23503]: cluster 2024-09-10T04:08:50.664299+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:52.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:52 smithi121 bash[23503]: cluster 2024-09-10T04:08:50.664299+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:54.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:53 smithi174 bash[23190]: cluster 2024-09-10T04:08:52.664883+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:54.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:53 smithi174 bash[23190]: cluster 2024-09-10T04:08:52.664883+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:54.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:53 smithi174 bash[23190]: audit 2024-09-10T04:08:52.991856+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:53 smithi174 bash[23190]: audit 2024-09-10T04:08:52.991856+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:53 smithi174 bash[23190]: audit 2024-09-10T04:08:52.997039+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:53 smithi174 bash[23190]: audit 2024-09-10T04:08:52.997039+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:53 smithi174 bash[23190]: audit 2024-09-10T04:08:53.004069+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:53 smithi174 bash[23190]: audit 2024-09-10T04:08:53.004069+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:53 smithi111 bash[22787]: cluster 2024-09-10T04:08:52.664883+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:54.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:53 smithi111 bash[22787]: cluster 2024-09-10T04:08:52.664883+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:54.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:53 smithi111 bash[22787]: audit 2024-09-10T04:08:52.991856+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:53 smithi111 bash[22787]: audit 2024-09-10T04:08:52.991856+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:53 smithi111 bash[22787]: audit 2024-09-10T04:08:52.997039+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:53 smithi111 bash[22787]: audit 2024-09-10T04:08:52.997039+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:53 smithi111 bash[22787]: audit 2024-09-10T04:08:53.004069+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:53 smithi111 bash[22787]: audit 2024-09-10T04:08:53.004069+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:53 smithi121 bash[23503]: cluster 2024-09-10T04:08:52.664883+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:54.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:53 smithi121 bash[23503]: cluster 2024-09-10T04:08:52.664883+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:54.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:53 smithi121 bash[23503]: audit 2024-09-10T04:08:52.991856+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:53 smithi121 bash[23503]: audit 2024-09-10T04:08:52.991856+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:53 smithi121 bash[23503]: audit 2024-09-10T04:08:52.997039+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:53 smithi121 bash[23503]: audit 2024-09-10T04:08:52.997039+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:53 smithi121 bash[23503]: audit 2024-09-10T04:08:53.004069+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:54.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:53 smithi121 bash[23503]: audit 2024-09-10T04:08:53.004069+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:08:56.287 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:55 smithi121 bash[23503]: cluster 2024-09-10T04:08:54.665427+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:56.287 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:55 smithi121 bash[23503]: cluster 2024-09-10T04:08:54.665427+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:56.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:55 smithi174 bash[23190]: cluster 2024-09-10T04:08:54.665427+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:56.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:55 smithi174 bash[23190]: cluster 2024-09-10T04:08:54.665427+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:56.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:55 smithi111 bash[22787]: cluster 2024-09-10T04:08:54.665427+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:56.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:55 smithi111 bash[22787]: cluster 2024-09-10T04:08:54.665427+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:58.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:57 smithi174 bash[23190]: cluster 2024-09-10T04:08:56.666031+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:58.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:08:57 smithi174 bash[23190]: cluster 2024-09-10T04:08:56.666031+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:58.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:57 smithi111 bash[22787]: cluster 2024-09-10T04:08:56.666031+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:58.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:08:57 smithi111 bash[22787]: cluster 2024-09-10T04:08:56.666031+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:58.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:57 smithi121 bash[23503]: cluster 2024-09-10T04:08:56.666031+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:08:58.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:08:57 smithi121 bash[23503]: cluster 2024-09-10T04:08:56.666031+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:00.297 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:00 smithi121 bash[23503]: cluster 2024-09-10T04:08:58.666519+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:00.297 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:00 smithi121 bash[23503]: cluster 2024-09-10T04:08:58.666519+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:00.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:00 smithi174 bash[23190]: cluster 2024-09-10T04:08:58.666519+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:00.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:00 smithi174 bash[23190]: cluster 2024-09-10T04:08:58.666519+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:00.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:00 smithi111 bash[22787]: cluster 2024-09-10T04:08:58.666519+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:00.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:00 smithi111 bash[22787]: cluster 2024-09-10T04:08:58.666519+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:01.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:01 smithi121 bash[23503]: audit 2024-09-10T04:09:00.985808+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:01.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:01 smithi121 bash[23503]: audit 2024-09-10T04:09:00.985808+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:01.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:01 smithi174 bash[23190]: audit 2024-09-10T04:09:00.985808+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:01.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:01 smithi174 bash[23190]: audit 2024-09-10T04:09:00.985808+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:01.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:01 smithi111 bash[22787]: audit 2024-09-10T04:09:00.985808+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:01.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:01 smithi111 bash[22787]: audit 2024-09-10T04:09:00.985808+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:02.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:02 smithi174 bash[23190]: cluster 2024-09-10T04:09:00.667047+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:02.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:02 smithi174 bash[23190]: cluster 2024-09-10T04:09:00.667047+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:02.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:02 smithi174 bash[23190]: audit 2024-09-10T04:09:01.231620+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:02 smithi174 bash[23190]: audit 2024-09-10T04:09:01.231620+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:02 smithi174 bash[23190]: audit 2024-09-10T04:09:01.240622+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:02 smithi174 bash[23190]: audit 2024-09-10T04:09:01.240622+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:02 smithi174 bash[23190]: audit 2024-09-10T04:09:01.250254+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:02 smithi174 bash[23190]: audit 2024-09-10T04:09:01.250254+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:02 smithi174 bash[23190]: audit 2024-09-10T04:09:02.199806+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:02 smithi174 bash[23190]: audit 2024-09-10T04:09:02.199806+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:02 smithi174 bash[23190]: audit 2024-09-10T04:09:02.208908+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:02 smithi174 bash[23190]: audit 2024-09-10T04:09:02.208908+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:02 smithi174 bash[23190]: audit 2024-09-10T04:09:02.219239+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:02 smithi174 bash[23190]: audit 2024-09-10T04:09:02.219239+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:02 smithi111 bash[22787]: cluster 2024-09-10T04:09:00.667047+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:02.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:02 smithi111 bash[22787]: cluster 2024-09-10T04:09:00.667047+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:02.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:02 smithi111 bash[22787]: audit 2024-09-10T04:09:01.231620+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:02 smithi111 bash[22787]: audit 2024-09-10T04:09:01.231620+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:02 smithi111 bash[22787]: audit 2024-09-10T04:09:01.240622+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:02 smithi111 bash[22787]: audit 2024-09-10T04:09:01.240622+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:02 smithi111 bash[22787]: audit 2024-09-10T04:09:01.250254+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:02 smithi111 bash[22787]: audit 2024-09-10T04:09:01.250254+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:02 smithi111 bash[22787]: audit 2024-09-10T04:09:02.199806+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:02 smithi111 bash[22787]: audit 2024-09-10T04:09:02.199806+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:02 smithi111 bash[22787]: audit 2024-09-10T04:09:02.208908+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:02 smithi111 bash[22787]: audit 2024-09-10T04:09:02.208908+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:02 smithi111 bash[22787]: audit 2024-09-10T04:09:02.219239+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:02 smithi111 bash[22787]: audit 2024-09-10T04:09:02.219239+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:02 smithi121 bash[23503]: cluster 2024-09-10T04:09:00.667047+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:02.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:02 smithi121 bash[23503]: cluster 2024-09-10T04:09:00.667047+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:02.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:02 smithi121 bash[23503]: audit 2024-09-10T04:09:01.231620+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:02 smithi121 bash[23503]: audit 2024-09-10T04:09:01.231620+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:02 smithi121 bash[23503]: audit 2024-09-10T04:09:01.240622+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:02 smithi121 bash[23503]: audit 2024-09-10T04:09:01.240622+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:02 smithi121 bash[23503]: audit 2024-09-10T04:09:01.250254+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:02 smithi121 bash[23503]: audit 2024-09-10T04:09:01.250254+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:02 smithi121 bash[23503]: audit 2024-09-10T04:09:02.199806+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:02 smithi121 bash[23503]: audit 2024-09-10T04:09:02.199806+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:02 smithi121 bash[23503]: audit 2024-09-10T04:09:02.208908+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:02 smithi121 bash[23503]: audit 2024-09-10T04:09:02.208908+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:02 smithi121 bash[23503]: audit 2024-09-10T04:09:02.219239+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:02.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:02 smithi121 bash[23503]: audit 2024-09-10T04:09:02.219239+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:03.687 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:09:03 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:09:03] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.51.0" 2024-09-10T04:09:04.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:04 smithi174 bash[23190]: cluster 2024-09-10T04:09:02.667641+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:04.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:04 smithi174 bash[23190]: cluster 2024-09-10T04:09:02.667641+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:04.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:04 smithi111 bash[22787]: cluster 2024-09-10T04:09:02.667641+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:04.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:04 smithi111 bash[22787]: cluster 2024-09-10T04:09:02.667641+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:04.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:04 smithi121 bash[23503]: cluster 2024-09-10T04:09:02.667641+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:04.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:04 smithi121 bash[23503]: cluster 2024-09-10T04:09:02.667641+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:06.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:06 smithi174 bash[23190]: cluster 2024-09-10T04:09:04.668166+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:06.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:06 smithi174 bash[23190]: cluster 2024-09-10T04:09:04.668166+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:06.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:06 smithi111 bash[22787]: cluster 2024-09-10T04:09:04.668166+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:06.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:06 smithi111 bash[22787]: cluster 2024-09-10T04:09:04.668166+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:06.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:06 smithi121 bash[23503]: cluster 2024-09-10T04:09:04.668166+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:06.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:06 smithi121 bash[23503]: cluster 2024-09-10T04:09:04.668166+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:08.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:08 smithi174 bash[23190]: cluster 2024-09-10T04:09:06.668709+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:08.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:08 smithi174 bash[23190]: cluster 2024-09-10T04:09:06.668709+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:08.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:08 smithi111 bash[22787]: cluster 2024-09-10T04:09:06.668709+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:08.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:08 smithi111 bash[22787]: cluster 2024-09-10T04:09:06.668709+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:08.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:08 smithi121 bash[23503]: cluster 2024-09-10T04:09:06.668709+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:08.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:08 smithi121 bash[23503]: cluster 2024-09-10T04:09:06.668709+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:10.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:10 smithi174 bash[23190]: cluster 2024-09-10T04:09:08.669182+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:10.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:10 smithi174 bash[23190]: cluster 2024-09-10T04:09:08.669182+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:10.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:10 smithi111 bash[22787]: cluster 2024-09-10T04:09:08.669182+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:10.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:10 smithi111 bash[22787]: cluster 2024-09-10T04:09:08.669182+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:10.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:10 smithi121 bash[23503]: cluster 2024-09-10T04:09:08.669182+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:10.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:10 smithi121 bash[23503]: cluster 2024-09-10T04:09:08.669182+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:12.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:12 smithi174 bash[23190]: cluster 2024-09-10T04:09:10.669689+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:12.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:12 smithi174 bash[23190]: cluster 2024-09-10T04:09:10.669689+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:12.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:12 smithi111 bash[22787]: cluster 2024-09-10T04:09:10.669689+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:12.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:12 smithi111 bash[22787]: cluster 2024-09-10T04:09:10.669689+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:12.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:12 smithi121 bash[23503]: cluster 2024-09-10T04:09:10.669689+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:12.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:12 smithi121 bash[23503]: cluster 2024-09-10T04:09:10.669689+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:13.436 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:09:13 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:09:13] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.51.0" 2024-09-10T04:09:14.419 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:14 smithi111 bash[22787]: cluster 2024-09-10T04:09:12.670276+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:14.419 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:14 smithi111 bash[22787]: cluster 2024-09-10T04:09:12.670276+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:14.419 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:14 smithi111 bash[22787]: audit 2024-09-10T04:09:13.153418+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.419 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:14 smithi111 bash[22787]: audit 2024-09-10T04:09:13.153418+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.419 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:14 smithi111 bash[22787]: audit 2024-09-10T04:09:13.158882+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.419 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:14 smithi111 bash[22787]: audit 2024-09-10T04:09:13.158882+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.419 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:14 smithi111 bash[22787]: audit 2024-09-10T04:09:13.165343+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.419 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:14 smithi111 bash[22787]: audit 2024-09-10T04:09:13.165343+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:14 smithi121 bash[23503]: cluster 2024-09-10T04:09:12.670276+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:14.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:14 smithi121 bash[23503]: cluster 2024-09-10T04:09:12.670276+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:14.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:14 smithi121 bash[23503]: audit 2024-09-10T04:09:13.153418+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:14 smithi121 bash[23503]: audit 2024-09-10T04:09:13.153418+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:14 smithi121 bash[23503]: audit 2024-09-10T04:09:13.158882+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:14 smithi121 bash[23503]: audit 2024-09-10T04:09:13.158882+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:14 smithi121 bash[23503]: audit 2024-09-10T04:09:13.165343+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:14 smithi121 bash[23503]: audit 2024-09-10T04:09:13.165343+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:14 smithi174 bash[23190]: cluster 2024-09-10T04:09:12.670276+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:14.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:14 smithi174 bash[23190]: cluster 2024-09-10T04:09:12.670276+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:14.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:14 smithi174 bash[23190]: audit 2024-09-10T04:09:13.153418+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:14 smithi174 bash[23190]: audit 2024-09-10T04:09:13.153418+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:14 smithi174 bash[23190]: audit 2024-09-10T04:09:13.158882+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:14 smithi174 bash[23190]: audit 2024-09-10T04:09:13.158882+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:14 smithi174 bash[23190]: audit 2024-09-10T04:09:13.165343+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:14.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:14 smithi174 bash[23190]: audit 2024-09-10T04:09:13.165343+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:16.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:16 smithi111 bash[22787]: cluster 2024-09-10T04:09:14.670825+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:16.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:16 smithi111 bash[22787]: cluster 2024-09-10T04:09:14.670825+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:16.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:16 smithi111 bash[22787]: audit 2024-09-10T04:09:15.986327+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:16.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:16 smithi111 bash[22787]: audit 2024-09-10T04:09:15.986327+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:16.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:16 smithi121 bash[23503]: cluster 2024-09-10T04:09:14.670825+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:16.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:16 smithi121 bash[23503]: cluster 2024-09-10T04:09:14.670825+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:16.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:16 smithi121 bash[23503]: audit 2024-09-10T04:09:15.986327+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:16.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:16 smithi121 bash[23503]: audit 2024-09-10T04:09:15.986327+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:16.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:16 smithi174 bash[23190]: cluster 2024-09-10T04:09:14.670825+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:16.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:16 smithi174 bash[23190]: cluster 2024-09-10T04:09:14.670825+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:16.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:16 smithi174 bash[23190]: audit 2024-09-10T04:09:15.986327+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:16.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:16 smithi174 bash[23190]: audit 2024-09-10T04:09:15.986327+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:18.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:18 smithi111 bash[22787]: cluster 2024-09-10T04:09:16.671364+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:18.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:18 smithi111 bash[22787]: cluster 2024-09-10T04:09:16.671364+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:18.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:18 smithi121 bash[23503]: cluster 2024-09-10T04:09:16.671364+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:18.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:18 smithi121 bash[23503]: cluster 2024-09-10T04:09:16.671364+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:18.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:18 smithi174 bash[23190]: cluster 2024-09-10T04:09:16.671364+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:18.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:18 smithi174 bash[23190]: cluster 2024-09-10T04:09:16.671364+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:20.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:20 smithi174 bash[23190]: cluster 2024-09-10T04:09:18.671899+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:20.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:20 smithi174 bash[23190]: cluster 2024-09-10T04:09:18.671899+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:20.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:20 smithi111 bash[22787]: cluster 2024-09-10T04:09:18.671899+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:20.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:20 smithi111 bash[22787]: cluster 2024-09-10T04:09:18.671899+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:20.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:20 smithi121 bash[23503]: cluster 2024-09-10T04:09:18.671899+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:20.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:20 smithi121 bash[23503]: cluster 2024-09-10T04:09:18.671899+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:22.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:22 smithi174 bash[23190]: cluster 2024-09-10T04:09:20.672442+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:22.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:22 smithi174 bash[23190]: cluster 2024-09-10T04:09:20.672442+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:22.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:22 smithi174 bash[23190]: audit 2024-09-10T04:09:21.374676+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:22 smithi174 bash[23190]: audit 2024-09-10T04:09:21.374676+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:22 smithi174 bash[23190]: audit 2024-09-10T04:09:21.383361+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:22 smithi174 bash[23190]: audit 2024-09-10T04:09:21.383361+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:22 smithi174 bash[23190]: audit 2024-09-10T04:09:21.392949+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:22 smithi174 bash[23190]: audit 2024-09-10T04:09:21.392949+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:22 smithi111 bash[22787]: cluster 2024-09-10T04:09:20.672442+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:22.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:22 smithi111 bash[22787]: cluster 2024-09-10T04:09:20.672442+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:22.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:22 smithi111 bash[22787]: audit 2024-09-10T04:09:21.374676+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:22 smithi111 bash[22787]: audit 2024-09-10T04:09:21.374676+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:22 smithi111 bash[22787]: audit 2024-09-10T04:09:21.383361+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:22 smithi111 bash[22787]: audit 2024-09-10T04:09:21.383361+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:22 smithi111 bash[22787]: audit 2024-09-10T04:09:21.392949+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:22 smithi111 bash[22787]: audit 2024-09-10T04:09:21.392949+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:22 smithi121 bash[23503]: cluster 2024-09-10T04:09:20.672442+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:22.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:22 smithi121 bash[23503]: cluster 2024-09-10T04:09:20.672442+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:22.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:22 smithi121 bash[23503]: audit 2024-09-10T04:09:21.374676+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:22 smithi121 bash[23503]: audit 2024-09-10T04:09:21.374676+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:22 smithi121 bash[23503]: audit 2024-09-10T04:09:21.383361+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:22 smithi121 bash[23503]: audit 2024-09-10T04:09:21.383361+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:22 smithi121 bash[23503]: audit 2024-09-10T04:09:21.392949+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:22.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:22 smithi121 bash[23503]: audit 2024-09-10T04:09:21.392949+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.687 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:09:23 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:09:23] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.51.0" 2024-09-10T04:09:23.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:23 smithi111 bash[22787]: audit 2024-09-10T04:09:22.399114+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:23 smithi111 bash[22787]: audit 2024-09-10T04:09:22.399114+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:23 smithi111 bash[22787]: audit 2024-09-10T04:09:22.407863+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:23 smithi111 bash[22787]: audit 2024-09-10T04:09:22.407863+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:23 smithi111 bash[22787]: audit 2024-09-10T04:09:22.417664+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:23 smithi111 bash[22787]: audit 2024-09-10T04:09:22.417664+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:23 smithi121 bash[23503]: audit 2024-09-10T04:09:22.399114+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:23 smithi121 bash[23503]: audit 2024-09-10T04:09:22.399114+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:23 smithi121 bash[23503]: audit 2024-09-10T04:09:22.407863+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:23 smithi121 bash[23503]: audit 2024-09-10T04:09:22.407863+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:23 smithi121 bash[23503]: audit 2024-09-10T04:09:22.417664+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:23 smithi121 bash[23503]: audit 2024-09-10T04:09:22.417664+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:23 smithi174 bash[23190]: audit 2024-09-10T04:09:22.399114+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:23 smithi174 bash[23190]: audit 2024-09-10T04:09:22.399114+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:23 smithi174 bash[23190]: audit 2024-09-10T04:09:22.407863+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:23 smithi174 bash[23190]: audit 2024-09-10T04:09:22.407863+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:23 smithi174 bash[23190]: audit 2024-09-10T04:09:22.417664+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:23.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:23 smithi174 bash[23190]: audit 2024-09-10T04:09:22.417664+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:24.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:24 smithi111 bash[22787]: cluster 2024-09-10T04:09:22.673008+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:24.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:24 smithi111 bash[22787]: cluster 2024-09-10T04:09:22.673008+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:24.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:24 smithi111 bash[22787]: audit 2024-09-10T04:09:23.767194+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:09:24.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:24 smithi111 bash[22787]: audit 2024-09-10T04:09:23.767194+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:09:24.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:24 smithi111 bash[22787]: audit 2024-09-10T04:09:23.772431+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:09:24.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:24 smithi111 bash[22787]: audit 2024-09-10T04:09:23.772431+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:09:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:24 smithi111 bash[22787]: audit 2024-09-10T04:09:23.774118+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:09:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:24 smithi111 bash[22787]: audit 2024-09-10T04:09:23.774118+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:09:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:24 smithi111 bash[22787]: audit 2024-09-10T04:09:23.784662+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:24.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:24 smithi111 bash[22787]: audit 2024-09-10T04:09:23.784662+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:24.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:24 smithi121 bash[23503]: cluster 2024-09-10T04:09:22.673008+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:24.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:24 smithi121 bash[23503]: cluster 2024-09-10T04:09:22.673008+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:24.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:24 smithi121 bash[23503]: audit 2024-09-10T04:09:23.767194+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:09:24.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:24 smithi121 bash[23503]: audit 2024-09-10T04:09:23.767194+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:09:24.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:24 smithi121 bash[23503]: audit 2024-09-10T04:09:23.772431+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:09:24.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:24 smithi121 bash[23503]: audit 2024-09-10T04:09:23.772431+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:09:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:24 smithi121 bash[23503]: audit 2024-09-10T04:09:23.774118+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:09:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:24 smithi121 bash[23503]: audit 2024-09-10T04:09:23.774118+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:09:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:24 smithi121 bash[23503]: audit 2024-09-10T04:09:23.784662+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:24.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:24 smithi121 bash[23503]: audit 2024-09-10T04:09:23.784662+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:24.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:24 smithi174 bash[23190]: cluster 2024-09-10T04:09:22.673008+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:24.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:24 smithi174 bash[23190]: cluster 2024-09-10T04:09:22.673008+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:24.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:24 smithi174 bash[23190]: audit 2024-09-10T04:09:23.767194+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:09:24.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:24 smithi174 bash[23190]: audit 2024-09-10T04:09:23.767194+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:09:24.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:24 smithi174 bash[23190]: audit 2024-09-10T04:09:23.772431+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:09:24.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:24 smithi174 bash[23190]: audit 2024-09-10T04:09:23.772431+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:09:24.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:24 smithi174 bash[23190]: audit 2024-09-10T04:09:23.774118+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:09:24.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:24 smithi174 bash[23190]: audit 2024-09-10T04:09:23.774118+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:09:24.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:24 smithi174 bash[23190]: audit 2024-09-10T04:09:23.784662+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:24.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:24 smithi174 bash[23190]: audit 2024-09-10T04:09:23.784662+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:26.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:26 smithi111 bash[22787]: cluster 2024-09-10T04:09:24.673538+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:26.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:26 smithi111 bash[22787]: cluster 2024-09-10T04:09:24.673538+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:26.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:26 smithi121 bash[23503]: cluster 2024-09-10T04:09:24.673538+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:26.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:26 smithi121 bash[23503]: cluster 2024-09-10T04:09:24.673538+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:26.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:26 smithi174 bash[23190]: cluster 2024-09-10T04:09:24.673538+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:26.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:26 smithi174 bash[23190]: cluster 2024-09-10T04:09:24.673538+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:28.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:28 smithi111 bash[22787]: cluster 2024-09-10T04:09:26.674085+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:28.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:28 smithi111 bash[22787]: cluster 2024-09-10T04:09:26.674085+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:28.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:28 smithi121 bash[23503]: cluster 2024-09-10T04:09:26.674085+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:28.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:28 smithi121 bash[23503]: cluster 2024-09-10T04:09:26.674085+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:28.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:28 smithi174 bash[23190]: cluster 2024-09-10T04:09:26.674085+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:28.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:28 smithi174 bash[23190]: cluster 2024-09-10T04:09:26.674085+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:30.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:30 smithi111 bash[22787]: cluster 2024-09-10T04:09:28.674596+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:30.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:30 smithi111 bash[22787]: cluster 2024-09-10T04:09:28.674596+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:30.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:30 smithi121 bash[23503]: cluster 2024-09-10T04:09:28.674596+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:30.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:30 smithi121 bash[23503]: cluster 2024-09-10T04:09:28.674596+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:30.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:30 smithi174 bash[23190]: cluster 2024-09-10T04:09:28.674596+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:30.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:30 smithi174 bash[23190]: cluster 2024-09-10T04:09:28.674596+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:31.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:31 smithi111 bash[22787]: audit 2024-09-10T04:09:30.986483+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:31.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:31 smithi111 bash[22787]: audit 2024-09-10T04:09:30.986483+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:31.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:31 smithi121 bash[23503]: audit 2024-09-10T04:09:30.986483+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:31.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:31 smithi121 bash[23503]: audit 2024-09-10T04:09:30.986483+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:31.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:31 smithi174 bash[23190]: audit 2024-09-10T04:09:30.986483+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:31.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:31 smithi174 bash[23190]: audit 2024-09-10T04:09:30.986483+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:32.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:32 smithi111 bash[22787]: cluster 2024-09-10T04:09:30.675125+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:32.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:32 smithi111 bash[22787]: cluster 2024-09-10T04:09:30.675125+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:32.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:32 smithi121 bash[23503]: cluster 2024-09-10T04:09:30.675125+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:32.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:32 smithi121 bash[23503]: cluster 2024-09-10T04:09:30.675125+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:32.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:32 smithi174 bash[23190]: cluster 2024-09-10T04:09:30.675125+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:32.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:32 smithi174 bash[23190]: cluster 2024-09-10T04:09:30.675125+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:33.686 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:09:33 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:09:33] "GET /metrics HTTP/1.1" 200 21535 "" "Prometheus/2.51.0" 2024-09-10T04:09:34.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:34 smithi174 bash[23190]: cluster 2024-09-10T04:09:32.675663+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:34.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:34 smithi174 bash[23190]: cluster 2024-09-10T04:09:32.675663+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:34.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:34 smithi174 bash[23190]: audit 2024-09-10T04:09:33.344479+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:34 smithi174 bash[23190]: audit 2024-09-10T04:09:33.344479+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:34 smithi174 bash[23190]: audit 2024-09-10T04:09:33.349677+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:34 smithi174 bash[23190]: audit 2024-09-10T04:09:33.349677+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:34 smithi174 bash[23190]: audit 2024-09-10T04:09:33.355288+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:34 smithi174 bash[23190]: audit 2024-09-10T04:09:33.355288+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:34 smithi111 bash[22787]: cluster 2024-09-10T04:09:32.675663+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:34.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:34 smithi111 bash[22787]: cluster 2024-09-10T04:09:32.675663+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:34.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:34 smithi111 bash[22787]: audit 2024-09-10T04:09:33.344479+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:34 smithi111 bash[22787]: audit 2024-09-10T04:09:33.344479+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:34 smithi111 bash[22787]: audit 2024-09-10T04:09:33.349677+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:34 smithi111 bash[22787]: audit 2024-09-10T04:09:33.349677+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:34 smithi111 bash[22787]: audit 2024-09-10T04:09:33.355288+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:34 smithi111 bash[22787]: audit 2024-09-10T04:09:33.355288+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:34 smithi121 bash[23503]: cluster 2024-09-10T04:09:32.675663+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:34.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:34 smithi121 bash[23503]: cluster 2024-09-10T04:09:32.675663+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:34.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:34 smithi121 bash[23503]: audit 2024-09-10T04:09:33.344479+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:34 smithi121 bash[23503]: audit 2024-09-10T04:09:33.344479+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:34 smithi121 bash[23503]: audit 2024-09-10T04:09:33.349677+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:34 smithi121 bash[23503]: audit 2024-09-10T04:09:33.349677+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:34 smithi121 bash[23503]: audit 2024-09-10T04:09:33.355288+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:34.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:34 smithi121 bash[23503]: audit 2024-09-10T04:09:33.355288+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:36.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:36 smithi174 bash[23190]: cluster 2024-09-10T04:09:34.676214+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:36.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:36 smithi174 bash[23190]: cluster 2024-09-10T04:09:34.676214+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:36.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:36 smithi111 bash[22787]: cluster 2024-09-10T04:09:34.676214+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:36.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:36 smithi111 bash[22787]: cluster 2024-09-10T04:09:34.676214+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:36.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:36 smithi121 bash[23503]: cluster 2024-09-10T04:09:34.676214+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:36.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:36 smithi121 bash[23503]: cluster 2024-09-10T04:09:34.676214+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:38.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:38 smithi174 bash[23190]: cluster 2024-09-10T04:09:36.676784+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:38.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:38 smithi174 bash[23190]: cluster 2024-09-10T04:09:36.676784+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:38.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:38 smithi111 bash[22787]: cluster 2024-09-10T04:09:36.676784+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:38.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:38 smithi111 bash[22787]: cluster 2024-09-10T04:09:36.676784+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:38.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:38 smithi121 bash[23503]: cluster 2024-09-10T04:09:36.676784+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:38.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:38 smithi121 bash[23503]: cluster 2024-09-10T04:09:36.676784+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:40.686 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:40 smithi174 bash[23190]: cluster 2024-09-10T04:09:38.677294+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:40.686 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:40 smithi174 bash[23190]: cluster 2024-09-10T04:09:38.677294+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:40.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:40 smithi111 bash[22787]: cluster 2024-09-10T04:09:38.677294+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:40.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:40 smithi111 bash[22787]: cluster 2024-09-10T04:09:38.677294+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:40.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:40 smithi121 bash[23503]: cluster 2024-09-10T04:09:38.677294+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:40.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:40 smithi121 bash[23503]: cluster 2024-09-10T04:09:38.677294+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:42 smithi121 bash[23503]: cluster 2024-09-10T04:09:40.677851+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:42 smithi121 bash[23503]: cluster 2024-09-10T04:09:40.677851+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:42 smithi121 bash[23503]: audit 2024-09-10T04:09:41.560411+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:42 smithi121 bash[23503]: audit 2024-09-10T04:09:41.560411+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:42 smithi121 bash[23503]: audit 2024-09-10T04:09:41.569245+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:42 smithi121 bash[23503]: audit 2024-09-10T04:09:41.569245+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:42 smithi121 bash[23503]: audit 2024-09-10T04:09:41.578900+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:42 smithi121 bash[23503]: audit 2024-09-10T04:09:41.578900+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.611 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:42 smithi174 bash[23190]: cluster 2024-09-10T04:09:40.677851+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:42.611 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:42 smithi174 bash[23190]: cluster 2024-09-10T04:09:40.677851+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:42.612 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:42 smithi174 bash[23190]: audit 2024-09-10T04:09:41.560411+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.612 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:42 smithi174 bash[23190]: audit 2024-09-10T04:09:41.560411+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.612 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:42 smithi174 bash[23190]: audit 2024-09-10T04:09:41.569245+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.612 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:42 smithi174 bash[23190]: audit 2024-09-10T04:09:41.569245+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.612 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:42 smithi174 bash[23190]: audit 2024-09-10T04:09:41.578900+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.612 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:42 smithi174 bash[23190]: audit 2024-09-10T04:09:41.578900+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:42 smithi111 bash[22787]: cluster 2024-09-10T04:09:40.677851+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:42.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:42 smithi111 bash[22787]: cluster 2024-09-10T04:09:40.677851+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:42.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:42 smithi111 bash[22787]: audit 2024-09-10T04:09:41.560411+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:42 smithi111 bash[22787]: audit 2024-09-10T04:09:41.560411+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:42 smithi111 bash[22787]: audit 2024-09-10T04:09:41.569245+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:42 smithi111 bash[22787]: audit 2024-09-10T04:09:41.569245+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:42 smithi111 bash[22787]: audit 2024-09-10T04:09:41.578900+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:42.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:42 smithi111 bash[22787]: audit 2024-09-10T04:09:41.578900+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.586 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:09:43 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:09:43] "GET /metrics HTTP/1.1" 200 21535 "" "Prometheus/2.51.0" 2024-09-10T04:09:43.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:43 smithi174 bash[23190]: audit 2024-09-10T04:09:42.590291+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:43 smithi174 bash[23190]: audit 2024-09-10T04:09:42.590291+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:43 smithi174 bash[23190]: audit 2024-09-10T04:09:42.600444+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:43 smithi174 bash[23190]: audit 2024-09-10T04:09:42.600444+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:43 smithi174 bash[23190]: audit 2024-09-10T04:09:42.611724+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:43 smithi174 bash[23190]: audit 2024-09-10T04:09:42.611724+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:43 smithi174 bash[23190]: cluster 2024-09-10T04:09:42.678344+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:43.885 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:43 smithi174 bash[23190]: cluster 2024-09-10T04:09:42.678344+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:43.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:43 smithi111 bash[22787]: audit 2024-09-10T04:09:42.590291+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:43 smithi111 bash[22787]: audit 2024-09-10T04:09:42.590291+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:43 smithi111 bash[22787]: audit 2024-09-10T04:09:42.600444+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:43 smithi111 bash[22787]: audit 2024-09-10T04:09:42.600444+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:43 smithi111 bash[22787]: audit 2024-09-10T04:09:42.611724+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:43 smithi111 bash[22787]: audit 2024-09-10T04:09:42.611724+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:43 smithi111 bash[22787]: cluster 2024-09-10T04:09:42.678344+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:43.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:43 smithi111 bash[22787]: cluster 2024-09-10T04:09:42.678344+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:43.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:43 smithi121 bash[23503]: audit 2024-09-10T04:09:42.590291+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:43 smithi121 bash[23503]: audit 2024-09-10T04:09:42.590291+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:43 smithi121 bash[23503]: audit 2024-09-10T04:09:42.600444+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:43 smithi121 bash[23503]: audit 2024-09-10T04:09:42.600444+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:43 smithi121 bash[23503]: audit 2024-09-10T04:09:42.611724+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:43 smithi121 bash[23503]: audit 2024-09-10T04:09:42.611724+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:43.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:43 smithi121 bash[23503]: cluster 2024-09-10T04:09:42.678344+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:43.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:43 smithi121 bash[23503]: cluster 2024-09-10T04:09:42.678344+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:46.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:45 smithi174 bash[23190]: cluster 2024-09-10T04:09:44.678798+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:46.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:45 smithi174 bash[23190]: cluster 2024-09-10T04:09:44.678798+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:46.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:45 smithi111 bash[22787]: cluster 2024-09-10T04:09:44.678798+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:46.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:45 smithi111 bash[22787]: cluster 2024-09-10T04:09:44.678798+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:46.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:45 smithi121 bash[23503]: cluster 2024-09-10T04:09:44.678798+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:46.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:45 smithi121 bash[23503]: cluster 2024-09-10T04:09:44.678798+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:47.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:46 smithi174 bash[23190]: audit 2024-09-10T04:09:45.987088+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:47.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:46 smithi174 bash[23190]: audit 2024-09-10T04:09:45.987088+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:47.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:46 smithi111 bash[22787]: audit 2024-09-10T04:09:45.987088+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:47.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:46 smithi111 bash[22787]: audit 2024-09-10T04:09:45.987088+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:47.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:46 smithi121 bash[23503]: audit 2024-09-10T04:09:45.987088+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:47.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:46 smithi121 bash[23503]: audit 2024-09-10T04:09:45.987088+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:09:48.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:47 smithi174 bash[23190]: cluster 2024-09-10T04:09:46.679327+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:48.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:47 smithi174 bash[23190]: cluster 2024-09-10T04:09:46.679327+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:48.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:47 smithi111 bash[22787]: cluster 2024-09-10T04:09:46.679327+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:48.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:47 smithi111 bash[22787]: cluster 2024-09-10T04:09:46.679327+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:48.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:47 smithi121 bash[23503]: cluster 2024-09-10T04:09:46.679327+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:48.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:47 smithi121 bash[23503]: cluster 2024-09-10T04:09:46.679327+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:50.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:49 smithi174 bash[23190]: cluster 2024-09-10T04:09:48.679850+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:50.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:49 smithi174 bash[23190]: cluster 2024-09-10T04:09:48.679850+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:50.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:49 smithi111 bash[22787]: cluster 2024-09-10T04:09:48.679850+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:50.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:49 smithi111 bash[22787]: cluster 2024-09-10T04:09:48.679850+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:50.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:49 smithi121 bash[23503]: cluster 2024-09-10T04:09:48.679850+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:50.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:49 smithi121 bash[23503]: cluster 2024-09-10T04:09:48.679850+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:52.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:51 smithi174 bash[23190]: cluster 2024-09-10T04:09:50.680395+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:52.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:51 smithi174 bash[23190]: cluster 2024-09-10T04:09:50.680395+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:52.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:51 smithi111 bash[22787]: cluster 2024-09-10T04:09:50.680395+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:52.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:51 smithi111 bash[22787]: cluster 2024-09-10T04:09:50.680395+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:52.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:51 smithi121 bash[23503]: cluster 2024-09-10T04:09:50.680395+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:52.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:51 smithi121 bash[23503]: cluster 2024-09-10T04:09:50.680395+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:53.437 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:09:53 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:09:53] "GET /metrics HTTP/1.1" 200 21529 "" "Prometheus/2.51.0" 2024-09-10T04:09:53.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:53 smithi111 bash[22787]: cluster 2024-09-10T04:09:52.680946+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:53.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:53 smithi111 bash[22787]: cluster 2024-09-10T04:09:52.680946+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:53.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:53 smithi111 bash[22787]: audit 2024-09-10T04:09:53.551616+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:53.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:53 smithi111 bash[22787]: audit 2024-09-10T04:09:53.551616+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:53.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:53 smithi111 bash[22787]: audit 2024-09-10T04:09:53.559531+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:53.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:53 smithi111 bash[22787]: audit 2024-09-10T04:09:53.559531+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:53.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:53 smithi111 bash[22787]: audit 2024-09-10T04:09:53.569406+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:53.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:53 smithi111 bash[22787]: audit 2024-09-10T04:09:53.569406+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:54.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:53 smithi174 bash[23190]: cluster 2024-09-10T04:09:52.680946+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:54.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:53 smithi174 bash[23190]: cluster 2024-09-10T04:09:52.680946+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:54.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:53 smithi174 bash[23190]: audit 2024-09-10T04:09:53.551616+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:54.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:53 smithi174 bash[23190]: audit 2024-09-10T04:09:53.551616+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:54.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:53 smithi174 bash[23190]: audit 2024-09-10T04:09:53.559531+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:54.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:53 smithi174 bash[23190]: audit 2024-09-10T04:09:53.559531+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:54.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:53 smithi174 bash[23190]: audit 2024-09-10T04:09:53.569406+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:54.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:53 smithi174 bash[23190]: audit 2024-09-10T04:09:53.569406+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:54.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:53 smithi121 bash[23503]: cluster 2024-09-10T04:09:52.680946+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:54.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:53 smithi121 bash[23503]: cluster 2024-09-10T04:09:52.680946+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:54.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:53 smithi121 bash[23503]: audit 2024-09-10T04:09:53.551616+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:54.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:53 smithi121 bash[23503]: audit 2024-09-10T04:09:53.551616+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:54.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:53 smithi121 bash[23503]: audit 2024-09-10T04:09:53.559531+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:54.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:53 smithi121 bash[23503]: audit 2024-09-10T04:09:53.559531+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:54.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:53 smithi121 bash[23503]: audit 2024-09-10T04:09:53.569406+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:54.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:53 smithi121 bash[23503]: audit 2024-09-10T04:09:53.569406+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:09:56.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:55 smithi174 bash[23190]: cluster 2024-09-10T04:09:54.681363+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:56.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:55 smithi174 bash[23190]: cluster 2024-09-10T04:09:54.681363+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:56.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:55 smithi111 bash[22787]: cluster 2024-09-10T04:09:54.681363+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:56.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:55 smithi111 bash[22787]: cluster 2024-09-10T04:09:54.681363+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:56.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:55 smithi121 bash[23503]: cluster 2024-09-10T04:09:54.681363+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:56.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:55 smithi121 bash[23503]: cluster 2024-09-10T04:09:54.681363+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:58.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:57 smithi174 bash[23190]: cluster 2024-09-10T04:09:56.681898+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:58.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:57 smithi174 bash[23190]: cluster 2024-09-10T04:09:56.681898+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:58.162 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:57 smithi121 bash[23503]: cluster 2024-09-10T04:09:56.681898+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:58.162 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:57 smithi121 bash[23503]: cluster 2024-09-10T04:09:56.681898+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:58.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:57 smithi111 bash[22787]: cluster 2024-09-10T04:09:56.681898+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:09:58.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:57 smithi111 bash[22787]: cluster 2024-09-10T04:09:56.681898+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:00.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:59 smithi174 bash[23190]: cluster 2024-09-10T04:09:58.682421+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:00.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:09:59 smithi174 bash[23190]: cluster 2024-09-10T04:09:58.682421+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:00.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:59 smithi111 bash[22787]: cluster 2024-09-10T04:09:58.682421+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:00.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:09:59 smithi111 bash[22787]: cluster 2024-09-10T04:09:58.682421+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:00.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:59 smithi121 bash[23503]: cluster 2024-09-10T04:09:58.682421+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:00.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:09:59 smithi121 bash[23503]: cluster 2024-09-10T04:09:58.682421+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:01.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:00 smithi174 bash[23190]: cluster 2024-09-10T04:10:00.000148+0000 mon.a (mon.0) 928 : cluster [INF] overall HEALTH_OK 2024-09-10T04:10:01.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:00 smithi174 bash[23190]: cluster 2024-09-10T04:10:00.000148+0000 mon.a (mon.0) 928 : cluster [INF] overall HEALTH_OK 2024-09-10T04:10:01.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:00 smithi111 bash[22787]: cluster 2024-09-10T04:10:00.000148+0000 mon.a (mon.0) 928 : cluster [INF] overall HEALTH_OK 2024-09-10T04:10:01.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:00 smithi111 bash[22787]: cluster 2024-09-10T04:10:00.000148+0000 mon.a (mon.0) 928 : cluster [INF] overall HEALTH_OK 2024-09-10T04:10:01.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:00 smithi121 bash[23503]: cluster 2024-09-10T04:10:00.000148+0000 mon.a (mon.0) 928 : cluster [INF] overall HEALTH_OK 2024-09-10T04:10:01.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:00 smithi121 bash[23503]: cluster 2024-09-10T04:10:00.000148+0000 mon.a (mon.0) 928 : cluster [INF] overall HEALTH_OK 2024-09-10T04:10:02.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:01 smithi174 bash[23190]: cluster 2024-09-10T04:10:00.682949+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:02.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:01 smithi174 bash[23190]: cluster 2024-09-10T04:10:00.682949+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:02.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:01 smithi174 bash[23190]: audit 2024-09-10T04:10:00.987461+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:01 smithi174 bash[23190]: audit 2024-09-10T04:10:00.987461+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:01 smithi174 bash[23190]: audit 2024-09-10T04:10:01.716348+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:01 smithi174 bash[23190]: audit 2024-09-10T04:10:01.716348+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:01 smithi174 bash[23190]: audit 2024-09-10T04:10:01.726363+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:01 smithi174 bash[23190]: audit 2024-09-10T04:10:01.726363+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:01 smithi174 bash[23190]: audit 2024-09-10T04:10:01.736201+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:01 smithi174 bash[23190]: audit 2024-09-10T04:10:01.736201+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:01 smithi111 bash[22787]: cluster 2024-09-10T04:10:00.682949+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:02.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:01 smithi111 bash[22787]: cluster 2024-09-10T04:10:00.682949+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:02.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:01 smithi111 bash[22787]: audit 2024-09-10T04:10:00.987461+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:02.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:01 smithi111 bash[22787]: audit 2024-09-10T04:10:00.987461+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:02.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:01 smithi111 bash[22787]: audit 2024-09-10T04:10:01.716348+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:01 smithi111 bash[22787]: audit 2024-09-10T04:10:01.716348+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:01 smithi111 bash[22787]: audit 2024-09-10T04:10:01.726363+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:01 smithi111 bash[22787]: audit 2024-09-10T04:10:01.726363+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:01 smithi111 bash[22787]: audit 2024-09-10T04:10:01.736201+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:01 smithi111 bash[22787]: audit 2024-09-10T04:10:01.736201+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:01 smithi121 bash[23503]: cluster 2024-09-10T04:10:00.682949+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:02.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:01 smithi121 bash[23503]: cluster 2024-09-10T04:10:00.682949+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:02.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:01 smithi121 bash[23503]: audit 2024-09-10T04:10:00.987461+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:02.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:01 smithi121 bash[23503]: audit 2024-09-10T04:10:00.987461+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:02.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:01 smithi121 bash[23503]: audit 2024-09-10T04:10:01.716348+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:01 smithi121 bash[23503]: audit 2024-09-10T04:10:01.716348+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:01 smithi121 bash[23503]: audit 2024-09-10T04:10:01.726363+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:01 smithi121 bash[23503]: audit 2024-09-10T04:10:01.726363+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:01 smithi121 bash[23503]: audit 2024-09-10T04:10:01.736201+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:02.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:01 smithi121 bash[23503]: audit 2024-09-10T04:10:01.736201+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:03.686 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:10:03 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:10:03] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.51.0" 2024-09-10T04:10:04.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:03 smithi174 bash[23190]: cluster 2024-09-10T04:10:02.683475+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:04.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:03 smithi174 bash[23190]: cluster 2024-09-10T04:10:02.683475+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:04.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:03 smithi174 bash[23190]: audit 2024-09-10T04:10:02.798363+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:03 smithi174 bash[23190]: audit 2024-09-10T04:10:02.798363+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:03 smithi174 bash[23190]: audit 2024-09-10T04:10:02.806673+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:03 smithi174 bash[23190]: audit 2024-09-10T04:10:02.806673+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:03 smithi174 bash[23190]: audit 2024-09-10T04:10:02.816193+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:03 smithi174 bash[23190]: audit 2024-09-10T04:10:02.816193+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:03 smithi111 bash[22787]: cluster 2024-09-10T04:10:02.683475+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:04.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:03 smithi111 bash[22787]: cluster 2024-09-10T04:10:02.683475+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:04.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:03 smithi111 bash[22787]: audit 2024-09-10T04:10:02.798363+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:03 smithi111 bash[22787]: audit 2024-09-10T04:10:02.798363+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:03 smithi111 bash[22787]: audit 2024-09-10T04:10:02.806673+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:03 smithi111 bash[22787]: audit 2024-09-10T04:10:02.806673+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:03 smithi111 bash[22787]: audit 2024-09-10T04:10:02.816193+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:03 smithi111 bash[22787]: audit 2024-09-10T04:10:02.816193+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:03 smithi121 bash[23503]: cluster 2024-09-10T04:10:02.683475+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:03 smithi121 bash[23503]: cluster 2024-09-10T04:10:02.683475+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:03 smithi121 bash[23503]: audit 2024-09-10T04:10:02.798363+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:03 smithi121 bash[23503]: audit 2024-09-10T04:10:02.798363+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:03 smithi121 bash[23503]: audit 2024-09-10T04:10:02.806673+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:03 smithi121 bash[23503]: audit 2024-09-10T04:10:02.806673+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:03 smithi121 bash[23503]: audit 2024-09-10T04:10:02.816193+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:03 smithi121 bash[23503]: audit 2024-09-10T04:10:02.816193+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:06.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:05 smithi174 bash[23190]: cluster 2024-09-10T04:10:04.684000+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:06.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:05 smithi174 bash[23190]: cluster 2024-09-10T04:10:04.684000+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:06.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:05 smithi111 bash[22787]: cluster 2024-09-10T04:10:04.684000+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:06.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:05 smithi111 bash[22787]: cluster 2024-09-10T04:10:04.684000+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:06.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:05 smithi121 bash[23503]: cluster 2024-09-10T04:10:04.684000+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:06.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:05 smithi121 bash[23503]: cluster 2024-09-10T04:10:04.684000+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:08.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:07 smithi174 bash[23190]: cluster 2024-09-10T04:10:06.684616+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:08.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:07 smithi174 bash[23190]: cluster 2024-09-10T04:10:06.684616+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:08.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:07 smithi111 bash[22787]: cluster 2024-09-10T04:10:06.684616+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:08.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:07 smithi111 bash[22787]: cluster 2024-09-10T04:10:06.684616+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:08.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:07 smithi121 bash[23503]: cluster 2024-09-10T04:10:06.684616+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:08.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:07 smithi121 bash[23503]: cluster 2024-09-10T04:10:06.684616+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:10.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:09 smithi174 bash[23190]: cluster 2024-09-10T04:10:08.685276+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:10.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:09 smithi174 bash[23190]: cluster 2024-09-10T04:10:08.685276+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:10.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:09 smithi111 bash[22787]: cluster 2024-09-10T04:10:08.685276+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:10.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:09 smithi111 bash[22787]: cluster 2024-09-10T04:10:08.685276+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:10.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:09 smithi121 bash[23503]: cluster 2024-09-10T04:10:08.685276+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:10.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:09 smithi121 bash[23503]: cluster 2024-09-10T04:10:08.685276+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:12.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:11 smithi174 bash[23190]: cluster 2024-09-10T04:10:10.685930+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:12.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:11 smithi174 bash[23190]: cluster 2024-09-10T04:10:10.685930+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:12.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:11 smithi111 bash[22787]: cluster 2024-09-10T04:10:10.685930+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:12.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:11 smithi111 bash[22787]: cluster 2024-09-10T04:10:10.685930+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:12.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:11 smithi121 bash[23503]: cluster 2024-09-10T04:10:10.685930+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:12.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:11 smithi121 bash[23503]: cluster 2024-09-10T04:10:10.685930+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:13.686 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:10:13 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:10:13] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.51.0" 2024-09-10T04:10:14.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:13 smithi174 bash[23190]: cluster 2024-09-10T04:10:12.686339+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:14.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:13 smithi174 bash[23190]: cluster 2024-09-10T04:10:12.686339+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:14.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:13 smithi174 bash[23190]: audit 2024-09-10T04:10:13.738696+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:13 smithi174 bash[23190]: audit 2024-09-10T04:10:13.738696+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:13 smithi174 bash[23190]: audit 2024-09-10T04:10:13.745676+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:13 smithi174 bash[23190]: audit 2024-09-10T04:10:13.745676+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:13 smithi174 bash[23190]: audit 2024-09-10T04:10:13.752502+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.135 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:13 smithi174 bash[23190]: audit 2024-09-10T04:10:13.752502+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:13 smithi111 bash[22787]: cluster 2024-09-10T04:10:12.686339+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:14.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:13 smithi111 bash[22787]: cluster 2024-09-10T04:10:12.686339+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:14.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:13 smithi111 bash[22787]: audit 2024-09-10T04:10:13.738696+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:13 smithi111 bash[22787]: audit 2024-09-10T04:10:13.738696+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:13 smithi111 bash[22787]: audit 2024-09-10T04:10:13.745676+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:13 smithi111 bash[22787]: audit 2024-09-10T04:10:13.745676+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:13 smithi111 bash[22787]: audit 2024-09-10T04:10:13.752502+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:13 smithi111 bash[22787]: audit 2024-09-10T04:10:13.752502+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:13 smithi121 bash[23503]: cluster 2024-09-10T04:10:12.686339+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:14.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:13 smithi121 bash[23503]: cluster 2024-09-10T04:10:12.686339+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:14.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:13 smithi121 bash[23503]: audit 2024-09-10T04:10:13.738696+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:13 smithi121 bash[23503]: audit 2024-09-10T04:10:13.738696+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:13 smithi121 bash[23503]: audit 2024-09-10T04:10:13.745676+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:13 smithi121 bash[23503]: audit 2024-09-10T04:10:13.745676+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:13 smithi121 bash[23503]: audit 2024-09-10T04:10:13.752502+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:14.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:13 smithi121 bash[23503]: audit 2024-09-10T04:10:13.752502+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:16.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:15 smithi174 bash[23190]: cluster 2024-09-10T04:10:14.686829+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:16.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:15 smithi174 bash[23190]: cluster 2024-09-10T04:10:14.686829+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:16.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:15 smithi111 bash[22787]: cluster 2024-09-10T04:10:14.686829+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:16.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:15 smithi111 bash[22787]: cluster 2024-09-10T04:10:14.686829+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:16.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:15 smithi121 bash[23503]: cluster 2024-09-10T04:10:14.686829+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:16.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:15 smithi121 bash[23503]: cluster 2024-09-10T04:10:14.686829+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:17.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:16 smithi174 bash[23190]: audit 2024-09-10T04:10:15.987917+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:17.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:16 smithi174 bash[23190]: audit 2024-09-10T04:10:15.987917+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:17.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:16 smithi111 bash[22787]: audit 2024-09-10T04:10:15.987917+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:17.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:16 smithi111 bash[22787]: audit 2024-09-10T04:10:15.987917+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:17.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:16 smithi121 bash[23503]: audit 2024-09-10T04:10:15.987917+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:17.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:16 smithi121 bash[23503]: audit 2024-09-10T04:10:15.987917+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:18.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:17 smithi174 bash[23190]: cluster 2024-09-10T04:10:16.687383+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:18.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:17 smithi174 bash[23190]: cluster 2024-09-10T04:10:16.687383+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:18.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:17 smithi111 bash[22787]: cluster 2024-09-10T04:10:16.687383+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:18.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:17 smithi111 bash[22787]: cluster 2024-09-10T04:10:16.687383+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:18.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:17 smithi121 bash[23503]: cluster 2024-09-10T04:10:16.687383+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:18.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:17 smithi121 bash[23503]: cluster 2024-09-10T04:10:16.687383+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:20.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:19 smithi174 bash[23190]: cluster 2024-09-10T04:10:18.687908+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:20.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:19 smithi174 bash[23190]: cluster 2024-09-10T04:10:18.687908+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:20.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:19 smithi111 bash[22787]: cluster 2024-09-10T04:10:18.687908+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:20.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:19 smithi111 bash[22787]: cluster 2024-09-10T04:10:18.687908+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:20.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:19 smithi121 bash[23503]: cluster 2024-09-10T04:10:18.687908+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:20.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:19 smithi121 bash[23503]: cluster 2024-09-10T04:10:18.687908+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:21.942 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:21 smithi121 bash[23503]: cluster 2024-09-10T04:10:20.688430+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:21.942 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:21 smithi121 bash[23503]: cluster 2024-09-10T04:10:20.688430+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:22.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:21 smithi174 bash[23190]: cluster 2024-09-10T04:10:20.688430+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:22.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:21 smithi174 bash[23190]: cluster 2024-09-10T04:10:20.688430+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:22.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:21 smithi111 bash[22787]: cluster 2024-09-10T04:10:20.688430+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:22.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:21 smithi111 bash[22787]: cluster 2024-09-10T04:10:20.688430+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:23.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:22 smithi111 bash[22787]: audit 2024-09-10T04:10:21.923514+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:22 smithi111 bash[22787]: audit 2024-09-10T04:10:21.923514+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:22 smithi111 bash[22787]: audit 2024-09-10T04:10:21.932439+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:22 smithi111 bash[22787]: audit 2024-09-10T04:10:21.932439+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:22 smithi111 bash[22787]: audit 2024-09-10T04:10:21.942788+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:22 smithi111 bash[22787]: audit 2024-09-10T04:10:21.942788+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:22 smithi121 bash[23503]: audit 2024-09-10T04:10:21.923514+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:22 smithi121 bash[23503]: audit 2024-09-10T04:10:21.923514+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:22 smithi121 bash[23503]: audit 2024-09-10T04:10:21.932439+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:22 smithi121 bash[23503]: audit 2024-09-10T04:10:21.932439+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:22 smithi121 bash[23503]: audit 2024-09-10T04:10:21.942788+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:22 smithi121 bash[23503]: audit 2024-09-10T04:10:21.942788+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:22 smithi174 bash[23190]: audit 2024-09-10T04:10:21.923514+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:22 smithi174 bash[23190]: audit 2024-09-10T04:10:21.923514+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:22 smithi174 bash[23190]: audit 2024-09-10T04:10:21.932439+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:22 smithi174 bash[23190]: audit 2024-09-10T04:10:21.932439+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:22 smithi174 bash[23190]: audit 2024-09-10T04:10:21.942788+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:22 smithi174 bash[23190]: audit 2024-09-10T04:10:21.942788+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:23.686 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:10:23 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:10:23] "GET /metrics HTTP/1.1" 200 21543 "" "Prometheus/2.51.0" 2024-09-10T04:10:24.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:24 smithi174 bash[23190]: cluster 2024-09-10T04:10:22.688969+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:24.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:24 smithi174 bash[23190]: cluster 2024-09-10T04:10:22.688969+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:24.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:24 smithi174 bash[23190]: audit 2024-09-10T04:10:23.033671+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:24 smithi174 bash[23190]: audit 2024-09-10T04:10:23.033671+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:24 smithi174 bash[23190]: audit 2024-09-10T04:10:23.042458+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:24 smithi174 bash[23190]: audit 2024-09-10T04:10:23.042458+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:24 smithi174 bash[23190]: audit 2024-09-10T04:10:23.052723+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:24 smithi174 bash[23190]: audit 2024-09-10T04:10:23.052723+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:24 smithi111 bash[22787]: cluster 2024-09-10T04:10:22.688969+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:24.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:24 smithi111 bash[22787]: cluster 2024-09-10T04:10:22.688969+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:24.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:24 smithi111 bash[22787]: audit 2024-09-10T04:10:23.033671+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:24 smithi111 bash[22787]: audit 2024-09-10T04:10:23.033671+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:24 smithi111 bash[22787]: audit 2024-09-10T04:10:23.042458+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:24 smithi111 bash[22787]: audit 2024-09-10T04:10:23.042458+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:24 smithi111 bash[22787]: audit 2024-09-10T04:10:23.052723+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:24 smithi111 bash[22787]: audit 2024-09-10T04:10:23.052723+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:24 smithi121 bash[23503]: cluster 2024-09-10T04:10:22.688969+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:24.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:24 smithi121 bash[23503]: cluster 2024-09-10T04:10:22.688969+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:24.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:24 smithi121 bash[23503]: audit 2024-09-10T04:10:23.033671+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:24 smithi121 bash[23503]: audit 2024-09-10T04:10:23.033671+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:24 smithi121 bash[23503]: audit 2024-09-10T04:10:23.042458+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:24 smithi121 bash[23503]: audit 2024-09-10T04:10:23.042458+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:24 smithi121 bash[23503]: audit 2024-09-10T04:10:23.052723+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:24.453 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:24 smithi121 bash[23503]: audit 2024-09-10T04:10:23.052723+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:25.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:25 smithi121 bash[23503]: audit 2024-09-10T04:10:24.151058+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:10:25.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:25 smithi121 bash[23503]: audit 2024-09-10T04:10:24.151058+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:10:25.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:25 smithi121 bash[23503]: audit 2024-09-10T04:10:24.155473+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:10:25.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:25 smithi121 bash[23503]: audit 2024-09-10T04:10:24.155473+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:10:25.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:25 smithi121 bash[23503]: audit 2024-09-10T04:10:24.156527+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:10:25.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:25 smithi121 bash[23503]: audit 2024-09-10T04:10:24.156527+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:10:25.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:25 smithi121 bash[23503]: audit 2024-09-10T04:10:24.166018+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:25.202 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:25 smithi121 bash[23503]: audit 2024-09-10T04:10:24.166018+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:25.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:25 smithi174 bash[23190]: audit 2024-09-10T04:10:24.151058+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:10:25.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:25 smithi174 bash[23190]: audit 2024-09-10T04:10:24.151058+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:10:25.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:25 smithi174 bash[23190]: audit 2024-09-10T04:10:24.155473+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:10:25.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:25 smithi174 bash[23190]: audit 2024-09-10T04:10:24.155473+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:10:25.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:25 smithi174 bash[23190]: audit 2024-09-10T04:10:24.156527+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:10:25.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:25 smithi174 bash[23190]: audit 2024-09-10T04:10:24.156527+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:10:25.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:25 smithi174 bash[23190]: audit 2024-09-10T04:10:24.166018+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:25.385 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:25 smithi174 bash[23190]: audit 2024-09-10T04:10:24.166018+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:25.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:25 smithi111 bash[22787]: audit 2024-09-10T04:10:24.151058+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:10:25.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:25 smithi111 bash[22787]: audit 2024-09-10T04:10:24.151058+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:10:25.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:25 smithi111 bash[22787]: audit 2024-09-10T04:10:24.155473+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:10:25.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:25 smithi111 bash[22787]: audit 2024-09-10T04:10:24.155473+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:10:25.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:25 smithi111 bash[22787]: audit 2024-09-10T04:10:24.156527+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:10:25.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:25 smithi111 bash[22787]: audit 2024-09-10T04:10:24.156527+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:10:25.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:25 smithi111 bash[22787]: audit 2024-09-10T04:10:24.166018+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:25.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:25 smithi111 bash[22787]: audit 2024-09-10T04:10:24.166018+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:26.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:26 smithi111 bash[22787]: cluster 2024-09-10T04:10:24.689474+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:26.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:26 smithi111 bash[22787]: cluster 2024-09-10T04:10:24.689474+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:26.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:26 smithi121 bash[23503]: cluster 2024-09-10T04:10:24.689474+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:26.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:26 smithi121 bash[23503]: cluster 2024-09-10T04:10:24.689474+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:26.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:26 smithi174 bash[23190]: cluster 2024-09-10T04:10:24.689474+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:26.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:26 smithi174 bash[23190]: cluster 2024-09-10T04:10:24.689474+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:28.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:28 smithi111 bash[22787]: cluster 2024-09-10T04:10:26.690024+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:28.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:28 smithi111 bash[22787]: cluster 2024-09-10T04:10:26.690024+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:28.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:28 smithi121 bash[23503]: cluster 2024-09-10T04:10:26.690024+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:28.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:28 smithi121 bash[23503]: cluster 2024-09-10T04:10:26.690024+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:28.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:28 smithi174 bash[23190]: cluster 2024-09-10T04:10:26.690024+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:28.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:28 smithi174 bash[23190]: cluster 2024-09-10T04:10:26.690024+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:30.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:30 smithi111 bash[22787]: cluster 2024-09-10T04:10:28.690556+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:30.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:30 smithi111 bash[22787]: cluster 2024-09-10T04:10:28.690556+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:30.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:30 smithi121 bash[23503]: cluster 2024-09-10T04:10:28.690556+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:30.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:30 smithi121 bash[23503]: cluster 2024-09-10T04:10:28.690556+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:30.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:30 smithi174 bash[23190]: cluster 2024-09-10T04:10:28.690556+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:30.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:30 smithi174 bash[23190]: cluster 2024-09-10T04:10:28.690556+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:31.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:31 smithi111 bash[22787]: audit 2024-09-10T04:10:30.988374+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:31.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:31 smithi111 bash[22787]: audit 2024-09-10T04:10:30.988374+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:31.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:31 smithi121 bash[23503]: audit 2024-09-10T04:10:30.988374+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:31.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:31 smithi121 bash[23503]: audit 2024-09-10T04:10:30.988374+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:31.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:31 smithi174 bash[23190]: audit 2024-09-10T04:10:30.988374+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:31.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:31 smithi174 bash[23190]: audit 2024-09-10T04:10:30.988374+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:32.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:32 smithi121 bash[23503]: cluster 2024-09-10T04:10:30.690938+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:32.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:32 smithi121 bash[23503]: cluster 2024-09-10T04:10:30.690938+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:32.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:32 smithi174 bash[23190]: cluster 2024-09-10T04:10:30.690938+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:32.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:32 smithi174 bash[23190]: cluster 2024-09-10T04:10:30.690938+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:32.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:32 smithi111 bash[22787]: cluster 2024-09-10T04:10:30.690938+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:32.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:32 smithi111 bash[22787]: cluster 2024-09-10T04:10:30.690938+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:33.643 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:10:33 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:10:33] "GET /metrics HTTP/1.1" 200 21541 "" "Prometheus/2.51.0" 2024-09-10T04:10:34.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:34 smithi121 bash[23503]: cluster 2024-09-10T04:10:32.691243+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:34.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:34 smithi121 bash[23503]: cluster 2024-09-10T04:10:32.691243+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:34.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:34 smithi121 bash[23503]: audit 2024-09-10T04:10:33.921922+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:34 smithi121 bash[23503]: audit 2024-09-10T04:10:33.921922+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:34 smithi121 bash[23503]: audit 2024-09-10T04:10:33.930251+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:34 smithi121 bash[23503]: audit 2024-09-10T04:10:33.930251+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:34 smithi121 bash[23503]: audit 2024-09-10T04:10:33.939531+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:34 smithi121 bash[23503]: audit 2024-09-10T04:10:33.939531+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:34 smithi174 bash[23190]: cluster 2024-09-10T04:10:32.691243+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:34 smithi174 bash[23190]: cluster 2024-09-10T04:10:32.691243+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:34 smithi174 bash[23190]: audit 2024-09-10T04:10:33.921922+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:34 smithi174 bash[23190]: audit 2024-09-10T04:10:33.921922+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:34 smithi174 bash[23190]: audit 2024-09-10T04:10:33.930251+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:34 smithi174 bash[23190]: audit 2024-09-10T04:10:33.930251+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:34 smithi174 bash[23190]: audit 2024-09-10T04:10:33.939531+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:34 smithi174 bash[23190]: audit 2024-09-10T04:10:33.939531+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:34 smithi111 bash[22787]: cluster 2024-09-10T04:10:32.691243+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:34.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:34 smithi111 bash[22787]: cluster 2024-09-10T04:10:32.691243+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:34.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:34 smithi111 bash[22787]: audit 2024-09-10T04:10:33.921922+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:34 smithi111 bash[22787]: audit 2024-09-10T04:10:33.921922+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:34 smithi111 bash[22787]: audit 2024-09-10T04:10:33.930251+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:34 smithi111 bash[22787]: audit 2024-09-10T04:10:33.930251+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:34 smithi111 bash[22787]: audit 2024-09-10T04:10:33.939531+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:34.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:34 smithi111 bash[22787]: audit 2024-09-10T04:10:33.939531+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:36.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:36 smithi121 bash[23503]: cluster 2024-09-10T04:10:34.691690+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:36.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:36 smithi121 bash[23503]: cluster 2024-09-10T04:10:34.691690+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:36.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:36 smithi174 bash[23190]: cluster 2024-09-10T04:10:34.691690+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:36.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:36 smithi174 bash[23190]: cluster 2024-09-10T04:10:34.691690+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:36.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:36 smithi111 bash[22787]: cluster 2024-09-10T04:10:34.691690+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:36.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:36 smithi111 bash[22787]: cluster 2024-09-10T04:10:34.691690+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:38.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:38 smithi174 bash[23190]: cluster 2024-09-10T04:10:36.692223+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:38.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:38 smithi174 bash[23190]: cluster 2024-09-10T04:10:36.692223+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:38.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:38 smithi111 bash[22787]: cluster 2024-09-10T04:10:36.692223+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:38.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:38 smithi111 bash[22787]: cluster 2024-09-10T04:10:36.692223+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:38.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:38 smithi121 bash[23503]: cluster 2024-09-10T04:10:36.692223+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:38.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:38 smithi121 bash[23503]: cluster 2024-09-10T04:10:36.692223+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:40.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:40 smithi174 bash[23190]: cluster 2024-09-10T04:10:38.692748+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:40.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:40 smithi174 bash[23190]: cluster 2024-09-10T04:10:38.692748+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:40.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:40 smithi111 bash[22787]: cluster 2024-09-10T04:10:38.692748+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:40.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:40 smithi111 bash[22787]: cluster 2024-09-10T04:10:38.692748+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:40.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:40 smithi121 bash[23503]: cluster 2024-09-10T04:10:38.692748+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:40.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:40 smithi121 bash[23503]: cluster 2024-09-10T04:10:38.692748+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:42 smithi121 bash[23503]: cluster 2024-09-10T04:10:40.693257+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:42 smithi121 bash[23503]: cluster 2024-09-10T04:10:40.693257+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:42 smithi121 bash[23503]: audit 2024-09-10T04:10:42.118343+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:42 smithi121 bash[23503]: audit 2024-09-10T04:10:42.118343+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:42 smithi121 bash[23503]: audit 2024-09-10T04:10:42.128525+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:42 smithi121 bash[23503]: audit 2024-09-10T04:10:42.128525+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:42 smithi121 bash[23503]: audit 2024-09-10T04:10:42.139934+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:42 smithi121 bash[23503]: audit 2024-09-10T04:10:42.139934+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:42 smithi174 bash[23190]: cluster 2024-09-10T04:10:40.693257+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:42.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:42 smithi174 bash[23190]: cluster 2024-09-10T04:10:40.693257+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:42.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:42 smithi174 bash[23190]: audit 2024-09-10T04:10:42.118343+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:42 smithi174 bash[23190]: audit 2024-09-10T04:10:42.118343+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:42 smithi174 bash[23190]: audit 2024-09-10T04:10:42.128525+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:42 smithi174 bash[23190]: audit 2024-09-10T04:10:42.128525+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:42 smithi174 bash[23190]: audit 2024-09-10T04:10:42.139934+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:42 smithi174 bash[23190]: audit 2024-09-10T04:10:42.139934+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:42 smithi111 bash[22787]: cluster 2024-09-10T04:10:40.693257+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:42.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:42 smithi111 bash[22787]: cluster 2024-09-10T04:10:40.693257+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:42.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:42 smithi111 bash[22787]: audit 2024-09-10T04:10:42.118343+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:42 smithi111 bash[22787]: audit 2024-09-10T04:10:42.118343+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:42 smithi111 bash[22787]: audit 2024-09-10T04:10:42.128525+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:42 smithi111 bash[22787]: audit 2024-09-10T04:10:42.128525+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:42 smithi111 bash[22787]: audit 2024-09-10T04:10:42.139934+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:42.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:42 smithi111 bash[22787]: audit 2024-09-10T04:10:42.139934+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:43.686 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:10:43 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:10:43] "GET /metrics HTTP/1.1" 200 21541 "" "Prometheus/2.51.0" 2024-09-10T04:10:44.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:44 smithi174 bash[23190]: cluster 2024-09-10T04:10:42.693878+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:44.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:44 smithi174 bash[23190]: cluster 2024-09-10T04:10:42.693878+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:44.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:44 smithi174 bash[23190]: audit 2024-09-10T04:10:43.229543+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:44 smithi174 bash[23190]: audit 2024-09-10T04:10:43.229543+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:44 smithi174 bash[23190]: audit 2024-09-10T04:10:43.239452+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:44 smithi174 bash[23190]: audit 2024-09-10T04:10:43.239452+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:44 smithi174 bash[23190]: audit 2024-09-10T04:10:43.248646+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:44 smithi174 bash[23190]: audit 2024-09-10T04:10:43.248646+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:44 smithi111 bash[22787]: cluster 2024-09-10T04:10:42.693878+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:44.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:44 smithi111 bash[22787]: cluster 2024-09-10T04:10:42.693878+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:44.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:44 smithi111 bash[22787]: audit 2024-09-10T04:10:43.229543+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:44 smithi111 bash[22787]: audit 2024-09-10T04:10:43.229543+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:44 smithi111 bash[22787]: audit 2024-09-10T04:10:43.239452+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:44 smithi111 bash[22787]: audit 2024-09-10T04:10:43.239452+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:44 smithi111 bash[22787]: audit 2024-09-10T04:10:43.248646+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:44 smithi111 bash[22787]: audit 2024-09-10T04:10:43.248646+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:44 smithi121 bash[23503]: cluster 2024-09-10T04:10:42.693878+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:44.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:44 smithi121 bash[23503]: cluster 2024-09-10T04:10:42.693878+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:44.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:44 smithi121 bash[23503]: audit 2024-09-10T04:10:43.229543+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:44 smithi121 bash[23503]: audit 2024-09-10T04:10:43.229543+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:44 smithi121 bash[23503]: audit 2024-09-10T04:10:43.239452+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:44 smithi121 bash[23503]: audit 2024-09-10T04:10:43.239452+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:44 smithi121 bash[23503]: audit 2024-09-10T04:10:43.248646+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:44.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:44 smithi121 bash[23503]: audit 2024-09-10T04:10:43.248646+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:46.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:46 smithi174 bash[23190]: cluster 2024-09-10T04:10:44.694348+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:46.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:46 smithi174 bash[23190]: cluster 2024-09-10T04:10:44.694348+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:46.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:46 smithi174 bash[23190]: audit 2024-09-10T04:10:45.988756+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:46.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:46 smithi174 bash[23190]: audit 2024-09-10T04:10:45.988756+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:46.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:46 smithi111 bash[22787]: cluster 2024-09-10T04:10:44.694348+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:46.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:46 smithi111 bash[22787]: cluster 2024-09-10T04:10:44.694348+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:46.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:46 smithi111 bash[22787]: audit 2024-09-10T04:10:45.988756+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:46.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:46 smithi111 bash[22787]: audit 2024-09-10T04:10:45.988756+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:46.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:46 smithi121 bash[23503]: cluster 2024-09-10T04:10:44.694348+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:46.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:46 smithi121 bash[23503]: cluster 2024-09-10T04:10:44.694348+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:46.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:46 smithi121 bash[23503]: audit 2024-09-10T04:10:45.988756+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:46.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:46 smithi121 bash[23503]: audit 2024-09-10T04:10:45.988756+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:10:48.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:48 smithi174 bash[23190]: cluster 2024-09-10T04:10:46.694938+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:48.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:48 smithi174 bash[23190]: cluster 2024-09-10T04:10:46.694938+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:48.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:48 smithi111 bash[22787]: cluster 2024-09-10T04:10:46.694938+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:48.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:48 smithi111 bash[22787]: cluster 2024-09-10T04:10:46.694938+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:48.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:48 smithi121 bash[23503]: cluster 2024-09-10T04:10:46.694938+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:48.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:48 smithi121 bash[23503]: cluster 2024-09-10T04:10:46.694938+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:50.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:50 smithi174 bash[23190]: cluster 2024-09-10T04:10:48.695528+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:50.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:50 smithi174 bash[23190]: cluster 2024-09-10T04:10:48.695528+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:50.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:50 smithi111 bash[22787]: cluster 2024-09-10T04:10:48.695528+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:50.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:50 smithi111 bash[22787]: cluster 2024-09-10T04:10:48.695528+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:50.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:50 smithi121 bash[23503]: cluster 2024-09-10T04:10:48.695528+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:50.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:50 smithi121 bash[23503]: cluster 2024-09-10T04:10:48.695528+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:52.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:52 smithi174 bash[23190]: cluster 2024-09-10T04:10:50.696087+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:52.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:52 smithi174 bash[23190]: cluster 2024-09-10T04:10:50.696087+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:52.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:52 smithi111 bash[22787]: cluster 2024-09-10T04:10:50.696087+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:52.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:52 smithi111 bash[22787]: cluster 2024-09-10T04:10:50.696087+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:52.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:52 smithi121 bash[23503]: cluster 2024-09-10T04:10:50.696087+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:52.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:52 smithi121 bash[23503]: cluster 2024-09-10T04:10:50.696087+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:53.545 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:10:53 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:10:53] "GET /metrics HTTP/1.1" 200 21543 "" "Prometheus/2.51.0" 2024-09-10T04:10:54.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:54 smithi111 bash[22787]: cluster 2024-09-10T04:10:52.696674+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:54.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:54 smithi111 bash[22787]: cluster 2024-09-10T04:10:52.696674+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:54.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:54 smithi111 bash[22787]: audit 2024-09-10T04:10:54.064007+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:54 smithi111 bash[22787]: audit 2024-09-10T04:10:54.064007+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:54 smithi111 bash[22787]: audit 2024-09-10T04:10:54.069017+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:54 smithi111 bash[22787]: audit 2024-09-10T04:10:54.069017+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:54 smithi111 bash[22787]: audit 2024-09-10T04:10:54.075299+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:54 smithi111 bash[22787]: audit 2024-09-10T04:10:54.075299+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:54 smithi174 bash[23190]: cluster 2024-09-10T04:10:52.696674+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:54.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:54 smithi174 bash[23190]: cluster 2024-09-10T04:10:52.696674+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:54.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:54 smithi174 bash[23190]: audit 2024-09-10T04:10:54.064007+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:54 smithi174 bash[23190]: audit 2024-09-10T04:10:54.064007+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:54 smithi174 bash[23190]: audit 2024-09-10T04:10:54.069017+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:54 smithi174 bash[23190]: audit 2024-09-10T04:10:54.069017+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:54 smithi174 bash[23190]: audit 2024-09-10T04:10:54.075299+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:54 smithi174 bash[23190]: audit 2024-09-10T04:10:54.075299+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:54 smithi121 bash[23503]: cluster 2024-09-10T04:10:52.696674+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:54.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:54 smithi121 bash[23503]: cluster 2024-09-10T04:10:52.696674+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:54.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:54 smithi121 bash[23503]: audit 2024-09-10T04:10:54.064007+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:54 smithi121 bash[23503]: audit 2024-09-10T04:10:54.064007+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:54 smithi121 bash[23503]: audit 2024-09-10T04:10:54.069017+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:54 smithi121 bash[23503]: audit 2024-09-10T04:10:54.069017+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:54 smithi121 bash[23503]: audit 2024-09-10T04:10:54.075299+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:54 smithi121 bash[23503]: audit 2024-09-10T04:10:54.075299+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:54.964 INFO:teuthology.orchestra.run.smithi111.stderr:+ ceph orch ls 2024-09-10T04:10:55.264 INFO:teuthology.orchestra.run.smithi111.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-10T04:10:55.264 INFO:teuthology.orchestra.run.smithi111.stdout:agent 3/3 13s ago 2m * 2024-09-10T04:10:55.264 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager ?:9093,9094 1/1 12s ago 4m count:1 2024-09-10T04:10:55.264 INFO:teuthology.orchestra.run.smithi111.stdout:grafana ?:3000 1/1 1s ago 4m count:1 2024-09-10T04:10:55.264 INFO:teuthology.orchestra.run.smithi111.stdout:mgr 2/2 13s ago 8m smithi111=a;smithi121=b;count:2 2024-09-10T04:10:55.264 INFO:teuthology.orchestra.run.smithi111.stdout:mon 3/3 13s ago 8m smithi111:172.21.15.111=a;smithi121:172.21.15.121=b;smithi174:172.21.15.174=c;count:3 2024-09-10T04:10:55.265 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter ?:9100 3/3 13s ago 4m * 2024-09-10T04:10:55.265 INFO:teuthology.orchestra.run.smithi111.stdout:osd 3 13s ago - 2024-09-10T04:10:55.265 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus ?:9095 1/1 13s ago 4m count:1 2024-09-10T04:10:55.277 INFO:teuthology.orchestra.run.smithi111.stderr:+ ceph orch ps 2024-09-10T04:10:55.556 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T04:10:55.556 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 1s ago 9m - - 2024-09-10T04:10:55.557 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi121 smithi121 running 13s ago 9m - - 2024-09-10T04:10:55.557 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi174 smithi174 running 12s ago 9m - - 2024-09-10T04:10:55.557 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.smithi174 smithi174 *:9093,9094 running (2m) 12s ago 3m 14.4M - 0.27.0 11f11916f8cd 1b171f2549ce 2024-09-10T04:10:55.557 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.smithi111 smithi111 *:3000 running (2m) 1s ago 3m 67.1M - 10.4.0 c8b91775d855 ec5e43cf0143 2024-09-10T04:10:55.557 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.a smithi111 *:9283,8765 running (11m) 1s ago 11m 503M - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b c0eca6b269df 2024-09-10T04:10:55.557 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.b smithi121 *:8443,8765 running (8m) 13s ago 8m 441M - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b aa00a4e6ca3a 2024-09-10T04:10:55.557 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (11m) 1s ago 11m 47.4M 2048M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b a3e558901086 2024-09-10T04:10:55.557 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi121 running (8m) 13s ago 8m 36.5M 2048M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 3012c80265d1 2024-09-10T04:10:55.557 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi174 running (8m) 12s ago 8m 35.1M 2048M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b d3a58c8298a2 2024-09-10T04:10:55.557 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.smithi111 smithi111 *:9100 running (3m) 1s ago 4m 7980k - 1.7.0 72c9c2088986 4b0fead32c80 2024-09-10T04:10:55.557 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.smithi121 smithi121 *:9100 running (3m) 13s ago 3m 7879k - 1.7.0 72c9c2088986 2a19d35731e0 2024-09-10T04:10:55.557 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.smithi174 smithi174 *:9100 running (3m) 12s ago 3m 7975k - 1.7.0 72c9c2088986 0001597ca34b 2024-09-10T04:10:55.558 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (7m) 1s ago 7m 46.4M 4096M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 3ad702f9d4f4 2024-09-10T04:10:55.558 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi121 running (6m) 13s ago 6m 38.5M 4096M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 604538e92149 2024-09-10T04:10:55.558 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi174 running (5m) 12s ago 5m 37.8M 4096M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 5beb7635ba6d 2024-09-10T04:10:55.558 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.smithi121 smithi121 *:9095 running (3m) 13s ago 3m 40.6M - 2.51.0 1d3b7f56885b e623f863253c 2024-09-10T04:10:55.567 INFO:teuthology.orchestra.run.smithi111.stderr:+ ceph orch host ls 2024-09-10T04:10:55.846 INFO:teuthology.orchestra.run.smithi111.stdout:HOST ADDR LABELS STATUS 2024-09-10T04:10:55.846 INFO:teuthology.orchestra.run.smithi111.stdout:smithi111 172.21.15.111 2024-09-10T04:10:55.846 INFO:teuthology.orchestra.run.smithi111.stdout:smithi121 172.21.15.121 2024-09-10T04:10:55.846 INFO:teuthology.orchestra.run.smithi111.stdout:smithi174 172.21.15.174 2024-09-10T04:10:55.846 INFO:teuthology.orchestra.run.smithi111.stdout:3 hosts in cluster 2024-09-10T04:10:55.858 INFO:teuthology.orchestra.run.smithi111.stderr:++ ceph orch ps --daemon-type mon -f json 2024-09-10T04:10:55.858 INFO:teuthology.orchestra.run.smithi111.stderr:++ jq -r 'last | .daemon_name' 2024-09-10T04:10:56.155 INFO:teuthology.orchestra.run.smithi111.stderr:+ MON_DAEMON=mon.c 2024-09-10T04:10:56.156 INFO:teuthology.orchestra.run.smithi111.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-09-10T04:10:56.156 INFO:teuthology.orchestra.run.smithi111.stderr:++ jq -e '.[]' 2024-09-10T04:10:56.156 INFO:teuthology.orchestra.run.smithi111.stderr:++ jq -r .hostname 2024-09-10T04:10:56.462 INFO:teuthology.orchestra.run.smithi111.stderr:+ GRAFANA_HOST=smithi111 2024-09-10T04:10:56.463 INFO:teuthology.orchestra.run.smithi111.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-09-10T04:10:56.463 INFO:teuthology.orchestra.run.smithi111.stderr:++ jq -e '.[]' 2024-09-10T04:10:56.463 INFO:teuthology.orchestra.run.smithi111.stderr:++ jq -r .hostname 2024-09-10T04:10:56.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:56 smithi174 bash[23190]: cluster 2024-09-10T04:10:54.697231+0000 mgr.a (mgr.14397) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:56.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:56 smithi174 bash[23190]: cluster 2024-09-10T04:10:54.697231+0000 mgr.a (mgr.14397) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:56.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:56 smithi174 bash[23190]: audit 2024-09-10T04:10:55.261914+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:56.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:56 smithi174 bash[23190]: audit 2024-09-10T04:10:55.261914+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:56.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:56 smithi111 bash[22787]: cluster 2024-09-10T04:10:54.697231+0000 mgr.a (mgr.14397) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:56.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:56 smithi111 bash[22787]: cluster 2024-09-10T04:10:54.697231+0000 mgr.a (mgr.14397) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:56.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:56 smithi111 bash[22787]: audit 2024-09-10T04:10:55.261914+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:56.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:56 smithi111 bash[22787]: audit 2024-09-10T04:10:55.261914+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:56.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:56 smithi121 bash[23503]: cluster 2024-09-10T04:10:54.697231+0000 mgr.a (mgr.14397) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:56.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:56 smithi121 bash[23503]: cluster 2024-09-10T04:10:54.697231+0000 mgr.a (mgr.14397) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:56.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:56 smithi121 bash[23503]: audit 2024-09-10T04:10:55.261914+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:56.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:56 smithi121 bash[23503]: audit 2024-09-10T04:10:55.261914+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:56.758 INFO:teuthology.orchestra.run.smithi111.stderr:+ PROM_HOST=smithi121 2024-09-10T04:10:56.758 INFO:teuthology.orchestra.run.smithi111.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-09-10T04:10:56.758 INFO:teuthology.orchestra.run.smithi111.stderr:++ jq -e '.[]' 2024-09-10T04:10:56.759 INFO:teuthology.orchestra.run.smithi111.stderr:++ jq -r .hostname 2024-09-10T04:10:57.053 INFO:teuthology.orchestra.run.smithi111.stderr:+ ALERTM_HOST=smithi174 2024-09-10T04:10:57.053 INFO:teuthology.orchestra.run.smithi111.stderr:++ ceph orch host ls -f json 2024-09-10T04:10:57.053 INFO:teuthology.orchestra.run.smithi111.stderr:++ jq -r --arg GRAFANA_HOST smithi111 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-09-10T04:10:57.364 INFO:teuthology.orchestra.run.smithi111.stderr:+ GRAFANA_IP=172.21.15.111 2024-09-10T04:10:57.365 INFO:teuthology.orchestra.run.smithi111.stderr:++ ceph orch host ls -f json 2024-09-10T04:10:57.365 INFO:teuthology.orchestra.run.smithi111.stderr:++ jq -r --arg PROM_HOST smithi121 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-09-10T04:10:57.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:57 smithi174 bash[23190]: audit 2024-09-10T04:10:55.549251+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:57.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:57 smithi174 bash[23190]: audit 2024-09-10T04:10:55.549251+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:57.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:57 smithi174 bash[23190]: audit 2024-09-10T04:10:55.848357+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:57.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:57 smithi174 bash[23190]: audit 2024-09-10T04:10:55.848357+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:57.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:57 smithi174 bash[23190]: audit 2024-09-10T04:10:56.137310+0000 mgr.a (mgr.14397) 122 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:57.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:57 smithi174 bash[23190]: audit 2024-09-10T04:10:56.137310+0000 mgr.a (mgr.14397) 122 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:57.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:57 smithi174 bash[23190]: audit 2024-09-10T04:10:56.445287+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:57.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:57 smithi174 bash[23190]: audit 2024-09-10T04:10:56.445287+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:57.658 INFO:teuthology.orchestra.run.smithi111.stderr:+ PROM_IP=172.21.15.121 2024-09-10T04:10:57.659 INFO:teuthology.orchestra.run.smithi111.stderr:++ ceph orch host ls -f json 2024-09-10T04:10:57.659 INFO:teuthology.orchestra.run.smithi111.stderr:++ jq -r --arg ALERTM_HOST smithi174 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-09-10T04:10:57.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:57 smithi111 bash[22787]: audit 2024-09-10T04:10:55.549251+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:57.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:57 smithi111 bash[22787]: audit 2024-09-10T04:10:55.549251+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:57.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:57 smithi111 bash[22787]: audit 2024-09-10T04:10:55.848357+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:57.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:57 smithi111 bash[22787]: audit 2024-09-10T04:10:55.848357+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:57.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:57 smithi111 bash[22787]: audit 2024-09-10T04:10:56.137310+0000 mgr.a (mgr.14397) 122 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:57.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:57 smithi111 bash[22787]: audit 2024-09-10T04:10:56.137310+0000 mgr.a (mgr.14397) 122 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:57.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:57 smithi111 bash[22787]: audit 2024-09-10T04:10:56.445287+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:57.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:57 smithi111 bash[22787]: audit 2024-09-10T04:10:56.445287+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:57.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:57 smithi121 bash[23503]: audit 2024-09-10T04:10:55.549251+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:57.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:57 smithi121 bash[23503]: audit 2024-09-10T04:10:55.549251+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:57.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:57 smithi121 bash[23503]: audit 2024-09-10T04:10:55.848357+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:57.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:57 smithi121 bash[23503]: audit 2024-09-10T04:10:55.848357+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:10:57.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:57 smithi121 bash[23503]: audit 2024-09-10T04:10:56.137310+0000 mgr.a (mgr.14397) 122 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:57.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:57 smithi121 bash[23503]: audit 2024-09-10T04:10:56.137310+0000 mgr.a (mgr.14397) 122 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:57.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:57 smithi121 bash[23503]: audit 2024-09-10T04:10:56.445287+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:57.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:57 smithi121 bash[23503]: audit 2024-09-10T04:10:56.445287+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:57.955 INFO:teuthology.orchestra.run.smithi111.stderr:+ ALERTM_IP=172.21.15.174 2024-09-10T04:10:57.955 INFO:teuthology.orchestra.run.smithi111.stderr:++ jq -r '.[] | .addr' 2024-09-10T04:10:57.955 INFO:teuthology.orchestra.run.smithi111.stderr:++ ceph orch host ls -f json 2024-09-10T04:10:58.251 INFO:teuthology.orchestra.run.smithi111.stderr:+ ALL_HOST_IPS='172.21.15.111 2024-09-10T04:10:58.251 INFO:teuthology.orchestra.run.smithi111.stderr:172.21.15.121 2024-09-10T04:10:58.251 INFO:teuthology.orchestra.run.smithi111.stderr:172.21.15.174' 2024-09-10T04:10:58.252 INFO:teuthology.orchestra.run.smithi111.stderr:+ for ip in $ALL_HOST_IPS 2024-09-10T04:10:58.252 INFO:teuthology.orchestra.run.smithi111.stderr:+ curl -s http://172.21.15.111:9100/metric 2024-09-10T04:10:58.256 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.256 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.256 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.256 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.256 INFO:teuthology.orchestra.run.smithi111.stdout: Node Exporter 2024-09-10T04:10:58.257 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.258 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.258 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.258 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.258 INFO:teuthology.orchestra.run.smithi111.stdout:

Node Exporter

2024-09-10T04:10:58.258 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.258 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.258 INFO:teuthology.orchestra.run.smithi111.stdout:

Prometheus Node Exporter

2024-09-10T04:10:58.258 INFO:teuthology.orchestra.run.smithi111.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-10T04:10:58.258 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.259 INFO:teuthology.orchestra.run.smithi111.stdout:
    2024-09-10T04:10:58.259 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.259 INFO:teuthology.orchestra.run.smithi111.stdout:
  • Metrics
  • 2024-09-10T04:10:58.259 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.259 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.259 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.259 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.259 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.259 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.259 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.259 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.259 INFO:teuthology.orchestra.run.smithi111.stderr:+ for ip in $ALL_HOST_IPS 2024-09-10T04:10:58.260 INFO:teuthology.orchestra.run.smithi111.stderr:+ curl -s http://172.21.15.121:9100/metric 2024-09-10T04:10:58.261 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.261 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.261 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.261 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.261 INFO:teuthology.orchestra.run.smithi111.stdout: Node Exporter 2024-09-10T04:10:58.261 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.262 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.263 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.263 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.263 INFO:teuthology.orchestra.run.smithi111.stdout:

Node Exporter

2024-09-10T04:10:58.263 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.263 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.263 INFO:teuthology.orchestra.run.smithi111.stdout:

Prometheus Node Exporter

2024-09-10T04:10:58.263 INFO:teuthology.orchestra.run.smithi111.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-10T04:10:58.263 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.263 INFO:teuthology.orchestra.run.smithi111.stdout:
    2024-09-10T04:10:58.263 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.264 INFO:teuthology.orchestra.run.smithi111.stdout:
  • Metrics
  • 2024-09-10T04:10:58.264 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.264 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.264 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.264 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.264 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.264 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.265 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.265 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.265 INFO:teuthology.orchestra.run.smithi111.stderr:+ for ip in $ALL_HOST_IPS 2024-09-10T04:10:58.265 INFO:teuthology.orchestra.run.smithi111.stderr:+ curl -s http://172.21.15.174:9100/metric 2024-09-10T04:10:58.266 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.266 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.266 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.266 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.266 INFO:teuthology.orchestra.run.smithi111.stdout: Node Exporter 2024-09-10T04:10:58.266 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.267 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.267 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.267 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.268 INFO:teuthology.orchestra.run.smithi111.stdout:

Node Exporter

2024-09-10T04:10:58.268 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.268 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.268 INFO:teuthology.orchestra.run.smithi111.stdout:

Prometheus Node Exporter

2024-09-10T04:10:58.268 INFO:teuthology.orchestra.run.smithi111.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-10T04:10:58.268 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.268 INFO:teuthology.orchestra.run.smithi111.stdout:
    2024-09-10T04:10:58.268 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.268 INFO:teuthology.orchestra.run.smithi111.stdout:
  • Metrics
  • 2024-09-10T04:10:58.268 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.268 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.268 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.268 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.268 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.268 INFO:teuthology.orchestra.run.smithi111.stdout:
2024-09-10T04:10:58.269 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.269 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-09-10T04:10:58.269 INFO:teuthology.orchestra.run.smithi111.stderr:+ curl -k -s https://172.21.15.111:3000/api/health 2024-09-10T04:10:58.289 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-09-10T04:10:58.289 INFO:teuthology.orchestra.run.smithi111.stdout: "commit": "03f502a94d17f7dc4e6c34acdf8428aedd986e4c", 2024-09-10T04:10:58.290 INFO:teuthology.orchestra.run.smithi111.stdout: "database": "ok", 2024-09-10T04:10:58.290 INFO:teuthology.orchestra.run.smithi111.stdout: "version": "10.4.0" 2024-09-10T04:10:58.290 INFO:teuthology.orchestra.run.smithi111.stderr:+ curl -k -s https://172.21.15.111:3000/api/health 2024-09-10T04:10:58.291 INFO:teuthology.orchestra.run.smithi111.stderr:+ jq -e '.database == "ok"' 2024-09-10T04:10:58.312 INFO:teuthology.orchestra.run.smithi111.stdout:}true 2024-09-10T04:10:58.312 INFO:teuthology.orchestra.run.smithi111.stderr:+ ceph orch daemon stop mon.c 2024-09-10T04:10:58.613 INFO:teuthology.orchestra.run.smithi111.stdout:Scheduled to stop mon.c on host 'smithi174' 2024-09-10T04:10:58.625 INFO:teuthology.orchestra.run.smithi111.stderr:+ sleep 120 2024-09-10T04:10:58.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:58 smithi174 bash[23190]: cluster 2024-09-10T04:10:56.697781+0000 mgr.a (mgr.14397) 124 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:58.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:58 smithi174 bash[23190]: cluster 2024-09-10T04:10:56.697781+0000 mgr.a (mgr.14397) 124 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:58.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:58 smithi174 bash[23190]: audit 2024-09-10T04:10:56.740930+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:58 smithi174 bash[23190]: audit 2024-09-10T04:10:56.740930+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:58 smithi174 bash[23190]: audit 2024-09-10T04:10:57.038338+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:58 smithi174 bash[23190]: audit 2024-09-10T04:10:57.038338+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:58 smithi174 bash[23190]: audit 2024-09-10T04:10:57.353849+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:58 smithi174 bash[23190]: audit 2024-09-10T04:10:57.353849+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:58 smithi111 bash[22787]: cluster 2024-09-10T04:10:56.697781+0000 mgr.a (mgr.14397) 124 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:58.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:58 smithi111 bash[22787]: cluster 2024-09-10T04:10:56.697781+0000 mgr.a (mgr.14397) 124 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:58.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:58 smithi111 bash[22787]: audit 2024-09-10T04:10:56.740930+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:58 smithi111 bash[22787]: audit 2024-09-10T04:10:56.740930+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:58 smithi111 bash[22787]: audit 2024-09-10T04:10:57.038338+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:58 smithi111 bash[22787]: audit 2024-09-10T04:10:57.038338+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:58 smithi111 bash[22787]: audit 2024-09-10T04:10:57.353849+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:58 smithi111 bash[22787]: audit 2024-09-10T04:10:57.353849+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:58 smithi121 bash[23503]: cluster 2024-09-10T04:10:56.697781+0000 mgr.a (mgr.14397) 124 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:58.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:58 smithi121 bash[23503]: cluster 2024-09-10T04:10:56.697781+0000 mgr.a (mgr.14397) 124 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:10:58.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:58 smithi121 bash[23503]: audit 2024-09-10T04:10:56.740930+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:58 smithi121 bash[23503]: audit 2024-09-10T04:10:56.740930+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:58 smithi121 bash[23503]: audit 2024-09-10T04:10:57.038338+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:58 smithi121 bash[23503]: audit 2024-09-10T04:10:57.038338+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:58 smithi121 bash[23503]: audit 2024-09-10T04:10:57.353849+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:58.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:58 smithi121 bash[23503]: audit 2024-09-10T04:10:57.353849+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:57.648101+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:57.648101+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:57.944824+0000 mgr.a (mgr.14397) 129 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:57.944824+0000 mgr.a (mgr.14397) 129 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:58.241942+0000 mgr.a (mgr.14397) 130 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:58.241942+0000 mgr.a (mgr.14397) 130 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:58.606255+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:58.606255+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:58.615462+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:58.615462+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:58.616917+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:10:59.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:58.616917+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:10:59.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:59.116828+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:59.116828+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:59.122460+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:59.122460+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:59.123521+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:10:59.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:59.123521+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:10:59.636 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:59.124235+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:10:59.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:59.124235+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:10:59.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:59.130555+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.637 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:10:59 smithi174 bash[23190]: audit 2024-09-10T04:10:59.130555+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:57.648101+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:57.648101+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:57.944824+0000 mgr.a (mgr.14397) 129 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:57.944824+0000 mgr.a (mgr.14397) 129 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:58.241942+0000 mgr.a (mgr.14397) 130 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:58.241942+0000 mgr.a (mgr.14397) 130 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:58.606255+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:58.606255+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:58.615462+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:58.615462+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:58.616917+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:10:59.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:58.616917+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:10:59.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:59.116828+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:59.116828+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:59.122460+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:59.122460+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:59.123521+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:10:59.688 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:59.123521+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:10:59.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:59.124235+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:10:59.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:59.124235+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:10:59.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:59.130555+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:10:59 smithi111 bash[22787]: audit 2024-09-10T04:10:59.130555+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:57.648101+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:57.648101+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:57.944824+0000 mgr.a (mgr.14397) 129 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:57.944824+0000 mgr.a (mgr.14397) 129 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:58.241942+0000 mgr.a (mgr.14397) 130 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:58.241942+0000 mgr.a (mgr.14397) 130 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:10:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:58.606255+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:58.606255+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:58.615462+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:58.615462+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:58.616917+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:10:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:58.616917+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:10:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:59.116828+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:59.116828+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:59.122460+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:59.122460+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.702 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:59.123521+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:10:59.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:59.123521+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:10:59.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:59.124235+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:10:59.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:59.124235+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:10:59.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:59.130555+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:10:59.703 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:10:59 smithi121 bash[23503]: audit 2024-09-10T04:10:59.130555+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:00.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:00 smithi121 bash[23503]: audit 2024-09-10T04:10:58.597177+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:11:00.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:00 smithi121 bash[23503]: audit 2024-09-10T04:10:58.597177+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:11:00.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:00 smithi121 bash[23503]: cephadm 2024-09-10T04:10:58.598035+0000 mgr.a (mgr.14397) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-10T04:11:00.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:00 smithi121 bash[23503]: cephadm 2024-09-10T04:10:58.598035+0000 mgr.a (mgr.14397) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-10T04:11:00.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:00 smithi121 bash[23503]: cluster 2024-09-10T04:10:58.698260+0000 mgr.a (mgr.14397) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:00.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:00 smithi121 bash[23503]: cluster 2024-09-10T04:10:58.698260+0000 mgr.a (mgr.14397) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:00.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:00 smithi174 bash[23190]: audit 2024-09-10T04:10:58.597177+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:11:00.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:00 smithi174 bash[23190]: audit 2024-09-10T04:10:58.597177+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:11:00.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:00 smithi174 bash[23190]: cephadm 2024-09-10T04:10:58.598035+0000 mgr.a (mgr.14397) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-10T04:11:00.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:00 smithi174 bash[23190]: cephadm 2024-09-10T04:10:58.598035+0000 mgr.a (mgr.14397) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-10T04:11:00.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:00 smithi174 bash[23190]: cluster 2024-09-10T04:10:58.698260+0000 mgr.a (mgr.14397) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:00.635 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:00 smithi174 bash[23190]: cluster 2024-09-10T04:10:58.698260+0000 mgr.a (mgr.14397) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:00.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:00 smithi111 bash[22787]: audit 2024-09-10T04:10:58.597177+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:11:00.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:00 smithi111 bash[22787]: audit 2024-09-10T04:10:58.597177+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:11:00.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:00 smithi111 bash[22787]: cephadm 2024-09-10T04:10:58.598035+0000 mgr.a (mgr.14397) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-10T04:11:00.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:00 smithi111 bash[22787]: cephadm 2024-09-10T04:10:58.598035+0000 mgr.a (mgr.14397) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-10T04:11:00.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:00 smithi111 bash[22787]: cluster 2024-09-10T04:10:58.698260+0000 mgr.a (mgr.14397) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:00.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:00 smithi111 bash[22787]: cluster 2024-09-10T04:10:58.698260+0000 mgr.a (mgr.14397) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:01.608 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:01 smithi121 bash[23503]: audit 2024-09-10T04:11:00.989316+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:01.608 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:01 smithi121 bash[23503]: audit 2024-09-10T04:11:00.989316+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:01.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:01 smithi174 bash[23190]: audit 2024-09-10T04:11:00.989316+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:01.634 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:01 smithi174 bash[23190]: audit 2024-09-10T04:11:00.989316+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:01.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:01 smithi111 bash[22787]: audit 2024-09-10T04:11:00.989316+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:01.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:01 smithi111 bash[22787]: audit 2024-09-10T04:11:00.989316+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:02.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:02 smithi174 bash[23190]: cluster 2024-09-10T04:11:00.698790+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:02.384 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:02 smithi174 bash[23190]: cluster 2024-09-10T04:11:00.698790+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:02.557 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:02 smithi121 bash[23503]: cluster 2024-09-10T04:11:00.698790+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:02.557 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:02 smithi121 bash[23503]: cluster 2024-09-10T04:11:00.698790+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:02.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:02 smithi111 bash[22787]: cluster 2024-09-10T04:11:00.698790+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:02.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:02 smithi111 bash[22787]: cluster 2024-09-10T04:11:00.698790+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:03.472 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:03 smithi174 bash[23190]: audit 2024-09-10T04:11:02.282954+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.472 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:03 smithi174 bash[23190]: audit 2024-09-10T04:11:02.282954+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.472 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:03 smithi174 bash[23190]: audit 2024-09-10T04:11:02.296406+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.472 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:03 smithi174 bash[23190]: audit 2024-09-10T04:11:02.296406+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.472 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:03 smithi174 bash[23190]: audit 2024-09-10T04:11:02.306238+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.472 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:03 smithi174 bash[23190]: audit 2024-09-10T04:11:02.306238+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.686 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:11:03 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:11:03] "GET /metrics HTTP/1.1" 200 21541 "" "Prometheus/2.51.0" 2024-09-10T04:11:03.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:03 smithi111 bash[22787]: audit 2024-09-10T04:11:02.282954+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:03 smithi111 bash[22787]: audit 2024-09-10T04:11:02.282954+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:03 smithi111 bash[22787]: audit 2024-09-10T04:11:02.296406+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:03 smithi111 bash[22787]: audit 2024-09-10T04:11:02.296406+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:03 smithi111 bash[22787]: audit 2024-09-10T04:11:02.306238+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:03 smithi111 bash[22787]: audit 2024-09-10T04:11:02.306238+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:03 smithi121 bash[23503]: audit 2024-09-10T04:11:02.282954+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:03 smithi121 bash[23503]: audit 2024-09-10T04:11:02.282954+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:03 smithi121 bash[23503]: audit 2024-09-10T04:11:02.296406+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:03 smithi121 bash[23503]: audit 2024-09-10T04:11:02.296406+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:03 smithi121 bash[23503]: audit 2024-09-10T04:11:02.306238+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:03.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:03 smithi121 bash[23503]: audit 2024-09-10T04:11:02.306238+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:04.341 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:04 smithi174 systemd[1]: Stopping Ceph mon.c for d8b841fe-6f28-11ef-bcea-c7b262605968... 2024-09-10T04:11:04.341 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:04 smithi174 bash[23190]: debug 2024-09-10T04:11:04.175+0000 7fad5f68f640 -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-10T04:11:04.341 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:04 smithi174 bash[23190]: debug 2024-09-10T04:11:04.175+0000 7fad5f68f640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-10T04:11:05.134 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:05 smithi174 bash[35126]: ceph-d8b841fe-6f28-11ef-bcea-c7b262605968-mon-c 2024-09-10T04:11:05.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:05 smithi174 bash[35231]: Error response from daemon: No such container: ceph-d8b841fe-6f28-11ef-bcea-c7b262605968-mon-c 2024-09-10T04:11:05.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:05 smithi174 systemd[1]: ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-10T04:11:05.884 INFO:journalctl@ceph.mon.c.smithi174.stdout:Sep 10 04:11:05 smithi174 systemd[1]: Stopped Ceph mon.c for d8b841fe-6f28-11ef-bcea-c7b262605968. 2024-09-10T04:11:13.561 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:11:13 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:11:13] "GET /metrics HTTP/1.1" 200 21541 "" "Prometheus/2.51.0" 2024-09-10T04:11:18.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:18 smithi111 bash[22787]: cluster 2024-09-10T04:11:02.699355+0000 mgr.a (mgr.14397) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:18.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:18 smithi111 bash[22787]: cluster 2024-09-10T04:11:02.699355+0000 mgr.a (mgr.14397) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:18.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:18 smithi111 bash[22787]: audit 2024-09-10T04:11:03.452441+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:18.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:18 smithi111 bash[22787]: audit 2024-09-10T04:11:03.452441+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:18.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:18 smithi111 bash[22787]: audit 2024-09-10T04:11:03.460983+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:18.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:18 smithi111 bash[22787]: audit 2024-09-10T04:11:03.460983+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:18.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:18 smithi111 bash[22787]: audit 2024-09-10T04:11:03.470476+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:18.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:18 smithi111 bash[22787]: audit 2024-09-10T04:11:03.470476+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:18.950 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:18 smithi121 bash[23503]: cluster 2024-09-10T04:11:02.699355+0000 mgr.a (mgr.14397) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:18.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:18 smithi121 bash[23503]: cluster 2024-09-10T04:11:02.699355+0000 mgr.a (mgr.14397) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:18.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:18 smithi121 bash[23503]: audit 2024-09-10T04:11:03.452441+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:18.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:18 smithi121 bash[23503]: audit 2024-09-10T04:11:03.452441+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:18.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:18 smithi121 bash[23503]: audit 2024-09-10T04:11:03.460983+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:18.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:18 smithi121 bash[23503]: audit 2024-09-10T04:11:03.460983+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:18.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:18 smithi121 bash[23503]: audit 2024-09-10T04:11:03.470476+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:18.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:18 smithi121 bash[23503]: audit 2024-09-10T04:11:03.470476+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:04.699860+0000 mgr.a (mgr.14397) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:04.699860+0000 mgr.a (mgr.14397) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:06.700420+0000 mgr.a (mgr.14397) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:06.700420+0000 mgr.a (mgr.14397) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:08.700922+0000 mgr.a (mgr.14397) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:08.700922+0000 mgr.a (mgr.14397) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:10.701453+0000 mgr.a (mgr.14397) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:10.701453+0000 mgr.a (mgr.14397) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:12.702029+0000 mgr.a (mgr.14397) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:12.702029+0000 mgr.a (mgr.14397) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:13.470595+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-09-10T04:11:19.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:13.470595+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-09-10T04:11:19.937 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:13.474632+0000 mon.a (mon.0) 979 : cluster [INF] mon.a calling monitor election 2024-09-10T04:11:19.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:13.474632+0000 mon.a (mon.0) 979 : cluster [INF] mon.a calling monitor election 2024-09-10T04:11:19.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:14.702520+0000 mgr.a (mgr.14397) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:14.702520+0000 mgr.a (mgr.14397) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:15.989689+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:19.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:15.989689+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:19.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:16.703030+0000 mgr.a (mgr.14397) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:16.703030+0000 mgr.a (mgr.14397) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.938 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.495494+0000 mon.a (mon.0) 981 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-10T04:11:19.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.495494+0000 mon.a (mon.0) 981 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-10T04:11:19.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506452+0000 mon.a (mon.0) 982 : cluster [DBG] monmap epoch 3 2024-09-10T04:11:19.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506452+0000 mon.a (mon.0) 982 : cluster [DBG] monmap epoch 3 2024-09-10T04:11:19.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506482+0000 mon.a (mon.0) 983 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:11:19.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506482+0000 mon.a (mon.0) 983 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:11:19.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506507+0000 mon.a (mon.0) 984 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:11:19.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506507+0000 mon.a (mon.0) 984 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:11:19.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506525+0000 mon.a (mon.0) 985 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:11:19.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506525+0000 mon.a (mon.0) 985 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:11:19.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506544+0000 mon.a (mon.0) 986 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:11:19.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506544+0000 mon.a (mon.0) 986 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:11:19.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506562+0000 mon.a (mon.0) 987 : cluster [DBG] election_strategy: 1 2024-09-10T04:11:19.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506562+0000 mon.a (mon.0) 987 : cluster [DBG] election_strategy: 1 2024-09-10T04:11:19.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506580+0000 mon.a (mon.0) 988 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:11:19.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506580+0000 mon.a (mon.0) 988 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:11:19.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506602+0000 mon.a (mon.0) 989 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:11:19.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506602+0000 mon.a (mon.0) 989 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:11:19.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506620+0000 mon.a (mon.0) 990 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:11:19.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.506620+0000 mon.a (mon.0) 990 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:11:19.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.526842+0000 mon.a (mon.0) 991 : cluster [DBG] fsmap 2024-09-10T04:11:19.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.526842+0000 mon.a (mon.0) 991 : cluster [DBG] fsmap 2024-09-10T04:11:19.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.526892+0000 mon.a (mon.0) 992 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-10T04:11:19.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.526892+0000 mon.a (mon.0) 992 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-10T04:11:19.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.527458+0000 mon.a (mon.0) 993 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-10T04:11:19.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.527458+0000 mon.a (mon.0) 993 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-10T04:11:19.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.527748+0000 mon.a (mon.0) 994 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-10T04:11:19.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.527748+0000 mon.a (mon.0) 994 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-10T04:11:19.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.541728+0000 mon.a (mon.0) 995 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-10T04:11:19.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.541728+0000 mon.a (mon.0) 995 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-10T04:11:19.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.541767+0000 mon.a (mon.0) 996 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-10T04:11:19.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.541767+0000 mon.a (mon.0) 996 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-10T04:11:19.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.541787+0000 mon.a (mon.0) 997 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] is down (out of quorum) 2024-09-10T04:11:19.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.541787+0000 mon.a (mon.0) 997 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] is down (out of quorum) 2024-09-10T04:11:19.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.547816+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.547816+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.554112+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.554112+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.568441+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.568441+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.578492+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.942 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.578492+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.590950+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.590950+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.703532+0000 mgr.a (mgr.14397) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: cluster 2024-09-10T04:11:18.703532+0000 mgr.a (mgr.14397) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.890273+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:11:19.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.890273+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:11:19.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.894054+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:11:19.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.894054+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:11:19.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.895344+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:11:19.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.895344+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:11:19.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.901441+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.943 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:19 smithi111 bash[22787]: audit 2024-09-10T04:11:18.901441+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:04.699860+0000 mgr.a (mgr.14397) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:04.699860+0000 mgr.a (mgr.14397) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:06.700420+0000 mgr.a (mgr.14397) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:06.700420+0000 mgr.a (mgr.14397) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:08.700922+0000 mgr.a (mgr.14397) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:08.700922+0000 mgr.a (mgr.14397) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:10.701453+0000 mgr.a (mgr.14397) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:10.701453+0000 mgr.a (mgr.14397) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:12.702029+0000 mgr.a (mgr.14397) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:12.702029+0000 mgr.a (mgr.14397) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:13.470595+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-09-10T04:11:19.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:13.470595+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-09-10T04:11:19.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:13.474632+0000 mon.a (mon.0) 979 : cluster [INF] mon.a calling monitor election 2024-09-10T04:11:19.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:13.474632+0000 mon.a (mon.0) 979 : cluster [INF] mon.a calling monitor election 2024-09-10T04:11:19.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:14.702520+0000 mgr.a (mgr.14397) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:14.702520+0000 mgr.a (mgr.14397) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:15.989689+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:19.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:15.989689+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:19.952 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:16.703030+0000 mgr.a (mgr.14397) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:16.703030+0000 mgr.a (mgr.14397) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.495494+0000 mon.a (mon.0) 981 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-10T04:11:19.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.495494+0000 mon.a (mon.0) 981 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-10T04:11:19.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506452+0000 mon.a (mon.0) 982 : cluster [DBG] monmap epoch 3 2024-09-10T04:11:19.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506452+0000 mon.a (mon.0) 982 : cluster [DBG] monmap epoch 3 2024-09-10T04:11:19.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506482+0000 mon.a (mon.0) 983 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:11:19.953 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506482+0000 mon.a (mon.0) 983 : cluster [DBG] fsid d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:11:19.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506507+0000 mon.a (mon.0) 984 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:11:19.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506507+0000 mon.a (mon.0) 984 : cluster [DBG] last_changed 2024-09-10T04:02:13.924449+0000 2024-09-10T04:11:19.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506525+0000 mon.a (mon.0) 985 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:11:19.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506525+0000 mon.a (mon.0) 985 : cluster [DBG] created 2024-09-10T03:59:31.746521+0000 2024-09-10T04:11:19.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506544+0000 mon.a (mon.0) 986 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:11:19.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506544+0000 mon.a (mon.0) 986 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:11:19.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506562+0000 mon.a (mon.0) 987 : cluster [DBG] election_strategy: 1 2024-09-10T04:11:19.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506562+0000 mon.a (mon.0) 987 : cluster [DBG] election_strategy: 1 2024-09-10T04:11:19.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506580+0000 mon.a (mon.0) 988 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:11:19.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506580+0000 mon.a (mon.0) 988 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-09-10T04:11:19.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506602+0000 mon.a (mon.0) 989 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:11:19.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506602+0000 mon.a (mon.0) 989 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-09-10T04:11:19.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506620+0000 mon.a (mon.0) 990 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:11:19.954 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.506620+0000 mon.a (mon.0) 990 : cluster [DBG] 2: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.b 2024-09-10T04:11:19.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.526842+0000 mon.a (mon.0) 991 : cluster [DBG] fsmap 2024-09-10T04:11:19.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.526842+0000 mon.a (mon.0) 991 : cluster [DBG] fsmap 2024-09-10T04:11:19.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.526892+0000 mon.a (mon.0) 992 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-10T04:11:19.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.526892+0000 mon.a (mon.0) 992 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-10T04:11:19.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.527458+0000 mon.a (mon.0) 993 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-10T04:11:19.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.527458+0000 mon.a (mon.0) 993 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-10T04:11:19.955 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.527748+0000 mon.a (mon.0) 994 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-10T04:11:19.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.527748+0000 mon.a (mon.0) 994 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-10T04:11:19.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.541728+0000 mon.a (mon.0) 995 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-10T04:11:19.956 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.541728+0000 mon.a (mon.0) 995 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-10T04:11:19.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.541767+0000 mon.a (mon.0) 996 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-10T04:11:19.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.541767+0000 mon.a (mon.0) 996 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-10T04:11:19.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.541787+0000 mon.a (mon.0) 997 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] is down (out of quorum) 2024-09-10T04:11:19.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.541787+0000 mon.a (mon.0) 997 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] is down (out of quorum) 2024-09-10T04:11:19.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.547816+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.547816+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.554112+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.554112+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.568441+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.568441+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.957 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.578492+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.578492+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.590950+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.590950+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.703532+0000 mgr.a (mgr.14397) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: cluster 2024-09-10T04:11:18.703532+0000 mgr.a (mgr.14397) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:19.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.890273+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:11:19.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.890273+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:11:19.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.894054+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:11:19.958 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.894054+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:11:19.959 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.895344+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:11:19.959 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.895344+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:11:19.959 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.901441+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:19.959 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:19 smithi121 bash[23503]: audit 2024-09-10T04:11:18.901441+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:22.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:21 smithi111 bash[22787]: cluster 2024-09-10T04:11:20.704015+0000 mgr.a (mgr.14397) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:22.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:21 smithi111 bash[22787]: cluster 2024-09-10T04:11:20.704015+0000 mgr.a (mgr.14397) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:22.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:21 smithi121 bash[23503]: cluster 2024-09-10T04:11:20.704015+0000 mgr.a (mgr.14397) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:22.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:21 smithi121 bash[23503]: cluster 2024-09-10T04:11:20.704015+0000 mgr.a (mgr.14397) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:23.686 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:11:23 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:11:23] "GET /metrics HTTP/1.1" 200 21541 "" "Prometheus/2.51.0" 2024-09-10T04:11:23.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:23 smithi111 bash[22787]: audit 2024-09-10T04:11:22.497456+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:23.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:23 smithi111 bash[22787]: audit 2024-09-10T04:11:22.497456+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:23.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:23 smithi111 bash[22787]: audit 2024-09-10T04:11:22.506120+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:23.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:23 smithi111 bash[22787]: audit 2024-09-10T04:11:22.506120+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:23.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:23 smithi111 bash[22787]: audit 2024-09-10T04:11:22.515604+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:23.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:23 smithi111 bash[22787]: audit 2024-09-10T04:11:22.515604+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:23.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:23 smithi111 bash[22787]: cluster 2024-09-10T04:11:22.704538+0000 mgr.a (mgr.14397) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:23.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:23 smithi111 bash[22787]: cluster 2024-09-10T04:11:22.704538+0000 mgr.a (mgr.14397) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:23.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:23 smithi121 bash[23503]: audit 2024-09-10T04:11:22.497456+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:23.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:23 smithi121 bash[23503]: audit 2024-09-10T04:11:22.497456+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:23.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:23 smithi121 bash[23503]: audit 2024-09-10T04:11:22.506120+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:23.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:23 smithi121 bash[23503]: audit 2024-09-10T04:11:22.506120+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:23.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:23 smithi121 bash[23503]: audit 2024-09-10T04:11:22.515604+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:23.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:23 smithi121 bash[23503]: audit 2024-09-10T04:11:22.515604+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:23.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:23 smithi121 bash[23503]: cluster 2024-09-10T04:11:22.704538+0000 mgr.a (mgr.14397) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:23.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:23 smithi121 bash[23503]: cluster 2024-09-10T04:11:22.704538+0000 mgr.a (mgr.14397) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:24.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:24 smithi111 bash[22787]: audit 2024-09-10T04:11:23.633663+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:24.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:24 smithi111 bash[22787]: audit 2024-09-10T04:11:23.633663+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:24.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:24 smithi111 bash[22787]: audit 2024-09-10T04:11:23.641864+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:24.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:24 smithi111 bash[22787]: audit 2024-09-10T04:11:23.641864+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:24.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:24 smithi111 bash[22787]: audit 2024-09-10T04:11:23.651362+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:24.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:24 smithi111 bash[22787]: audit 2024-09-10T04:11:23.651362+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:24.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:24 smithi121 bash[23503]: audit 2024-09-10T04:11:23.633663+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:24.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:24 smithi121 bash[23503]: audit 2024-09-10T04:11:23.633663+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:24.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:24 smithi121 bash[23503]: audit 2024-09-10T04:11:23.641864+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:24.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:24 smithi121 bash[23503]: audit 2024-09-10T04:11:23.641864+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:24.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:24 smithi121 bash[23503]: audit 2024-09-10T04:11:23.651362+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:24.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:24 smithi121 bash[23503]: audit 2024-09-10T04:11:23.651362+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:25.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:25 smithi111 bash[22787]: cluster 2024-09-10T04:11:24.705045+0000 mgr.a (mgr.14397) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:25.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:25 smithi111 bash[22787]: cluster 2024-09-10T04:11:24.705045+0000 mgr.a (mgr.14397) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:25.950 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:25 smithi121 bash[23503]: cluster 2024-09-10T04:11:24.705045+0000 mgr.a (mgr.14397) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:25.950 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:25 smithi121 bash[23503]: cluster 2024-09-10T04:11:24.705045+0000 mgr.a (mgr.14397) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:28.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:27 smithi111 bash[22787]: cluster 2024-09-10T04:11:26.705587+0000 mgr.a (mgr.14397) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:28.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:27 smithi111 bash[22787]: cluster 2024-09-10T04:11:26.705587+0000 mgr.a (mgr.14397) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:28.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:27 smithi121 bash[23503]: cluster 2024-09-10T04:11:26.705587+0000 mgr.a (mgr.14397) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:28.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:27 smithi121 bash[23503]: cluster 2024-09-10T04:11:26.705587+0000 mgr.a (mgr.14397) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:29.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:29 smithi111 bash[22787]: audit 2024-09-10T04:11:28.079269+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:29.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:29 smithi111 bash[22787]: audit 2024-09-10T04:11:28.079269+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:29.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:29 smithi111 bash[22787]: audit 2024-09-10T04:11:28.088916+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:29.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:29 smithi111 bash[22787]: audit 2024-09-10T04:11:28.088916+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:29.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:29 smithi111 bash[22787]: audit 2024-09-10T04:11:28.098481+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:29.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:29 smithi111 bash[22787]: audit 2024-09-10T04:11:28.098481+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:29.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:29 smithi121 bash[23503]: audit 2024-09-10T04:11:28.079269+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:29.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:29 smithi121 bash[23503]: audit 2024-09-10T04:11:28.079269+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:29.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:29 smithi121 bash[23503]: audit 2024-09-10T04:11:28.088916+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:29.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:29 smithi121 bash[23503]: audit 2024-09-10T04:11:28.088916+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:29.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:29 smithi121 bash[23503]: audit 2024-09-10T04:11:28.098481+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:29.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:29 smithi121 bash[23503]: audit 2024-09-10T04:11:28.098481+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:30.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:30 smithi111 bash[22787]: cluster 2024-09-10T04:11:28.706121+0000 mgr.a (mgr.14397) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:30.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:30 smithi111 bash[22787]: cluster 2024-09-10T04:11:28.706121+0000 mgr.a (mgr.14397) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:30.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:30 smithi121 bash[23503]: cluster 2024-09-10T04:11:28.706121+0000 mgr.a (mgr.14397) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:30.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:30 smithi121 bash[23503]: cluster 2024-09-10T04:11:28.706121+0000 mgr.a (mgr.14397) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:32.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:31 smithi111 bash[22787]: cluster 2024-09-10T04:11:30.706652+0000 mgr.a (mgr.14397) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:32.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:31 smithi111 bash[22787]: cluster 2024-09-10T04:11:30.706652+0000 mgr.a (mgr.14397) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:32.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:31 smithi111 bash[22787]: audit 2024-09-10T04:11:30.996265+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:32.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:31 smithi111 bash[22787]: audit 2024-09-10T04:11:30.996265+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:32.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:31 smithi111 bash[22787]: audit 2024-09-10T04:11:30.997915+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:32.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:31 smithi111 bash[22787]: audit 2024-09-10T04:11:30.997915+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:32.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:31 smithi121 bash[23503]: cluster 2024-09-10T04:11:30.706652+0000 mgr.a (mgr.14397) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:32.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:31 smithi121 bash[23503]: cluster 2024-09-10T04:11:30.706652+0000 mgr.a (mgr.14397) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:32.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:31 smithi121 bash[23503]: audit 2024-09-10T04:11:30.996265+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:32.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:31 smithi121 bash[23503]: audit 2024-09-10T04:11:30.996265+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:32.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:31 smithi121 bash[23503]: audit 2024-09-10T04:11:30.997915+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:32.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:31 smithi121 bash[23503]: audit 2024-09-10T04:11:30.997915+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:33.688 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:11:33 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:11:33] "GET /metrics HTTP/1.1" 200 21600 "" "Prometheus/2.51.0" 2024-09-10T04:11:34.259 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:33 smithi111 bash[22787]: cluster 2024-09-10T04:11:32.707215+0000 mgr.a (mgr.14397) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:34.259 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:33 smithi111 bash[22787]: cluster 2024-09-10T04:11:32.707215+0000 mgr.a (mgr.14397) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:34.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:33 smithi121 bash[23503]: cluster 2024-09-10T04:11:32.707215+0000 mgr.a (mgr.14397) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:34.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:33 smithi121 bash[23503]: cluster 2024-09-10T04:11:32.707215+0000 mgr.a (mgr.14397) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:36.185 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:36 smithi111 bash[22787]: cluster 2024-09-10T04:11:34.707720+0000 mgr.a (mgr.14397) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:36.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:36 smithi111 bash[22787]: cluster 2024-09-10T04:11:34.707720+0000 mgr.a (mgr.14397) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:36.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:36 smithi121 bash[23503]: cluster 2024-09-10T04:11:34.707720+0000 mgr.a (mgr.14397) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:36.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:36 smithi121 bash[23503]: cluster 2024-09-10T04:11:34.707720+0000 mgr.a (mgr.14397) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:38.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:38 smithi111 bash[22787]: cluster 2024-09-10T04:11:36.708277+0000 mgr.a (mgr.14397) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:38.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:38 smithi111 bash[22787]: cluster 2024-09-10T04:11:36.708277+0000 mgr.a (mgr.14397) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:38.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:38 smithi111 bash[22787]: audit 2024-09-10T04:11:37.764382+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:38.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:38 smithi111 bash[22787]: audit 2024-09-10T04:11:37.764382+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:38.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:38 smithi111 bash[22787]: audit 2024-09-10T04:11:37.774361+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:38.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:38 smithi111 bash[22787]: audit 2024-09-10T04:11:37.774361+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:38.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:38 smithi111 bash[22787]: audit 2024-09-10T04:11:37.785360+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:38.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:38 smithi111 bash[22787]: audit 2024-09-10T04:11:37.785360+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:38.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:38 smithi121 bash[23503]: cluster 2024-09-10T04:11:36.708277+0000 mgr.a (mgr.14397) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:38.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:38 smithi121 bash[23503]: cluster 2024-09-10T04:11:36.708277+0000 mgr.a (mgr.14397) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:38.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:38 smithi121 bash[23503]: audit 2024-09-10T04:11:37.764382+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:38.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:38 smithi121 bash[23503]: audit 2024-09-10T04:11:37.764382+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:38.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:38 smithi121 bash[23503]: audit 2024-09-10T04:11:37.774361+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:38.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:38 smithi121 bash[23503]: audit 2024-09-10T04:11:37.774361+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:38.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:38 smithi121 bash[23503]: audit 2024-09-10T04:11:37.785360+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:38.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:38 smithi121 bash[23503]: audit 2024-09-10T04:11:37.785360+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:40.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:40 smithi111 bash[22787]: cluster 2024-09-10T04:11:38.708788+0000 mgr.a (mgr.14397) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:40.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:40 smithi111 bash[22787]: cluster 2024-09-10T04:11:38.708788+0000 mgr.a (mgr.14397) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:40.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:40 smithi121 bash[23503]: cluster 2024-09-10T04:11:38.708788+0000 mgr.a (mgr.14397) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:40.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:40 smithi121 bash[23503]: cluster 2024-09-10T04:11:38.708788+0000 mgr.a (mgr.14397) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:42.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:42 smithi111 bash[22787]: cluster 2024-09-10T04:11:40.709332+0000 mgr.a (mgr.14397) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:42.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:42 smithi111 bash[22787]: cluster 2024-09-10T04:11:40.709332+0000 mgr.a (mgr.14397) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:42.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:42 smithi121 bash[23503]: cluster 2024-09-10T04:11:40.709332+0000 mgr.a (mgr.14397) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:42.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:42 smithi121 bash[23503]: cluster 2024-09-10T04:11:40.709332+0000 mgr.a (mgr.14397) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:43.686 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:11:43 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:11:43] "GET /metrics HTTP/1.1" 200 21600 "" "Prometheus/2.51.0" 2024-09-10T04:11:44.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:43 smithi111 bash[22787]: cluster 2024-09-10T04:11:42.709911+0000 mgr.a (mgr.14397) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:44.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:43 smithi111 bash[22787]: cluster 2024-09-10T04:11:42.709911+0000 mgr.a (mgr.14397) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:44.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:43 smithi111 bash[22787]: audit 2024-09-10T04:11:42.714007+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:44.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:43 smithi111 bash[22787]: audit 2024-09-10T04:11:42.714007+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:44.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:43 smithi111 bash[22787]: audit 2024-09-10T04:11:42.722939+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:44.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:43 smithi111 bash[22787]: audit 2024-09-10T04:11:42.722939+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:44.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:43 smithi111 bash[22787]: audit 2024-09-10T04:11:42.732713+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:44.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:43 smithi111 bash[22787]: audit 2024-09-10T04:11:42.732713+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:44.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:43 smithi121 bash[23503]: cluster 2024-09-10T04:11:42.709911+0000 mgr.a (mgr.14397) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:44.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:43 smithi121 bash[23503]: cluster 2024-09-10T04:11:42.709911+0000 mgr.a (mgr.14397) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:44.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:43 smithi121 bash[23503]: audit 2024-09-10T04:11:42.714007+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:44.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:43 smithi121 bash[23503]: audit 2024-09-10T04:11:42.714007+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:44.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:43 smithi121 bash[23503]: audit 2024-09-10T04:11:42.722939+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:44.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:43 smithi121 bash[23503]: audit 2024-09-10T04:11:42.722939+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:44.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:43 smithi121 bash[23503]: audit 2024-09-10T04:11:42.732713+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:44.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:43 smithi121 bash[23503]: audit 2024-09-10T04:11:42.732713+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:46.025 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:45 smithi121 bash[23503]: cluster 2024-09-10T04:11:44.710415+0000 mgr.a (mgr.14397) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:46.026 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:45 smithi121 bash[23503]: cluster 2024-09-10T04:11:44.710415+0000 mgr.a (mgr.14397) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:46.185 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:45 smithi111 bash[22787]: cluster 2024-09-10T04:11:44.710415+0000 mgr.a (mgr.14397) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:46.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:45 smithi111 bash[22787]: cluster 2024-09-10T04:11:44.710415+0000 mgr.a (mgr.14397) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:47.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:46 smithi111 bash[22787]: audit 2024-09-10T04:11:45.990655+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:47.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:46 smithi111 bash[22787]: audit 2024-09-10T04:11:45.990655+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:47.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:46 smithi111 bash[22787]: audit 2024-09-10T04:11:46.681280+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:47.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:46 smithi111 bash[22787]: audit 2024-09-10T04:11:46.681280+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:47.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:46 smithi111 bash[22787]: audit 2024-09-10T04:11:46.689490+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:47.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:46 smithi111 bash[22787]: audit 2024-09-10T04:11:46.689490+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:47.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:46 smithi111 bash[22787]: audit 2024-09-10T04:11:46.698988+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:47.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:46 smithi111 bash[22787]: audit 2024-09-10T04:11:46.698988+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:47.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:46 smithi121 bash[23503]: audit 2024-09-10T04:11:45.990655+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:47.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:46 smithi121 bash[23503]: audit 2024-09-10T04:11:45.990655+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:11:47.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:46 smithi121 bash[23503]: audit 2024-09-10T04:11:46.681280+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:47.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:46 smithi121 bash[23503]: audit 2024-09-10T04:11:46.681280+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:47.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:46 smithi121 bash[23503]: audit 2024-09-10T04:11:46.689490+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:47.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:46 smithi121 bash[23503]: audit 2024-09-10T04:11:46.689490+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:47.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:46 smithi121 bash[23503]: audit 2024-09-10T04:11:46.698988+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:47.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:46 smithi121 bash[23503]: audit 2024-09-10T04:11:46.698988+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:48.185 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:47 smithi111 bash[22787]: cluster 2024-09-10T04:11:46.710957+0000 mgr.a (mgr.14397) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:48.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:47 smithi111 bash[22787]: cluster 2024-09-10T04:11:46.710957+0000 mgr.a (mgr.14397) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:48.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:47 smithi121 bash[23503]: cluster 2024-09-10T04:11:46.710957+0000 mgr.a (mgr.14397) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:48.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:47 smithi121 bash[23503]: cluster 2024-09-10T04:11:46.710957+0000 mgr.a (mgr.14397) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:50.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:49 smithi111 bash[22787]: cluster 2024-09-10T04:11:48.711494+0000 mgr.a (mgr.14397) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:50.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:49 smithi111 bash[22787]: cluster 2024-09-10T04:11:48.711494+0000 mgr.a (mgr.14397) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:50.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:49 smithi121 bash[23503]: cluster 2024-09-10T04:11:48.711494+0000 mgr.a (mgr.14397) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:50.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:49 smithi121 bash[23503]: cluster 2024-09-10T04:11:48.711494+0000 mgr.a (mgr.14397) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:52.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:51 smithi111 bash[22787]: cluster 2024-09-10T04:11:50.712012+0000 mgr.a (mgr.14397) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:52.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:51 smithi111 bash[22787]: cluster 2024-09-10T04:11:50.712012+0000 mgr.a (mgr.14397) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:52.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:51 smithi121 bash[23503]: cluster 2024-09-10T04:11:50.712012+0000 mgr.a (mgr.14397) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:52.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:51 smithi121 bash[23503]: cluster 2024-09-10T04:11:50.712012+0000 mgr.a (mgr.14397) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:53.686 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:11:53 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:11:53] "GET /metrics HTTP/1.1" 200 21601 "" "Prometheus/2.51.0" 2024-09-10T04:11:54.185 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:53 smithi111 bash[22787]: cluster 2024-09-10T04:11:52.712539+0000 mgr.a (mgr.14397) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:54.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:53 smithi111 bash[22787]: cluster 2024-09-10T04:11:52.712539+0000 mgr.a (mgr.14397) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:54.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:53 smithi121 bash[23503]: cluster 2024-09-10T04:11:52.712539+0000 mgr.a (mgr.14397) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:54.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:53 smithi121 bash[23503]: cluster 2024-09-10T04:11:52.712539+0000 mgr.a (mgr.14397) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:56.084 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:55 smithi111 bash[22787]: cluster 2024-09-10T04:11:54.713056+0000 mgr.a (mgr.14397) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:56.085 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:55 smithi111 bash[22787]: cluster 2024-09-10T04:11:54.713056+0000 mgr.a (mgr.14397) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:56.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:55 smithi121 bash[23503]: cluster 2024-09-10T04:11:54.713056+0000 mgr.a (mgr.14397) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:56.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:55 smithi121 bash[23503]: cluster 2024-09-10T04:11:54.713056+0000 mgr.a (mgr.14397) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:58.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:57 smithi111 bash[22787]: cluster 2024-09-10T04:11:56.713468+0000 mgr.a (mgr.14397) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:58.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:57 smithi111 bash[22787]: cluster 2024-09-10T04:11:56.713468+0000 mgr.a (mgr.14397) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:58.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:57 smithi111 bash[22787]: audit 2024-09-10T04:11:56.908309+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:58.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:57 smithi111 bash[22787]: audit 2024-09-10T04:11:56.908309+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:58.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:57 smithi111 bash[22787]: audit 2024-09-10T04:11:56.914037+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:58.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:57 smithi111 bash[22787]: audit 2024-09-10T04:11:56.914037+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:58.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:57 smithi111 bash[22787]: audit 2024-09-10T04:11:56.919588+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:58.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:11:57 smithi111 bash[22787]: audit 2024-09-10T04:11:56.919588+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:58.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:57 smithi121 bash[23503]: cluster 2024-09-10T04:11:56.713468+0000 mgr.a (mgr.14397) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:58.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:57 smithi121 bash[23503]: cluster 2024-09-10T04:11:56.713468+0000 mgr.a (mgr.14397) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:11:58.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:57 smithi121 bash[23503]: audit 2024-09-10T04:11:56.908309+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:58.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:57 smithi121 bash[23503]: audit 2024-09-10T04:11:56.908309+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:58.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:57 smithi121 bash[23503]: audit 2024-09-10T04:11:56.914037+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:58.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:57 smithi121 bash[23503]: audit 2024-09-10T04:11:56.914037+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:58.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:57 smithi121 bash[23503]: audit 2024-09-10T04:11:56.919588+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:11:58.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:11:57 smithi121 bash[23503]: audit 2024-09-10T04:11:56.919588+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:00.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:00 smithi111 bash[22787]: cluster 2024-09-10T04:11:58.713976+0000 mgr.a (mgr.14397) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:00.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:00 smithi111 bash[22787]: cluster 2024-09-10T04:11:58.713976+0000 mgr.a (mgr.14397) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:00.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:00 smithi121 bash[23503]: cluster 2024-09-10T04:11:58.713976+0000 mgr.a (mgr.14397) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:00.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:00 smithi121 bash[23503]: cluster 2024-09-10T04:11:58.713976+0000 mgr.a (mgr.14397) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:01.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:01 smithi111 bash[22787]: audit 2024-09-10T04:12:00.990904+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:01.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:01 smithi111 bash[22787]: audit 2024-09-10T04:12:00.990904+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:01.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:01 smithi121 bash[23503]: audit 2024-09-10T04:12:00.990904+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:01.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:01 smithi121 bash[23503]: audit 2024-09-10T04:12:00.990904+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:02.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:02 smithi111 bash[22787]: cluster 2024-09-10T04:12:00.714418+0000 mgr.a (mgr.14397) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:02.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:02 smithi111 bash[22787]: cluster 2024-09-10T04:12:00.714418+0000 mgr.a (mgr.14397) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:02.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:02 smithi121 bash[23503]: cluster 2024-09-10T04:12:00.714418+0000 mgr.a (mgr.14397) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:02.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:02 smithi121 bash[23503]: cluster 2024-09-10T04:12:00.714418+0000 mgr.a (mgr.14397) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:03.685 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:12:03 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:12:03] "GET /metrics HTTP/1.1" 200 21601 "" "Prometheus/2.51.0" 2024-09-10T04:12:04.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:03 smithi111 bash[22787]: cluster 2024-09-10T04:12:02.714980+0000 mgr.a (mgr.14397) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:04.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:03 smithi111 bash[22787]: cluster 2024-09-10T04:12:02.714980+0000 mgr.a (mgr.14397) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:04.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:03 smithi111 bash[22787]: audit 2024-09-10T04:12:02.934826+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:04.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:03 smithi111 bash[22787]: audit 2024-09-10T04:12:02.934826+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:04.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:03 smithi111 bash[22787]: audit 2024-09-10T04:12:02.943610+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:04.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:03 smithi111 bash[22787]: audit 2024-09-10T04:12:02.943610+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:04.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:03 smithi111 bash[22787]: audit 2024-09-10T04:12:02.953304+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:04.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:03 smithi111 bash[22787]: audit 2024-09-10T04:12:02.953304+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:04.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:03 smithi121 bash[23503]: cluster 2024-09-10T04:12:02.714980+0000 mgr.a (mgr.14397) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:03 smithi121 bash[23503]: cluster 2024-09-10T04:12:02.714980+0000 mgr.a (mgr.14397) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:03 smithi121 bash[23503]: audit 2024-09-10T04:12:02.934826+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:03 smithi121 bash[23503]: audit 2024-09-10T04:12:02.934826+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:03 smithi121 bash[23503]: audit 2024-09-10T04:12:02.943610+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:03 smithi121 bash[23503]: audit 2024-09-10T04:12:02.943610+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:03 smithi121 bash[23503]: audit 2024-09-10T04:12:02.953304+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:04.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:03 smithi121 bash[23503]: audit 2024-09-10T04:12:02.953304+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:06.185 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:05 smithi111 bash[22787]: cluster 2024-09-10T04:12:04.715502+0000 mgr.a (mgr.14397) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:06.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:05 smithi111 bash[22787]: cluster 2024-09-10T04:12:04.715502+0000 mgr.a (mgr.14397) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:06.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:05 smithi121 bash[23503]: cluster 2024-09-10T04:12:04.715502+0000 mgr.a (mgr.14397) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:06.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:05 smithi121 bash[23503]: cluster 2024-09-10T04:12:04.715502+0000 mgr.a (mgr.14397) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:08.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:07 smithi111 bash[22787]: cluster 2024-09-10T04:12:06.716014+0000 mgr.a (mgr.14397) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:08.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:07 smithi111 bash[22787]: cluster 2024-09-10T04:12:06.716014+0000 mgr.a (mgr.14397) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:08.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:07 smithi111 bash[22787]: audit 2024-09-10T04:12:06.872166+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:08.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:07 smithi111 bash[22787]: audit 2024-09-10T04:12:06.872166+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:08.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:07 smithi111 bash[22787]: audit 2024-09-10T04:12:06.881006+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:08.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:07 smithi111 bash[22787]: audit 2024-09-10T04:12:06.881006+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:08.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:07 smithi111 bash[22787]: audit 2024-09-10T04:12:06.890882+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:08.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:07 smithi111 bash[22787]: audit 2024-09-10T04:12:06.890882+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:08.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:07 smithi121 bash[23503]: cluster 2024-09-10T04:12:06.716014+0000 mgr.a (mgr.14397) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:08.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:07 smithi121 bash[23503]: cluster 2024-09-10T04:12:06.716014+0000 mgr.a (mgr.14397) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:08.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:07 smithi121 bash[23503]: audit 2024-09-10T04:12:06.872166+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:08.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:07 smithi121 bash[23503]: audit 2024-09-10T04:12:06.872166+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:08.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:07 smithi121 bash[23503]: audit 2024-09-10T04:12:06.881006+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:08.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:07 smithi121 bash[23503]: audit 2024-09-10T04:12:06.881006+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:08.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:07 smithi121 bash[23503]: audit 2024-09-10T04:12:06.890882+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:08.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:07 smithi121 bash[23503]: audit 2024-09-10T04:12:06.890882+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:10.185 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:09 smithi111 bash[22787]: cluster 2024-09-10T04:12:08.716496+0000 mgr.a (mgr.14397) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:10.185 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:09 smithi111 bash[22787]: cluster 2024-09-10T04:12:08.716496+0000 mgr.a (mgr.14397) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:10.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:09 smithi121 bash[23503]: cluster 2024-09-10T04:12:08.716496+0000 mgr.a (mgr.14397) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:10.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:09 smithi121 bash[23503]: cluster 2024-09-10T04:12:08.716496+0000 mgr.a (mgr.14397) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:12.185 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:11 smithi111 bash[22787]: cluster 2024-09-10T04:12:10.717015+0000 mgr.a (mgr.14397) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:12.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:11 smithi111 bash[22787]: cluster 2024-09-10T04:12:10.717015+0000 mgr.a (mgr.14397) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:12.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:11 smithi121 bash[23503]: cluster 2024-09-10T04:12:10.717015+0000 mgr.a (mgr.14397) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:12.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:11 smithi121 bash[23503]: cluster 2024-09-10T04:12:10.717015+0000 mgr.a (mgr.14397) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:13.685 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:12:13 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:12:13] "GET /metrics HTTP/1.1" 200 21601 "" "Prometheus/2.51.0" 2024-09-10T04:12:14.185 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:13 smithi111 bash[22787]: cluster 2024-09-10T04:12:12.717561+0000 mgr.a (mgr.14397) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:14.185 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:13 smithi111 bash[22787]: cluster 2024-09-10T04:12:12.717561+0000 mgr.a (mgr.14397) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:14.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:13 smithi121 bash[23503]: cluster 2024-09-10T04:12:12.717561+0000 mgr.a (mgr.14397) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:14.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:13 smithi121 bash[23503]: cluster 2024-09-10T04:12:12.717561+0000 mgr.a (mgr.14397) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:15 smithi111 bash[22787]: cluster 2024-09-10T04:12:14.718106+0000 mgr.a (mgr.14397) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:15 smithi111 bash[22787]: cluster 2024-09-10T04:12:14.718106+0000 mgr.a (mgr.14397) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:16.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:15 smithi121 bash[23503]: cluster 2024-09-10T04:12:14.718106+0000 mgr.a (mgr.14397) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:16.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:15 smithi121 bash[23503]: cluster 2024-09-10T04:12:14.718106+0000 mgr.a (mgr.14397) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:17.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:16 smithi111 bash[22787]: audit 2024-09-10T04:12:15.990799+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:17.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:16 smithi111 bash[22787]: audit 2024-09-10T04:12:15.990799+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:17.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:16 smithi111 bash[22787]: audit 2024-09-10T04:12:16.103910+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:17.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:16 smithi111 bash[22787]: audit 2024-09-10T04:12:16.103910+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:17.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:16 smithi111 bash[22787]: audit 2024-09-10T04:12:16.114065+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:17.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:16 smithi111 bash[22787]: audit 2024-09-10T04:12:16.114065+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:17.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:16 smithi111 bash[22787]: audit 2024-09-10T04:12:16.124216+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:17.186 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:16 smithi111 bash[22787]: audit 2024-09-10T04:12:16.124216+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:17.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:16 smithi121 bash[23503]: audit 2024-09-10T04:12:15.990799+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:17.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:16 smithi121 bash[23503]: audit 2024-09-10T04:12:15.990799+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:17.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:16 smithi121 bash[23503]: audit 2024-09-10T04:12:16.103910+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:17.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:16 smithi121 bash[23503]: audit 2024-09-10T04:12:16.103910+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:17.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:16 smithi121 bash[23503]: audit 2024-09-10T04:12:16.114065+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:17.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:16 smithi121 bash[23503]: audit 2024-09-10T04:12:16.114065+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:17.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:16 smithi121 bash[23503]: audit 2024-09-10T04:12:16.124216+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:17.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:16 smithi121 bash[23503]: audit 2024-09-10T04:12:16.124216+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:18.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:18 smithi111 bash[22787]: cluster 2024-09-10T04:12:16.718499+0000 mgr.a (mgr.14397) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:18.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:18 smithi111 bash[22787]: cluster 2024-09-10T04:12:16.718499+0000 mgr.a (mgr.14397) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:18.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:18 smithi121 bash[23503]: cluster 2024-09-10T04:12:16.718499+0000 mgr.a (mgr.14397) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:18.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:18 smithi121 bash[23503]: cluster 2024-09-10T04:12:16.718499+0000 mgr.a (mgr.14397) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:20.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: cluster 2024-09-10T04:12:18.718983+0000 mgr.a (mgr.14397) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:20.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: cluster 2024-09-10T04:12:18.718983+0000 mgr.a (mgr.14397) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:20.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.208682+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:12:20.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.208682+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:12:20.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.767049+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.767049+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.774099+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.774099+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.780815+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.780815+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.787127+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.787127+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.789031+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:12:20.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.789031+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:12:20.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.790705+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:12:20.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.790705+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:12:20.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.800048+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:20 smithi111 bash[22787]: audit 2024-09-10T04:12:19.800048+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: cluster 2024-09-10T04:12:18.718983+0000 mgr.a (mgr.14397) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:20.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: cluster 2024-09-10T04:12:18.718983+0000 mgr.a (mgr.14397) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:20.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.208682+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:12:20.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.208682+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:12:20.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.767049+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.767049+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.774099+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.774099+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.780815+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.780815+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.787127+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.787127+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.789031+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:12:20.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.789031+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:12:20.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.790705+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:12:20.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.790705+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:12:20.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.800048+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:20.452 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:20 smithi121 bash[23503]: audit 2024-09-10T04:12:19.800048+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:22.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:22 smithi111 bash[22787]: cluster 2024-09-10T04:12:20.719534+0000 mgr.a (mgr.14397) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:22.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:22 smithi111 bash[22787]: cluster 2024-09-10T04:12:20.719534+0000 mgr.a (mgr.14397) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:22.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:22 smithi121 bash[23503]: cluster 2024-09-10T04:12:20.719534+0000 mgr.a (mgr.14397) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:22.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:22 smithi121 bash[23503]: cluster 2024-09-10T04:12:20.719534+0000 mgr.a (mgr.14397) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:23.685 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:12:23 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:12:23] "GET /metrics HTTP/1.1" 200 21601 "" "Prometheus/2.51.0" 2024-09-10T04:12:24.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:24 smithi111 bash[22787]: cluster 2024-09-10T04:12:22.720157+0000 mgr.a (mgr.14397) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:24.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:24 smithi111 bash[22787]: cluster 2024-09-10T04:12:22.720157+0000 mgr.a (mgr.14397) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:24.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:24 smithi111 bash[22787]: audit 2024-09-10T04:12:23.231747+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:24.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:24 smithi111 bash[22787]: audit 2024-09-10T04:12:23.231747+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:24.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:24 smithi111 bash[22787]: audit 2024-09-10T04:12:23.240467+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:24.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:24 smithi111 bash[22787]: audit 2024-09-10T04:12:23.240467+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:24.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:24 smithi111 bash[22787]: audit 2024-09-10T04:12:23.249779+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:24.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:24 smithi111 bash[22787]: audit 2024-09-10T04:12:23.249779+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:24.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:24 smithi121 bash[23503]: cluster 2024-09-10T04:12:22.720157+0000 mgr.a (mgr.14397) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:24.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:24 smithi121 bash[23503]: cluster 2024-09-10T04:12:22.720157+0000 mgr.a (mgr.14397) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:24.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:24 smithi121 bash[23503]: audit 2024-09-10T04:12:23.231747+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:24.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:24 smithi121 bash[23503]: audit 2024-09-10T04:12:23.231747+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:24.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:24 smithi121 bash[23503]: audit 2024-09-10T04:12:23.240467+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:24.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:24 smithi121 bash[23503]: audit 2024-09-10T04:12:23.240467+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:24.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:24 smithi121 bash[23503]: audit 2024-09-10T04:12:23.249779+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:24.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:24 smithi121 bash[23503]: audit 2024-09-10T04:12:23.249779+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:26.556 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:26 smithi121 bash[23503]: cluster 2024-09-10T04:12:24.720705+0000 mgr.a (mgr.14397) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:26.556 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:26 smithi121 bash[23503]: cluster 2024-09-10T04:12:24.720705+0000 mgr.a (mgr.14397) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:26.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:26 smithi111 bash[22787]: cluster 2024-09-10T04:12:24.720705+0000 mgr.a (mgr.14397) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:26.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:26 smithi111 bash[22787]: cluster 2024-09-10T04:12:24.720705+0000 mgr.a (mgr.14397) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:28.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:28 smithi121 bash[23503]: cluster 2024-09-10T04:12:26.721280+0000 mgr.a (mgr.14397) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:28.200 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:28 smithi121 bash[23503]: cluster 2024-09-10T04:12:26.721280+0000 mgr.a (mgr.14397) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:28.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:28 smithi121 bash[23503]: audit 2024-09-10T04:12:27.064072+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:28.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:28 smithi121 bash[23503]: audit 2024-09-10T04:12:27.064072+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:28.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:28 smithi121 bash[23503]: audit 2024-09-10T04:12:27.072821+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:28.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:28 smithi121 bash[23503]: audit 2024-09-10T04:12:27.072821+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:28.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:28 smithi121 bash[23503]: audit 2024-09-10T04:12:27.082717+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:28.201 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:28 smithi121 bash[23503]: audit 2024-09-10T04:12:27.082717+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:28.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:28 smithi111 bash[22787]: cluster 2024-09-10T04:12:26.721280+0000 mgr.a (mgr.14397) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:28.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:28 smithi111 bash[22787]: cluster 2024-09-10T04:12:26.721280+0000 mgr.a (mgr.14397) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:28.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:28 smithi111 bash[22787]: audit 2024-09-10T04:12:27.064072+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:28.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:28 smithi111 bash[22787]: audit 2024-09-10T04:12:27.064072+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:28.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:28 smithi111 bash[22787]: audit 2024-09-10T04:12:27.072821+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:28.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:28 smithi111 bash[22787]: audit 2024-09-10T04:12:27.072821+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:28.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:28 smithi111 bash[22787]: audit 2024-09-10T04:12:27.082717+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:28.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:28 smithi111 bash[22787]: audit 2024-09-10T04:12:27.082717+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:30.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:30 smithi111 bash[22787]: cluster 2024-09-10T04:12:28.721788+0000 mgr.a (mgr.14397) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:30.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:30 smithi111 bash[22787]: cluster 2024-09-10T04:12:28.721788+0000 mgr.a (mgr.14397) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:30.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:30 smithi121 bash[23503]: cluster 2024-09-10T04:12:28.721788+0000 mgr.a (mgr.14397) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:30.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:30 smithi121 bash[23503]: cluster 2024-09-10T04:12:28.721788+0000 mgr.a (mgr.14397) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:31.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:31 smithi111 bash[22787]: audit 2024-09-10T04:12:30.991831+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:31.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:31 smithi111 bash[22787]: audit 2024-09-10T04:12:30.991831+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:31.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:31 smithi121 bash[23503]: audit 2024-09-10T04:12:30.991831+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:31.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:31 smithi121 bash[23503]: audit 2024-09-10T04:12:30.991831+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:32.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:32 smithi111 bash[22787]: cluster 2024-09-10T04:12:30.722363+0000 mgr.a (mgr.14397) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:32.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:32 smithi111 bash[22787]: cluster 2024-09-10T04:12:30.722363+0000 mgr.a (mgr.14397) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:32.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:32 smithi121 bash[23503]: cluster 2024-09-10T04:12:30.722363+0000 mgr.a (mgr.14397) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:32.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:32 smithi121 bash[23503]: cluster 2024-09-10T04:12:30.722363+0000 mgr.a (mgr.14397) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:33.685 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:12:33 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:12:33] "GET /metrics HTTP/1.1" 200 21599 "" "Prometheus/2.51.0" 2024-09-10T04:12:34.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:34 smithi111 bash[22787]: cluster 2024-09-10T04:12:32.722921+0000 mgr.a (mgr.14397) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:34.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:34 smithi111 bash[22787]: cluster 2024-09-10T04:12:32.722921+0000 mgr.a (mgr.14397) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:34.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:34 smithi121 bash[23503]: cluster 2024-09-10T04:12:32.722921+0000 mgr.a (mgr.14397) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:34.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:34 smithi121 bash[23503]: cluster 2024-09-10T04:12:32.722921+0000 mgr.a (mgr.14397) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:36.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:36 smithi111 bash[22787]: cluster 2024-09-10T04:12:34.723441+0000 mgr.a (mgr.14397) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:36.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:36 smithi111 bash[22787]: cluster 2024-09-10T04:12:34.723441+0000 mgr.a (mgr.14397) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:36.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:36 smithi121 bash[23503]: cluster 2024-09-10T04:12:34.723441+0000 mgr.a (mgr.14397) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:36.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:36 smithi121 bash[23503]: cluster 2024-09-10T04:12:34.723441+0000 mgr.a (mgr.14397) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:37.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:37 smithi111 bash[22787]: audit 2024-09-10T04:12:36.271361+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:37.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:37 smithi111 bash[22787]: audit 2024-09-10T04:12:36.271361+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:37.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:37 smithi111 bash[22787]: audit 2024-09-10T04:12:36.277041+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:37.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:37 smithi111 bash[22787]: audit 2024-09-10T04:12:36.277041+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:37.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:37 smithi111 bash[22787]: audit 2024-09-10T04:12:36.286990+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:37.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:37 smithi111 bash[22787]: audit 2024-09-10T04:12:36.286990+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:37.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:37 smithi121 bash[23503]: audit 2024-09-10T04:12:36.271361+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:37.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:37 smithi121 bash[23503]: audit 2024-09-10T04:12:36.271361+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:37.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:37 smithi121 bash[23503]: audit 2024-09-10T04:12:36.277041+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:37.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:37 smithi121 bash[23503]: audit 2024-09-10T04:12:36.277041+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:37.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:37 smithi121 bash[23503]: audit 2024-09-10T04:12:36.286990+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:37.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:37 smithi121 bash[23503]: audit 2024-09-10T04:12:36.286990+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:38.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:38 smithi111 bash[22787]: cluster 2024-09-10T04:12:36.723981+0000 mgr.a (mgr.14397) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:38.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:38 smithi111 bash[22787]: cluster 2024-09-10T04:12:36.723981+0000 mgr.a (mgr.14397) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:38.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:38 smithi121 bash[23503]: cluster 2024-09-10T04:12:36.723981+0000 mgr.a (mgr.14397) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:38.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:38 smithi121 bash[23503]: cluster 2024-09-10T04:12:36.723981+0000 mgr.a (mgr.14397) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:40.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:40 smithi111 bash[22787]: cluster 2024-09-10T04:12:38.724538+0000 mgr.a (mgr.14397) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:40.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:40 smithi111 bash[22787]: cluster 2024-09-10T04:12:38.724538+0000 mgr.a (mgr.14397) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:40.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:40 smithi121 bash[23503]: cluster 2024-09-10T04:12:38.724538+0000 mgr.a (mgr.14397) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:40.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:40 smithi121 bash[23503]: cluster 2024-09-10T04:12:38.724538+0000 mgr.a (mgr.14397) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:42.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:42 smithi111 bash[22787]: cluster 2024-09-10T04:12:40.725110+0000 mgr.a (mgr.14397) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:42.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:42 smithi111 bash[22787]: cluster 2024-09-10T04:12:40.725110+0000 mgr.a (mgr.14397) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:42.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:42 smithi121 bash[23503]: cluster 2024-09-10T04:12:40.725110+0000 mgr.a (mgr.14397) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:42.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:42 smithi121 bash[23503]: cluster 2024-09-10T04:12:40.725110+0000 mgr.a (mgr.14397) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:43.685 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:12:43 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:12:43] "GET /metrics HTTP/1.1" 200 21599 "" "Prometheus/2.51.0" 2024-09-10T04:12:44.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:44 smithi111 bash[22787]: cluster 2024-09-10T04:12:42.725660+0000 mgr.a (mgr.14397) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:44.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:44 smithi111 bash[22787]: cluster 2024-09-10T04:12:42.725660+0000 mgr.a (mgr.14397) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:44.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:44 smithi111 bash[22787]: audit 2024-09-10T04:12:43.457292+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:44.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:44 smithi111 bash[22787]: audit 2024-09-10T04:12:43.457292+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:44.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:44 smithi111 bash[22787]: audit 2024-09-10T04:12:43.466132+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:44.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:44 smithi111 bash[22787]: audit 2024-09-10T04:12:43.466132+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:44.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:44 smithi111 bash[22787]: audit 2024-09-10T04:12:43.475690+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:44.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:44 smithi111 bash[22787]: audit 2024-09-10T04:12:43.475690+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:44.950 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:44 smithi121 bash[23503]: cluster 2024-09-10T04:12:42.725660+0000 mgr.a (mgr.14397) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:44.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:44 smithi121 bash[23503]: cluster 2024-09-10T04:12:42.725660+0000 mgr.a (mgr.14397) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:44.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:44 smithi121 bash[23503]: audit 2024-09-10T04:12:43.457292+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:44.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:44 smithi121 bash[23503]: audit 2024-09-10T04:12:43.457292+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:44.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:44 smithi121 bash[23503]: audit 2024-09-10T04:12:43.466132+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:44.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:44 smithi121 bash[23503]: audit 2024-09-10T04:12:43.466132+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:44.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:44 smithi121 bash[23503]: audit 2024-09-10T04:12:43.475690+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:44.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:44 smithi121 bash[23503]: audit 2024-09-10T04:12:43.475690+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:46.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:46 smithi121 bash[23503]: cluster 2024-09-10T04:12:44.726174+0000 mgr.a (mgr.14397) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:46.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:46 smithi121 bash[23503]: cluster 2024-09-10T04:12:44.726174+0000 mgr.a (mgr.14397) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:46.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:46 smithi121 bash[23503]: audit 2024-09-10T04:12:45.992115+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:46.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:46 smithi121 bash[23503]: audit 2024-09-10T04:12:45.992115+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:46.935 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:46 smithi111 bash[22787]: cluster 2024-09-10T04:12:44.726174+0000 mgr.a (mgr.14397) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:46.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:46 smithi111 bash[22787]: cluster 2024-09-10T04:12:44.726174+0000 mgr.a (mgr.14397) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:46.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:46 smithi111 bash[22787]: audit 2024-09-10T04:12:45.992115+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:46.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:46 smithi111 bash[22787]: audit 2024-09-10T04:12:45.992115+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:12:48.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:48 smithi121 bash[23503]: cluster 2024-09-10T04:12:46.726690+0000 mgr.a (mgr.14397) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:48.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:48 smithi121 bash[23503]: cluster 2024-09-10T04:12:46.726690+0000 mgr.a (mgr.14397) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:48.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:48 smithi121 bash[23503]: audit 2024-09-10T04:12:47.221128+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:48.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:48 smithi121 bash[23503]: audit 2024-09-10T04:12:47.221128+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:48.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:48 smithi121 bash[23503]: audit 2024-09-10T04:12:47.229800+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:48.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:48 smithi121 bash[23503]: audit 2024-09-10T04:12:47.229800+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:48.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:48 smithi121 bash[23503]: audit 2024-09-10T04:12:47.241116+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:48.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:48 smithi121 bash[23503]: audit 2024-09-10T04:12:47.241116+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:48.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:48 smithi111 bash[22787]: cluster 2024-09-10T04:12:46.726690+0000 mgr.a (mgr.14397) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:48.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:48 smithi111 bash[22787]: cluster 2024-09-10T04:12:46.726690+0000 mgr.a (mgr.14397) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:48.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:48 smithi111 bash[22787]: audit 2024-09-10T04:12:47.221128+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:48.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:48 smithi111 bash[22787]: audit 2024-09-10T04:12:47.221128+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:48.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:48 smithi111 bash[22787]: audit 2024-09-10T04:12:47.229800+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:48.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:48 smithi111 bash[22787]: audit 2024-09-10T04:12:47.229800+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:48.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:48 smithi111 bash[22787]: audit 2024-09-10T04:12:47.241116+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:48.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:48 smithi111 bash[22787]: audit 2024-09-10T04:12:47.241116+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:50.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:50 smithi111 bash[22787]: cluster 2024-09-10T04:12:48.727235+0000 mgr.a (mgr.14397) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:50.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:50 smithi111 bash[22787]: cluster 2024-09-10T04:12:48.727235+0000 mgr.a (mgr.14397) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:50.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:50 smithi121 bash[23503]: cluster 2024-09-10T04:12:48.727235+0000 mgr.a (mgr.14397) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:50.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:50 smithi121 bash[23503]: cluster 2024-09-10T04:12:48.727235+0000 mgr.a (mgr.14397) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:52.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:52 smithi111 bash[22787]: cluster 2024-09-10T04:12:50.727760+0000 mgr.a (mgr.14397) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:52.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:52 smithi111 bash[22787]: cluster 2024-09-10T04:12:50.727760+0000 mgr.a (mgr.14397) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:52.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:52 smithi121 bash[23503]: cluster 2024-09-10T04:12:50.727760+0000 mgr.a (mgr.14397) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:52.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:52 smithi121 bash[23503]: cluster 2024-09-10T04:12:50.727760+0000 mgr.a (mgr.14397) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:53.685 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:12:53 smithi111 bash[23043]: ::ffff:172.21.15.121 - - [10/Sep/2024:04:12:53] "GET /metrics HTTP/1.1" 200 21601 "" "Prometheus/2.51.0" 2024-09-10T04:12:54.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:54 smithi111 bash[22787]: cluster 2024-09-10T04:12:52.728293+0000 mgr.a (mgr.14397) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:54.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:54 smithi111 bash[22787]: cluster 2024-09-10T04:12:52.728293+0000 mgr.a (mgr.14397) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:54.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:54 smithi121 bash[23503]: cluster 2024-09-10T04:12:52.728293+0000 mgr.a (mgr.14397) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:54.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:54 smithi121 bash[23503]: cluster 2024-09-10T04:12:52.728293+0000 mgr.a (mgr.14397) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:56.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:56 smithi111 bash[22787]: cluster 2024-09-10T04:12:54.728965+0000 mgr.a (mgr.14397) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:56.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:56 smithi111 bash[22787]: cluster 2024-09-10T04:12:54.728965+0000 mgr.a (mgr.14397) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:56.700 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:56 smithi121 bash[23503]: cluster 2024-09-10T04:12:54.728965+0000 mgr.a (mgr.14397) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:56.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:56 smithi121 bash[23503]: cluster 2024-09-10T04:12:54.728965+0000 mgr.a (mgr.14397) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:57.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:57 smithi121 bash[23503]: audit 2024-09-10T04:12:56.452779+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:57.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:57 smithi121 bash[23503]: audit 2024-09-10T04:12:56.452779+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:57.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:57 smithi121 bash[23503]: audit 2024-09-10T04:12:56.457500+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:57.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:57 smithi121 bash[23503]: audit 2024-09-10T04:12:56.457500+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:57.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:57 smithi121 bash[23503]: audit 2024-09-10T04:12:56.463111+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:57.701 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:57 smithi121 bash[23503]: audit 2024-09-10T04:12:56.463111+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:57.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:57 smithi111 bash[22787]: audit 2024-09-10T04:12:56.452779+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:57.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:57 smithi111 bash[22787]: audit 2024-09-10T04:12:56.452779+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:57.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:57 smithi111 bash[22787]: audit 2024-09-10T04:12:56.457500+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:57.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:57 smithi111 bash[22787]: audit 2024-09-10T04:12:56.457500+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:57.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:57 smithi111 bash[22787]: audit 2024-09-10T04:12:56.463111+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:57.706 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:57 smithi111 bash[22787]: audit 2024-09-10T04:12:56.463111+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14397 172.21.15.111:0/289796301' entity='mgr.a' 2024-09-10T04:12:58.627 INFO:teuthology.orchestra.run.smithi111.stderr:+ curl -s http://172.21.15.121:9095/api/v1/status/config 2024-09-10T04:12:58.637 INFO:teuthology.orchestra.run.smithi111.stderr:+ curl -s http://172.21.15.121:9095/api/v1/status/config 2024-09-10T04:12:58.637 INFO:teuthology.orchestra.run.smithi111.stderr:+ jq -e '.status == "success"' 2024-09-10T04:12:58.643 INFO:teuthology.orchestra.run.smithi111.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: d8b841fe-6f28-11ef-bcea-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.111: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: d8b841fe-6f28-11ef-bcea-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.111: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: d8b841fe-6f28-11ef-bcea-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.111: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: d8b841fe-6f28-11ef-bcea-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.111: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.111: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.111: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.111: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-10T04:12:58.644 INFO:teuthology.orchestra.run.smithi111.stderr:+ curl -s http://172.21.15.121:9095/api/v1/alerts 2024-09-10T04:12:58.650 INFO:teuthology.orchestra.run.smithi111.stderr:+ curl -s http://172.21.15.121:9095/api/v1/alerts 2024-09-10T04:12:58.650 INFO:teuthology.orchestra.run.smithi111.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-09-10T04:12:58.657 INFO:teuthology.orchestra.run.smithi111.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"d8b841fe-6f28-11ef-bcea-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-10T04:11:33.558815712Z","value":"1e+00"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi174","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-09-10T04:11:42.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 smithi174\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-10T04:11:42.639590217Z","value":"1e+00"}]}}true 2024-09-10T04:12:58.657 INFO:teuthology.orchestra.run.smithi111.stderr:+ curl -s http://172.21.15.174:9093/api/v2/status 2024-09-10T04:12:58.663 INFO:teuthology.orchestra.run.smithi111.stdout:{"cluster":{"name":"01J7D1WDRQZ544DP90Y01KNZ5W","peers":[{"address":"172.21.15.174:9094","name":"01J7D1WDRQZ544DP90Y01KNZ5W"}],"status":"ready"},"config":{"original":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: \n url_file: \"\"\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: \n url_file: \"\"\n max_alerts: 0\ntemplates: []\n"},"uptime":"2024-09-10T04:08:18.968Z","versionInfo":{"branch":"HEAD","buildDate":"20240228-11:51:20","buildUser":"root@22cd11f671e9","goVersion":"go1.21.7","revision":"0aa3c2aad14cff039931923ab16b26b7481783b5","version":"0.27.0"}} 2024-09-10T04:12:58.663 INFO:teuthology.orchestra.run.smithi111.stderr:+ curl -s http://172.21.15.174:9093/api/v2/alerts 2024-09-10T04:12:58.668 INFO:teuthology.orchestra.run.smithi111.stdout:[{"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 smithi174","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"endsAt":"2024-09-10T04:16:12.639Z","fingerprint":"4a8601098a253530","receivers":[{"name":"ceph-dashboard"}],"startsAt":"2024-09-10T04:12:12.639Z","status":{"inhibitedBy":[],"silencedBy":[],"state":"active"},"updatedAt":"2024-09-10T04:12:12.643Z","generatorURL":"http://smithi121.front.sepia.ceph.com:9095/graph?g0.expr=%28%28ceph_health_detail%7Bname%3D%22MON_DOWN%22%7D+%3D%3D+1%29+%2A+on+%28%29+%28count%28ceph_mon_quorum_status+%3D%3D+1%29+%3D%3D+bool+%28floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29%29%29+%3D%3D+1\u0026g0.tab=1","labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"d8b841fe-6f28-11ef-bcea-c7b262605968","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","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 smithi174\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"endsAt":"2024-09-10T04:16:12.639Z","fingerprint":"7cb083f1f86b0d81","receivers":[{"name":"ceph-dashboard"}],"startsAt":"2024-09-10T04:12:12.639Z","status":{"inhibitedBy":[],"silencedBy":[],"state":"active"},"updatedAt":"2024-09-10T04:12:12.644Z","generatorURL":"http://smithi121.front.sepia.ceph.com:9095/graph?g0.expr=count%28ceph_mon_quorum_status+%3D%3D+0%29+%3C%3D+%28count%28ceph_mon_metadata%29+-+floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29\u0026g0.tab=1","labels":{"alertname":"CephMonDown","cluster":"d8b841fe-6f28-11ef-bcea-c7b262605968","severity":"warning","type":"ceph_default"}}] 2024-09-10T04:12:58.669 INFO:teuthology.orchestra.run.smithi111.stderr:+ curl -s http://172.21.15.174:9093/api/v2/alerts 2024-09-10T04:12:58.669 INFO:teuthology.orchestra.run.smithi111.stderr:+ jq -e '.[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-09-10T04:12:58.673 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-09-10T04:12:58.675 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:58 smithi111 bash[22787]: cluster 2024-09-10T04:12:56.729550+0000 mgr.a (mgr.14397) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:58.675 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:58 smithi111 bash[22787]: cluster 2024-09-10T04:12:56.729550+0000 mgr.a (mgr.14397) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:58.950 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:58 smithi121 bash[23503]: cluster 2024-09-10T04:12:56.729550+0000 mgr.a (mgr.14397) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:58.951 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:12:58 smithi121 bash[23503]: cluster 2024-09-10T04:12:56.729550+0000 mgr.a (mgr.14397) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:12:59.824 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-10T04:12:59.834 INFO:tasks.cephadm:Teardown begin 2024-09-10T04:12:59.835 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T04:12:59.850 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T04:12:59.865 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T04:12:59.879 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-10T04:12:59.879 DEBUG:teuthology.orchestra.run.smithi111:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T04:12:59.898 DEBUG:teuthology.orchestra.run.smithi121:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T04:12:59.913 DEBUG:teuthology.orchestra.run.smithi174:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T04:12:59.926 INFO:tasks.cephadm:Stopping all daemons... 2024-09-10T04:12:59.926 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-10T04:12:59.927 DEBUG:teuthology.orchestra.run.smithi111:> sudo systemctl stop ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mon.a 2024-09-10T04:13:00.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:12:59 smithi111 systemd[1]: Stopping Ceph mon.a for d8b841fe-6f28-11ef-bcea-c7b262605968... 2024-09-10T04:13:00.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:13:00 smithi111 bash[22787]: debug 2024-09-10T04:13:00.070+0000 7f3eb2ccf640 -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-10T04:13:00.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Sep 10 04:13:00 smithi111 bash[22787]: debug 2024-09-10T04:13:00.070+0000 7f3eb2ccf640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-10T04:13:00.277 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:13:00 smithi111 bash[23043]: [10/Sep/2024:04:13:00] ENGINE Bus STOPPING 2024-09-10T04:13:00.550 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:13:00 smithi111 bash[23043]: [10/Sep/2024:04:13:00] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-10T04:13:00.550 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:13:00 smithi111 bash[23043]: [10/Sep/2024:04:13:00] ENGINE Bus STOPPED 2024-09-10T04:13:00.550 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:13:00 smithi111 bash[23043]: [10/Sep/2024:04:13:00] ENGINE Bus STARTING 2024-09-10T04:13:00.550 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:13:00 smithi111 bash[23043]: [10/Sep/2024:04:13:00] ENGINE Serving on http://:::9283 2024-09-10T04:13:00.550 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:13:00 smithi111 bash[23043]: [10/Sep/2024:04:13:00] ENGINE Bus STARTED 2024-09-10T04:13:01.158 DEBUG:teuthology.orchestra.run.smithi111:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mon.a.service' 2024-09-10T04:13:01.184 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T04:13:01.184 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-10T04:13:01.184 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-10T04:13:01.184 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mon.b 2024-09-10T04:13:01.450 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:13:01 smithi121 systemd[1]: Stopping Ceph mon.b for d8b841fe-6f28-11ef-bcea-c7b262605968... 2024-09-10T04:13:01.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:13:01 smithi121 bash[23503]: debug 2024-09-10T04:13:01.331+0000 7f537f2ff640 -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-10T04:13:01.451 INFO:journalctl@ceph.mon.b.smithi121.stdout:Sep 10 04:13:01 smithi121 bash[23503]: debug 2024-09-10T04:13:01.331+0000 7f537f2ff640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-10T04:13:02.199 DEBUG:teuthology.orchestra.run.smithi121:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mon.b.service' 2024-09-10T04:13:02.228 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T04:13:02.228 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-10T04:13:02.229 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-10T04:13:02.229 DEBUG:teuthology.orchestra.run.smithi174:> sudo systemctl stop ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mon.c 2024-09-10T04:13:02.250 DEBUG:teuthology.orchestra.run.smithi174:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mon.c.service' 2024-09-10T04:13:02.332 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T04:13:02.332 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-10T04:13:02.332 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-10T04:13:02.332 DEBUG:teuthology.orchestra.run.smithi111:> sudo systemctl stop ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mgr.a 2024-09-10T04:13:02.685 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:13:02 smithi111 systemd[1]: Stopping Ceph mgr.a for d8b841fe-6f28-11ef-bcea-c7b262605968... 2024-09-10T04:13:02.685 INFO:journalctl@ceph.mgr.a.smithi111.stdout:Sep 10 04:13:02 smithi111 bash[23043]: debug 2024-09-10T04:13:02.482+0000 7faa6ea40640 -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-10T04:13:03.345 DEBUG:teuthology.orchestra.run.smithi111:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mgr.a.service' 2024-09-10T04:13:03.369 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T04:13:03.370 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-10T04:13:03.370 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-10T04:13:03.370 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mgr.b 2024-09-10T04:13:03.700 INFO:journalctl@ceph.mgr.b.smithi121.stdout:Sep 10 04:13:03 smithi121 systemd[1]: Stopping Ceph mgr.b for d8b841fe-6f28-11ef-bcea-c7b262605968... 2024-09-10T04:13:04.312 DEBUG:teuthology.orchestra.run.smithi121:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@mgr.b.service' 2024-09-10T04:13:04.335 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T04:13:04.335 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-10T04:13:04.335 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-10T04:13:04.335 DEBUG:teuthology.orchestra.run.smithi111:> sudo systemctl stop ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@osd.0 2024-09-10T04:13:04.685 INFO:journalctl@ceph.osd.0.smithi111.stdout:Sep 10 04:13:04 smithi111 systemd[1]: Stopping Ceph osd.0 for d8b841fe-6f28-11ef-bcea-c7b262605968... 2024-09-10T04:13:04.686 INFO:journalctl@ceph.osd.0.smithi111.stdout:Sep 10 04:13:04 smithi111 bash[32006]: debug 2024-09-10T04:13:04.478+0000 7f33dca88640 -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-10T04:13:04.686 INFO:journalctl@ceph.osd.0.smithi111.stdout:Sep 10 04:13:04 smithi111 bash[32006]: debug 2024-09-10T04:13:04.478+0000 7f33dca88640 -1 osd.0 23 *** Got signal Terminated *** 2024-09-10T04:13:04.686 INFO:journalctl@ceph.osd.0.smithi111.stdout:Sep 10 04:13:04 smithi111 bash[32006]: debug 2024-09-10T04:13:04.478+0000 7f33dca88640 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T04:13:10.749 INFO:journalctl@ceph.osd.0.smithi111.stdout:Sep 10 04:13:10 smithi111 bash[44996]: ceph-d8b841fe-6f28-11ef-bcea-c7b262605968-osd-0 2024-09-10T04:13:10.749 INFO:journalctl@ceph.osd.0.smithi111.stdout:Sep 10 04:13:10 smithi111 bash[45061]: Error response from daemon: No such container: ceph-d8b841fe-6f28-11ef-bcea-c7b262605968-osd-0 2024-09-10T04:13:12.485 DEBUG:teuthology.orchestra.run.smithi111:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@osd.0.service' 2024-09-10T04:13:12.519 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T04:13:12.519 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-10T04:13:12.519 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-10T04:13:12.520 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@osd.1 2024-09-10T04:13:12.951 INFO:journalctl@ceph.osd.1.smithi121.stdout:Sep 10 04:13:12 smithi121 systemd[1]: Stopping Ceph osd.1 for d8b841fe-6f28-11ef-bcea-c7b262605968... 2024-09-10T04:13:12.951 INFO:journalctl@ceph.osd.1.smithi121.stdout:Sep 10 04:13:12 smithi121 bash[28120]: debug 2024-09-10T04:13:12.663+0000 7f98cd8c6640 -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-10T04:13:12.951 INFO:journalctl@ceph.osd.1.smithi121.stdout:Sep 10 04:13:12 smithi121 bash[28120]: debug 2024-09-10T04:13:12.663+0000 7f98cd8c6640 -1 osd.1 23 *** Got signal Terminated *** 2024-09-10T04:13:12.951 INFO:journalctl@ceph.osd.1.smithi121.stdout:Sep 10 04:13:12 smithi121 bash[28120]: debug 2024-09-10T04:13:12.663+0000 7f98cd8c6640 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T04:13:19.051 INFO:journalctl@ceph.osd.1.smithi121.stdout:Sep 10 04:13:18 smithi121 bash[37369]: ceph-d8b841fe-6f28-11ef-bcea-c7b262605968-osd-1 2024-09-10T04:13:19.051 INFO:journalctl@ceph.osd.1.smithi121.stdout:Sep 10 04:13:18 smithi121 bash[37432]: Error response from daemon: No such container: ceph-d8b841fe-6f28-11ef-bcea-c7b262605968-osd-1 2024-09-10T04:13:20.789 DEBUG:teuthology.orchestra.run.smithi121:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@osd.1.service' 2024-09-10T04:13:20.821 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T04:13:20.822 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-10T04:13:20.822 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-10T04:13:20.822 DEBUG:teuthology.orchestra.run.smithi174:> sudo systemctl stop ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@osd.2 2024-09-10T04:13:21.135 INFO:journalctl@ceph.osd.2.smithi174.stdout:Sep 10 04:13:20 smithi174 systemd[1]: Stopping Ceph osd.2 for d8b841fe-6f28-11ef-bcea-c7b262605968... 2024-09-10T04:13:21.135 INFO:journalctl@ceph.osd.2.smithi174.stdout:Sep 10 04:13:20 smithi174 bash[28241]: debug 2024-09-10T04:13:20.976+0000 7f2ef2aef640 -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-10T04:13:21.135 INFO:journalctl@ceph.osd.2.smithi174.stdout:Sep 10 04:13:20 smithi174 bash[28241]: debug 2024-09-10T04:13:20.976+0000 7f2ef2aef640 -1 osd.2 23 *** Got signal Terminated *** 2024-09-10T04:13:21.135 INFO:journalctl@ceph.osd.2.smithi174.stdout:Sep 10 04:13:20 smithi174 bash[28241]: debug 2024-09-10T04:13:20.976+0000 7f2ef2aef640 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T04:13:27.109 INFO:journalctl@ceph.osd.2.smithi174.stdout:Sep 10 04:13:26 smithi174 bash[37083]: ceph-d8b841fe-6f28-11ef-bcea-c7b262605968-osd-2 2024-09-10T04:13:27.109 INFO:journalctl@ceph.osd.2.smithi174.stdout:Sep 10 04:13:27 smithi174 bash[37209]: ceph-d8b841fe-6f28-11ef-bcea-c7b262605968-osd-2 2024-09-10T04:13:29.404 DEBUG:teuthology.orchestra.run.smithi174:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8b841fe-6f28-11ef-bcea-c7b262605968@osd.2.service' 2024-09-10T04:13:29.435 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T04:13:29.436 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-10T04:13:29.436 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T04:13:29.620 INFO:teuthology.orchestra.run.smithi111.stdout:Deleting cluster with fsid: d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:13:38.484 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T04:13:38.671 INFO:teuthology.orchestra.run.smithi121.stdout:Deleting cluster with fsid: d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:13:46.722 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T04:13:46.909 INFO:teuthology.orchestra.run.smithi174.stdout:Deleting cluster with fsid: d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:13:54.276 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T04:13:54.290 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T04:13:54.304 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T04:13:54.316 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-10T04:13:54.318 DEBUG:teuthology.misc:Transferring archived files from smithi111:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898602/remote/smithi111/crash 2024-09-10T04:13:54.319 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/crash -- . 2024-09-10T04:13:54.346 INFO:teuthology.orchestra.run.smithi111.stderr:tar: /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T04:13:54.346 INFO:teuthology.orchestra.run.smithi111.stderr:tar: Error is not recoverable: exiting now 2024-09-10T04:13:54.348 DEBUG:teuthology.misc:Transferring archived files from smithi121:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898602/remote/smithi121/crash 2024-09-10T04:13:54.348 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/crash -- . 2024-09-10T04:13:54.360 INFO:teuthology.orchestra.run.smithi121.stderr:tar: /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T04:13:54.360 INFO:teuthology.orchestra.run.smithi121.stderr:tar: Error is not recoverable: exiting now 2024-09-10T04:13:54.362 DEBUG:teuthology.misc:Transferring archived files from smithi174:/var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898602/remote/smithi174/crash 2024-09-10T04:13:54.363 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/crash -- . 2024-09-10T04:13:54.374 INFO:teuthology.orchestra.run.smithi174.stderr:tar: /var/lib/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T04:13:54.374 INFO:teuthology.orchestra.run.smithi174.stderr:tar: Error is not recoverable: exiting now 2024-09-10T04:13:54.375 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-10T04:13:54.375 DEBUG:teuthology.orchestra.run.smithi111:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d8b841fe-6f28-11ef-bcea-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-10T04:13:54.403 INFO:tasks.cephadm:Compressing logs... 2024-09-10T04:13:54.403 DEBUG:teuthology.orchestra.run.smithi111:> 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-10T04:13:54.447 DEBUG:teuthology.orchestra.run.smithi121:> 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-10T04:13:54.449 DEBUG:teuthology.orchestra.run.smithi174:> 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-10T04:13:54.455 INFO:teuthology.orchestra.run.smithi111.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-10T04:13:54.460 INFO:teuthology.orchestra.run.smithi121.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-10T04:13:54.464 INFO:teuthology.orchestra.run.smithi174.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-10T04:13:54.465 INFO:teuthology.orchestra.run.smithi111.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T04:13:54.465 INFO:teuthology.orchestra.run.smithi111.stderr:gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-10T04:13:54.466 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-mon.a.log 2024-09-10T04:13:54.466 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-10T04:13:54.467 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.log 2024-09-10T04:13:54.467 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T04:13:54.468 INFO:teuthology.orchestra.run.smithi111.stderr: 84.2% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.cephadm.log.gz 2024-09-10T04:13:54.468 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.audit.log 2024-09-10T04:13:54.468 INFO:teuthology.orchestra.run.smithi111.stderr:gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-mgr.a.log 2024-09-10T04:13:54.469 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-volume.log: /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.audit.log: /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-mgr.a.log: 87.6% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-10T04:13:54.470 INFO:teuthology.orchestra.run.smithi111.stderr: 90.5% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-10T04:13:54.472 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T04:13:54.473 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-10T04:13:54.473 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-10T04:13:54.474 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.log 2024-09-10T04:13:54.474 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T04:13:54.475 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-osd.2.log: /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.cephadm.log: /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.log: 80.7% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.cephadm.log.gz 2024-09-10T04:13:54.475 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-mon.c.log 2024-09-10T04:13:54.475 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.audit.log 2024-09-10T04:13:54.475 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-volume.log: /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-mon.c.log: 87.6% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-10T04:13:54.477 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.audit.log: 83.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T04:13:54.478 INFO:teuthology.orchestra.run.smithi174.stderr: 90.5% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-10T04:13:54.493 INFO:teuthology.orchestra.run.smithi111.stderr: 91.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T04:13:54.503 INFO:teuthology.orchestra.run.smithi111.stderr: 91.7% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T04:13:54.510 INFO:teuthology.orchestra.run.smithi174.stderr: 91.8% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T04:13:54.521 INFO:teuthology.orchestra.run.smithi111.stderr: 93.5% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-10T04:13:54.526 INFO:teuthology.orchestra.run.smithi174.stderr: 93.6% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-10T04:13:54.540 INFO:teuthology.orchestra.run.smithi121.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T04:13:54.541 INFO:teuthology.orchestra.run.smithi121.stderr:gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-10T04:13:54.541 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-10T04:13:54.541 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.log 2024-09-10T04:13:54.542 INFO:teuthology.orchestra.run.smithi121.stderr: 80.7% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.cephadm.log.gz 2024-09-10T04:13:54.542 INFO:teuthology.orchestra.run.smithi121.stderr:gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T04:13:54.542 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-osd.1.log: /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-mgr.b.log 2024-09-10T04:13:54.543 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.audit.log 2024-09-10T04:13:54.543 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-mgr.b.log: 87.6% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-10T04:13:54.544 INFO:teuthology.orchestra.run.smithi121.stderr:gzip -5 --verbose -- /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-mon.b.log 2024-09-10T04:13:54.547 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.audit.log: /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-mon.b.log: 90.6% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-10T04:13:54.548 INFO:teuthology.orchestra.run.smithi121.stderr: 82.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T04:13:54.555 INFO:teuthology.orchestra.run.smithi121.stderr: 90.3% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-mgr.b.log.gz 2024-09-10T04:13:54.575 INFO:teuthology.orchestra.run.smithi121.stderr: 91.8% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T04:13:54.587 INFO:teuthology.orchestra.run.smithi174.stderr: 93.2% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-mon.c.log.gz 2024-09-10T04:13:54.589 INFO:teuthology.orchestra.run.smithi174.stderr: 2024-09-10T04:13:54.589 INFO:teuthology.orchestra.run.smithi174.stderr:real 0m0.135s 2024-09-10T04:13:54.589 INFO:teuthology.orchestra.run.smithi174.stderr:user 0m0.204s 2024-09-10T04:13:54.590 INFO:teuthology.orchestra.run.smithi174.stderr:sys 0m0.027s 2024-09-10T04:13:54.615 INFO:teuthology.orchestra.run.smithi121.stderr: 93.8% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-10T04:13:54.616 INFO:teuthology.orchestra.run.smithi111.stderr: 88.3% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-mgr.a.log.gz 2024-09-10T04:13:54.693 INFO:teuthology.orchestra.run.smithi121.stderr: 92.9% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-mon.b.log.gz 2024-09-10T04:13:54.694 INFO:teuthology.orchestra.run.smithi121.stderr: 2024-09-10T04:13:54.694 INFO:teuthology.orchestra.run.smithi121.stderr:real 0m0.243s 2024-09-10T04:13:54.694 INFO:teuthology.orchestra.run.smithi121.stderr:user 0m0.268s 2024-09-10T04:13:54.694 INFO:teuthology.orchestra.run.smithi121.stderr:sys 0m0.037s 2024-09-10T04:13:54.828 INFO:teuthology.orchestra.run.smithi111.stderr: 91.4% -- replaced with /var/log/ceph/d8b841fe-6f28-11ef-bcea-c7b262605968/ceph-mon.a.log.gz 2024-09-10T04:13:54.830 INFO:teuthology.orchestra.run.smithi111.stderr: 2024-09-10T04:13:54.830 INFO:teuthology.orchestra.run.smithi111.stderr:real 0m0.381s 2024-09-10T04:13:54.831 INFO:teuthology.orchestra.run.smithi111.stderr:user 0m0.623s 2024-09-10T04:13:54.831 INFO:teuthology.orchestra.run.smithi111.stderr:sys 0m0.029s 2024-09-10T04:13:54.831 INFO:tasks.cephadm:Archiving logs... 2024-09-10T04:13:54.831 DEBUG:teuthology.misc:Transferring archived files from smithi111:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898602/remote/smithi111/log 2024-09-10T04:13:54.832 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T04:13:54.986 DEBUG:teuthology.misc:Transferring archived files from smithi121:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898602/remote/smithi121/log 2024-09-10T04:13:54.987 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T04:13:55.045 DEBUG:teuthology.misc:Transferring archived files from smithi174:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898602/remote/smithi174/log 2024-09-10T04:13:55.046 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T04:13:55.091 INFO:tasks.cephadm:Removing cluster... 2024-09-10T04:13:55.092 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 --force 2024-09-10T04:13:55.266 INFO:teuthology.orchestra.run.smithi111.stdout:Deleting cluster with fsid: d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:13:56.613 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 --force 2024-09-10T04:13:56.803 INFO:teuthology.orchestra.run.smithi121.stdout:Deleting cluster with fsid: d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:13:58.113 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8b841fe-6f28-11ef-bcea-c7b262605968 --force 2024-09-10T04:13:58.299 INFO:teuthology.orchestra.run.smithi174.stdout:Deleting cluster with fsid: d8b841fe-6f28-11ef-bcea-c7b262605968 2024-09-10T04:13:59.614 INFO:tasks.cephadm:Removing cephadm ... 2024-09-10T04:13:59.615 DEBUG:teuthology.orchestra.run.smithi111:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T04:13:59.621 DEBUG:teuthology.orchestra.run.smithi121:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T04:13:59.628 DEBUG:teuthology.orchestra.run.smithi174:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T04:13:59.633 INFO:tasks.cephadm:Teardown complete 2024-09-10T04:13:59.634 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-10T04:13:59.643 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-10T04:13:59.643 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-10T04:13:59.663 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-10T04:13:59.674 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-10T04:13:59.756 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-10T04:13:59.764 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-10T04:13:59.764 DEBUG:teuthology.orchestra.run.smithi111:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T04:13:59.767 DEBUG:teuthology.orchestra.run.smithi121:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T04:13:59.769 DEBUG:teuthology.orchestra.run.smithi174:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T04:13:59.776 INFO:teuthology.orchestra.run.smithi111.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T04:13:59.777 INFO:teuthology.orchestra.run.smithi111.stdout:============================================================================== 2024-09-10T04:13:59.777 INFO:teuthology.orchestra.run.smithi111.stdout:+hv01.front.sepi 67.205.162.81 3 u 41 64 377 0.081 -2.459 1.083 2024-09-10T04:13:59.777 INFO:teuthology.orchestra.run.smithi111.stdout:*hv02.front.sepi 96.245.170.99 3 u 34 64 377 0.087 -2.063 1.119 2024-09-10T04:13:59.777 INFO:teuthology.orchestra.run.smithi111.stdout:+hv03.front.sepi 74.6.168.72 3 u 48 64 377 0.085 -2.014 1.965 2024-09-10T04:13:59.777 INFO:teuthology.orchestra.run.smithi111.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-10T04:13:59.779 INFO:teuthology.orchestra.run.smithi121.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T04:13:59.779 INFO:teuthology.orchestra.run.smithi121.stdout:============================================================================== 2024-09-10T04:13:59.779 INFO:teuthology.orchestra.run.smithi121.stdout:+hv01.front.sepi 67.205.162.81 3 u 40 64 377 0.083 -0.915 0.741 2024-09-10T04:13:59.779 INFO:teuthology.orchestra.run.smithi121.stdout:*hv02.front.sepi 96.245.170.99 3 u 41 64 377 0.074 -1.417 0.557 2024-09-10T04:13:59.779 INFO:teuthology.orchestra.run.smithi121.stdout:+hv03.front.sepi 74.6.168.72 3 u 35 64 377 0.116 -1.817 0.616 2024-09-10T04:13:59.779 INFO:teuthology.orchestra.run.smithi121.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-10T04:13:59.781 INFO:teuthology.orchestra.run.smithi174.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T04:13:59.782 INFO:teuthology.orchestra.run.smithi174.stdout:============================================================================== 2024-09-10T04:13:59.782 INFO:teuthology.orchestra.run.smithi174.stdout:*hv01.front.sepi 67.205.162.81 3 u 41 64 377 0.088 -2.304 0.286 2024-09-10T04:13:59.782 INFO:teuthology.orchestra.run.smithi174.stdout:+hv02.front.sepi 96.245.170.99 3 u 48 64 377 0.083 -1.698 0.365 2024-09-10T04:13:59.782 INFO:teuthology.orchestra.run.smithi174.stdout:+hv03.front.sepi 74.6.168.72 3 u 36 64 377 0.113 -3.200 0.323 2024-09-10T04:13:59.782 INFO:teuthology.orchestra.run.smithi174.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-10T04:13:59.783 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-10T04:13:59.791 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-10T04:13:59.792 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-10T04:13:59.821 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-10T04:13:59.853 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-10T04:13:59.887 INFO:teuthology.task.internal:Duration was 1549.582514 seconds 2024-09-10T04:13:59.888 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-10T04:13:59.921 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-10T04:13:59.921 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T04:13:59.923 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T04:13:59.925 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T04:13:59.961 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-10T04:13:59.961 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi111.front.sepia.ceph.com 2024-09-10T04:13:59.961 DEBUG:teuthology.orchestra.run.smithi111:> 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-10T04:14:00.011 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi121.front.sepia.ceph.com 2024-09-10T04:14:00.012 DEBUG:teuthology.orchestra.run.smithi121:> 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-10T04:14:00.022 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi174.front.sepia.ceph.com 2024-09-10T04:14:00.022 DEBUG:teuthology.orchestra.run.smithi174:> 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-10T04:14:00.032 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-10T04:14:00.033 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T04:14:00.055 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T04:14:00.066 DEBUG:teuthology.orchestra.run.smithi174:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T04:14:00.116 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-10T04:14:00.116 DEBUG:teuthology.orchestra.run.smithi111:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T04:14:00.118 DEBUG:teuthology.orchestra.run.smithi121:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T04:14:00.145 DEBUG:teuthology.orchestra.run.smithi174:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T04:14:00.262 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-10T04:14:00.272 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-10T04:14:00.272 DEBUG:teuthology.orchestra.run.smithi111:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T04:14:00.285 DEBUG:teuthology.orchestra.run.smithi121:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T04:14:00.298 DEBUG:teuthology.orchestra.run.smithi174:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T04:14:00.310 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-10T04:14:00.321 DEBUG:teuthology.orchestra.run.smithi111:> 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-10T04:14:00.326 DEBUG:teuthology.orchestra.run.smithi121:> 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-10T04:14:00.335 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = core 2024-09-10T04:14:00.342 DEBUG:teuthology.orchestra.run.smithi174:> 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-10T04:14:00.350 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = core 2024-09-10T04:14:00.363 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern = core 2024-09-10T04:14:00.394 DEBUG:teuthology.orchestra.run.smithi111:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T04:14:00.401 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T04:14:00.401 DEBUG:teuthology.orchestra.run.smithi121:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T04:14:00.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T04:14:00.428 DEBUG:teuthology.orchestra.run.smithi174:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T04:14:00.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T04:14:00.446 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-10T04:14:00.456 INFO:teuthology.task.internal:Transferring archived files... 2024-09-10T04:14:00.456 DEBUG:teuthology.misc:Transferring archived files from smithi111:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898602/remote/smithi111 2024-09-10T04:14:00.457 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T04:14:00.481 DEBUG:teuthology.misc:Transferring archived files from smithi121:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898602/remote/smithi121 2024-09-10T04:14:00.481 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T04:14:00.504 DEBUG:teuthology.misc:Transferring archived files from smithi174:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898602/remote/smithi174 2024-09-10T04:14:00.504 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T04:14:00.530 INFO:teuthology.task.internal:Removing archive directory... 2024-09-10T04:14:00.531 DEBUG:teuthology.orchestra.run.smithi111:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T04:14:00.533 DEBUG:teuthology.orchestra.run.smithi121:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T04:14:00.545 DEBUG:teuthology.orchestra.run.smithi174:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T04:14:00.575 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-10T04:14:00.584 INFO:teuthology.task.internal:Not uploading archives. 2024-09-10T04:14:00.584 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-10T04:14:00.613 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-10T04:14:00.614 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T04:14:00.617 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T04:14:00.619 DEBUG:teuthology.orchestra.run.smithi174:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T04:14:00.621 INFO:teuthology.orchestra.run.smithi111.stdout: 658437 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 04:14 /home/ubuntu/cephtest 2024-09-10T04:14:00.623 INFO:teuthology.orchestra.run.smithi121.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 04:14 /home/ubuntu/cephtest 2024-09-10T04:14:00.625 INFO:teuthology.orchestra.run.smithi174.stdout: 658644 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 04:14 /home/ubuntu/cephtest 2024-09-10T04:14:00.626 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-10T04:14:00.646 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-10T04:14:00.716 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: 1549.5825140476227 flavor: default owner: scheduled_adking@teuthology success: true 2024-09-10T04:14:00.716 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T04:14:00.800 INFO:teuthology.run:pass